aboutsummaryrefslogtreecommitdiffstats
path: root/slack/register.py
Commit message (Collapse)AuthorAgeFilesLines
* Show separate text in input bar item when connectingTrygve Aaberge2024-03-291-1/+2
|
* Move completion code to a separate fileTrygve Aaberge2024-02-201-0/+2
|
* Don't run buffer close callback when script is unloadingTrygve Aaberge2024-02-181-0/+1
| | | | | We don't want to call the API to close im/mpim conversations when the script is unloading.
* Support adding and removing reactionsTrygve Aaberge2024-02-181-0/+3
|
* Don't show disconnected status when connectingTrygve Aaberge2024-02-181-2/+5
|
* Reduce priority of input_text_display_with_cursor modifierTrygve Aaberge2024-02-181-1/+1
| | | | | | | | | This may conflict with go.py if it has an equal or higher priority than that, which causes go.py to not show any buffers. So set it to a low priority so it doesn't conflict with anything else. Since this only prepends to the input string and doesn't read the string, I think it could have the lowest priority, but leave some room for lower priorities just in case another hook needs it.
* Mark as read when switching away from bufferTrygve Aaberge2024-02-181-3/+10
|
* Support thread buffersTrygve Aaberge2024-02-181-15/+14
|
* Define __bool__ in WeeChatOptionTrygve Aaberge2024-02-181-2/+2
|
* Support rendering emoji unicode charactersTrygve Aaberge2024-02-181-0/+2
|
* 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