aboutsummaryrefslogtreecommitdiffstats
path: root/slack/register.py
Commit message (Collapse)AuthorAgeFilesLines
* Support sending and receiving typingTrygve Aaberge2024-02-181-0/+11
| | | | | | This does not support globally showing typing from direct messages, like the old wee-slack did, because that's not supported by WeeChats typing plugin. It only shows typing in the current buffer.
* Show nicks in nicklistTrygve Aaberge2024-02-181-1/+1
|
* Include a comment about the original source in the built scriptTrygve Aaberge2024-02-181-1/+0
|
* Log failed async tasks more robustlyTrygve Aaberge2024-02-181-4/+4
|
* Make ws and hook internal and instantiate them to NoneTrygve Aaberge2024-02-181-10/+1
|
* Fix bugs when changing input while completingTrygve Aaberge2024-02-181-4/+15
|
* Add support for completing nicksTrygve Aaberge2024-02-181-0/+11
| | | | | | | 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.
* Connect to all workspaces concurrentlyTrygve Aaberge2024-02-181-1/+1
|
* Rename initTrygve Aaberge2024-02-181-0/+110