aboutsummaryrefslogtreecommitdiffstats
path: root/slack/slack_thread.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bots with multiple names only being added once to nicklistTrygve Aaberge2024-02-181-13/+8
* Refactor nick handlingTrygve Aaberge2024-02-181-1/+1
* Fix bugs with /slack reply commandTrygve Aaberge2024-02-181-2/+7
* Add command /slack replyTrygve Aaberge2024-02-181-1/+1
* Add completion of emoji namesTrygve Aaberge2024-02-181-1/+1
* Add completion for conversation namesTrygve Aaberge2024-02-181-0/+1
* Make conversations.name not asyncTrygve Aaberge2024-02-181-2/+2
* Support completing @nicks in current bufferTrygve Aaberge2024-02-181-1/+19
* Support sending messagesTrygve Aaberge2024-02-181-0/+8
* Reload conversations on reconnectTrygve Aaberge2024-02-181-12/+22
* Add unread buffers to hotlist on connectTrygve Aaberge2024-02-181-3/+3
* Mark as read when switching away from bufferTrygve Aaberge2024-02-181-0/+15
* Correctly tag unread messages from historyTrygve Aaberge2024-02-181-1/+5
* If a message has a user, use that even though it's a bot_messageTrygve Aaberge2024-02-181-1/+5
* Fetch thread replies when receiving thread messageTrygve Aaberge2024-02-181-3/+1
* Support thread buffersTrygve Aaberge2024-02-181-0/+87