aboutsummaryrefslogtreecommitdiffstats
path: root/slack/slack_thread.py
Commit message (Expand)AuthorAgeFilesLines
* Replace use of history_pending with is_loadingTrygve Aaberge2024-03-291-5/+1
* Fix parent message not being included in SlackThread.messagesTrygve Aaberge2024-03-291-1/+20
* Make api accessible from SlackBufferTrygve Aaberge2024-02-201-1/+1
* Don't print the same message multiple timesTrygve Aaberge2024-02-181-3/+7
* 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