aboutsummaryrefslogtreecommitdiffstats
path: root/slack/shared.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for focus events (mouse/cursor mode)Trygve Aaberge2024-02-201-0/+8
|
* 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.
* Add completion of emoji namesTrygve Aaberge2024-02-181-0/+3
|
* Use one debug buffer for all debug loggingTrygve Aaberge2024-02-181-1/+2
| | | | | I will implement filtering like the /server raw buffer, instead of having multiple debug buffers.
* Support adding and removing reactionsTrygve Aaberge2024-02-181-0/+1
|
* Apply highlights in chat even when notify is noneTrygve Aaberge2024-02-181-0/+1
| | | | | | | When notify is none, the buffer should not appear in the hotlist even for a highlight. However, when switching to the buffer, we want the line to be highlighted. To achieve this use a tag added to highlight_tags on the buffer.
* Mark as read when switching away from bufferTrygve Aaberge2024-02-181-0/+1
|
* Support thread buffersTrygve Aaberge2024-02-181-0/+2
|
* Support rendering emoji unicode charactersTrygve Aaberge2024-02-181-0/+2
|
* Record uncaught errors and add command to display themTrygve Aaberge2024-02-181-0/+2
|
* Replace some usages of Any with proper typesTrygve Aaberge2024-02-181-4/+6
|
* Split slack classes into multiple filesTrygve Aaberge2024-02-181-1/+1
|
* Remove active_responsesTrygve Aaberge2024-02-181-2/+1
|
* Don't fetch the same user multiple timesTrygve Aaberge2024-02-181-3/+5
|
* Move unnecessary constants from sharedTrygve Aaberge2024-02-181-6/+0
|
* Don't use relative importsTrygve Aaberge2024-02-181-3/+3
|
* Use class for shared, so we don't have to change usage when combiningTrygve Aaberge2024-02-181-0/+30