aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2.6.0v2.6.0Trygve Aaberge2020-05-062-1/+29
* Improve description for (un)subscribe commandsTrygve Aaberge2020-05-062-4/+4
* Document usage of session tokensTrygve Aaberge2020-05-053-20/+63
* Fix /slack register not working after API changeTrygve Aaberge2020-05-054-16/+47
* Remove documentation about legacy tokensTrygve Aaberge2020-05-051-8/+0
* Add a note about having to manually update secured tokensTrygve Aaberge2020-05-051-0/+4
* Update generated docsTrygve Aaberge2020-05-052-1/+26
* Check if message_json["ts"] exists in process_messageTrygve Aaberge2020-05-051-1/+1
* Include return_code in error from receive_httprequest_callbackTrygve Aaberge2020-05-051-2/+2
* Don't prevent default completion in /reply and /slack talkTrygve Aaberge2020-05-051-2/+2
* Use reply_count instead of repliesTrygve Aaberge2020-05-051-1/+1
* Print error message when changing a message failsTrygve Aaberge2020-04-291-1/+14
* Add note about files_download_location requiring WeeChat >= 2.2Trygve Aaberge2020-04-242-2/+2
* Fix completion for /slackTrygve Aaberge2020-04-221-1/+1
* Fix debug buffer not being created on script loadTrygve Aaberge2020-04-201-3/+3
* Fix bug preventing editing message without any identifierTrygve Aaberge2020-04-201-1/+1
* Fix completion for /slack statusTrygve Aaberge2020-04-191-11/+12
* Prevent default completion from being used at the end of commandsTrygve Aaberge2020-04-191-9/+9
* Support newlines in the /topic commandTrygve Aaberge2020-04-192-15/+18
* Support multiline input commandsTrygve Aaberge2020-04-191-6/+5
* Don't read all options when one changesTrygve Aaberge2020-04-191-4/+9
* Add a variable for config prefixTrygve Aaberge2020-04-191-2/+4
* Prevent errors after running /upgradeTrygve Aaberge2020-04-181-3/+10
* Don't connect to the teams if auto connect is disabledTrygve Aaberge2020-04-181-10/+11
* Set members from groups.infoTrygve Aaberge2020-04-161-0/+1
* Support toggling a reaction by right clicking on an emoji or emoji nameTrygve Aaberge2020-04-121-26/+51
* Print stacktrace if config getter failsTrygve Aaberge2020-04-121-0/+1
* Add an option to control thread notificationsTrygve Aaberge2020-04-121-10/+21
* Don't notify about threads when they're opened in the channel (#763)Zachary Ware2020-04-121-0/+3
* Place record_events files in separate directories for each teamTrygve Aaberge2020-04-101-6/+15
* Set team in message_json after recording eventTrygve Aaberge2020-04-101-1/+1
* Include files in attachmentsTrygve Aaberge2020-04-052-0/+20
* Include footer in attachmentsTrygve Aaberge2020-04-052-0/+49
* Don't add fallback if link exists in text_beforeTrygve Aaberge2020-04-052-3/+34
* Match attachment links against escaped text as wellTrygve Aaberge2020-04-052-3/+19
* Don't print image_url if it's equal to from_urlTrygve Aaberge2020-04-052-1/+18
* Ignore ref fallback if it's equal to the refTrygve Aaberge2020-04-052-1/+6
* Add tests for unfurl_auto_link_display with mailtoTrygve Aaberge2020-04-051-0/+15
* Merge pull request #758 from aereaux/subscribe_threadsTrygve Aaberge2020-04-051-68/+172
|\
| * Remove message_replied handlerTrygve Aaberge2020-04-051-16/+1
| * Use slack_api_translator from the team everywhereTrygve Aaberge2020-04-051-26/+26
| * Stop calling thread.mark if not supportedTrygve Aaberge2020-04-051-5/+11
| * Fix arguments for print_errorTrygve Aaberge2020-04-051-3/+3
| * Remove thread_messages_in_channel mark_read-ing.Aidan Epstein2020-03-301-6/+0
| * Fix a couple bugs in mark_read.Aidan Epstein2020-03-301-4/+7
| * Mark all threads as read when thread_messages_in_channel is set.Aidan Epstein2020-03-271-2/+7
| * Process thread_marked events, to mark threads as read when the API tells us to.Aidan Epstein2020-03-271-0/+12
| * Store thread last_reads in parent_message, so that they survive buffer closes.Aidan Epstein2020-03-271-2/+10
| * Improve handling of thread/subscription errors.Aidan Epstein2020-03-261-5/+15
| * Fix python 2 incompatibility.Aidan Epstein2020-03-261-2/+4