index
:
wee-slack
build
master
A WeeChat script for Slack.com
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slack
/
commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add connecting info to list workspaces command
Trygve Aaberge
2024-03-29
1
-0
/
+8
*
Add number of channels/pvs to list workspaces command
Trygve Aaberge
2024-03-29
1
-1
/
+9
*
Print error message from reply command if id/index isn't found
Trygve Aaberge
2024-02-27
1
-0
/
+3
*
Add support for focus events (mouse/cursor mode)
Trygve Aaberge
2024-02-20
1
-3
/
+76
*
Add command `/slack linkarchive`
Trygve Aaberge
2024-02-20
1
-0
/
+59
*
Make api accessible from SlackBuffer
Trygve Aaberge
2024-02-20
1
-5
/
+5
*
Move completion code to a separate file
Trygve Aaberge
2024-02-20
1
-357
/
+10
*
Add command `/slack mute`
Trygve Aaberge
2024-02-19
1
-1
/
+31
*
Refactor command functions to be async
Trygve Aaberge
2024-02-19
1
-39
/
+26
*
Support async command functions
Trygve Aaberge
2024-02-19
1
-6
/
+15
*
Don't require any arguments for `/slack join`
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Add command `/slack part`
Trygve Aaberge
2024-02-18
1
-9
/
+34
*
Add command `/slack join`
Trygve Aaberge
2024-02-18
1
-0
/
+52
*
Include all workspace nicks in nick completion
Trygve Aaberge
2024-02-18
1
-5
/
+23
*
Add command `/slack query` to open DM/MPDM channels
Trygve Aaberge
2024-02-18
1
-9
/
+68
*
Rename clean option in status to clear
Trygve Aaberge
2024-02-18
1
-2
/
+2
*
Set user status
Pierguido Lambri
2024-02-18
1
-0
/
+17
*
Set user user presence (#919)
Pier
2024-02-18
1
-0
/
+14
*
Set buffer_pointer to None when buffer doesn't exist
Trygve Aaberge
2024-02-18
1
-11
/
+13
*
Fix bots with multiple names only being added once to nicklist
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Don't include external nick suffix when completing
Trygve Aaberge
2024-02-18
1
-4
/
+4
*
Refactor nick handling
Trygve Aaberge
2024-02-18
1
-6
/
+7
*
Handle messages without a user field
Trygve Aaberge
2024-02-18
1
-2
/
+2
*
Fix bugs with /slack reply command
Trygve Aaberge
2024-02-18
1
-7
/
+3
*
Perform nick completion in last spoken order
Trygve Aaberge
2024-02-18
1
-11
/
+45
*
Add command /slack reply
Trygve Aaberge
2024-02-18
1
-0
/
+21
*
Set options value to True if it's set without a value
Trygve Aaberge
2024-02-18
1
-47
/
+27
*
Format all files with ruff
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Support completion of all workspace nicks
Trygve Aaberge
2024-02-18
1
-3
/
+18
*
Fix compatibility with WeeChat 2.9
Trygve Aaberge
2024-02-18
1
-5
/
+11
*
Add completion of emoji names
Trygve Aaberge
2024-02-18
1
-1
/
+37
*
Add completion for conversation names
Trygve Aaberge
2024-02-18
1
-8
/
+17
*
Support completing @nicks in current buffer
Trygve Aaberge
2024-02-18
1
-3
/
+27
*
Use one debug buffer for all debug logging
Trygve Aaberge
2024-02-18
1
-6
/
+4
*
Mark as read when switching away from buffer
Trygve Aaberge
2024-02-18
1
-1
/
+23
*
Support opening a debug buffer with all ws messages
Trygve Aaberge
2024-02-18
1
-1
/
+5
*
Support thread hash completion
Trygve Aaberge
2024-02-18
1
-5
/
+42
*
Support thread buffers
Trygve Aaberge
2024-02-18
1
-50
/
+63
*
Split edgeapi out to separate class
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Support rendering files
Trygve Aaberge
2024-02-18
1
-1
/
+3
*
Rename add_message and add some TODOs
Trygve Aaberge
2024-02-18
1
-0
/
+1
*
Add command rehistory to rerender history
Trygve Aaberge
2024-02-18
1
-0
/
+9
*
Add -data option to /slack debug error to print rtm event data
Trygve Aaberge
2024-02-18
1
-4
/
+13
*
Record uncaught errors and add command to display them
Trygve Aaberge
2024-02-18
1
-2
/
+40
*
Don't allow /slack (dis)connect when connecting/(dis)connected
Trygve Aaberge
2024-02-18
1
-21
/
+49
*
Log failed async tasks more robustly
Trygve Aaberge
2024-02-18
1
-3
/
+3
*
Add command /slack disconnect
Trygve Aaberge
2024-02-18
1
-0
/
+15
*
Only connect to all teams in /slack connect when -all is given
Trygve Aaberge
2024-02-18
1
-3
/
+3
*
Replace some usages of Any with proper types
Trygve Aaberge
2024-02-18
1
-3
/
+3
*
Fix some mypy specific type issues
Trygve Aaberge
2024-02-18
1
-3
/
+8
[next]