aboutsummaryrefslogtreecommitdiffstats
path: root/slack/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Support opening a debug buffer with all ws messagesTrygve Aaberge2024-02-181-1/+5
|
* Support thread hash completionTrygve Aaberge2024-02-181-5/+42
|
* Support thread buffersTrygve Aaberge2024-02-181-50/+63
|
* Split edgeapi out to separate classTrygve Aaberge2024-02-181-1/+1
| | | | | Since this isn't available for OAuth tokens it's good to have an easy way to see where it's used.
* Support rendering filesTrygve Aaberge2024-02-181-1/+3
|
* Rename add_message and add some TODOsTrygve Aaberge2024-02-181-0/+1
|
* Add command rehistory to rerender historyTrygve Aaberge2024-02-181-0/+9
|
* Add -data option to /slack debug error to print rtm event dataTrygve Aaberge2024-02-181-4/+13
|
* Record uncaught errors and add command to display themTrygve Aaberge2024-02-181-2/+40
|
* Don't allow /slack (dis)connect when connecting/(dis)connectedTrygve Aaberge2024-02-181-21/+49
|
* Log failed async tasks more robustlyTrygve Aaberge2024-02-181-3/+3
|
* Add command /slack disconnectTrygve Aaberge2024-02-181-0/+15
|
* Only connect to all teams in /slack connect when -all is givenTrygve Aaberge2024-02-181-3/+3
|
* Replace some usages of Any with proper typesTrygve Aaberge2024-02-181-3/+3
|
* Fix some mypy specific type issuesTrygve Aaberge2024-02-181-3/+8
|
* Fix compatibility with Python 3.8Trygve Aaberge2024-02-181-4/+5
|
* Add a /slack debug commandTrygve Aaberge2024-02-181-0/+16
|
* Add suffix after completion wordTrygve Aaberge2024-02-181-6/+24
|
* Fix bugs when changing input while completingTrygve Aaberge2024-02-181-5/+8
|
* Combine complete_next and complete_previousTrygve Aaberge2024-02-181-32/+26
|
* Add support for completing nicksTrygve Aaberge2024-02-181-0/+74
| | | | | | | This uses Slacks edgeapi which only works for session tokens, but has the benefit of being able to complete nicks without all users being loaded. So need to add some completion for the loaded users for when using OAuth tokens as well.
* Show nick suffix for external usersTrygve Aaberge2024-02-181-1/+1
|
* Call rtm.connect (doesn't connect to web socket yet)Trygve Aaberge2024-02-181-1/+1
|
* Add some todosTrygve Aaberge2024-02-181-0/+2
|
* Split slack classes into multiple filesTrygve Aaberge2024-02-181-1/+1
|
* Split weechat and slack configTrygve Aaberge2024-02-181-1/+1
|
* Fix most mypy type errorsTrygve Aaberge2024-02-181-9/+10
|
* Remove active_responsesTrygve Aaberge2024-02-181-1/+1
|
* Show disconnected status in input fieldTrygve Aaberge2024-02-181-2/+2
|
* Create buffers on connectTrygve Aaberge2024-02-181-0/+19
|
* Add command completionTrygve Aaberge2024-02-181-12/+96
|
* Add workspace rename and del commandsTrygve Aaberge2024-02-181-0/+42
|
* Add command to list workspacesTrygve Aaberge2024-02-181-10/+72
|
* Add command to add workspaceTrygve Aaberge2024-02-181-0/+121