aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Support newlines in the /topic commandTrygve Aaberge2020-04-191-15/+11
* 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-051-0/+4
* Include footer in attachmentsTrygve Aaberge2020-04-051-0/+14
* Don't add fallback if link exists in text_beforeTrygve Aaberge2020-04-051-3/+10
* Match attachment links against escaped text as wellTrygve Aaberge2020-04-051-3/+4
* Don't print image_url if it's equal to from_urlTrygve Aaberge2020-04-051-1/+2
* Ignore ref fallback if it's equal to the refTrygve Aaberge2020-04-051-1/+1
* 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
| * Add error reporting for subscriptions.Aidan Epstein2020-03-251-0/+1
| * Refactor command_(un)subscribe.Aidan Epstein2020-03-251-26/+16
| * Add new notify_thread case for subscriptions.Aidan Epstein2020-03-251-0/+2
| * Fix typo in subprocess_thread_message, and reorder messages.Aidan Epstein2020-03-251-2/+2
| * Check history_message in SlackThreadChannel's buffer_prnt.Aidan Epstein2020-03-251-4/+4
| * Refactor mark_read into SlackChannelCommon.Aidan Epstein2020-03-251-28/+15
| * Only say subscribed if subscribed, instead of True/FalseAidan Epstein2020-03-251-2/+2
| * Use actual last_read times in threads, instead of that of the parent channel.Aidan Epstein2020-03-211-5/+17
| * Fix messages not updating when subscription status changes.Aidan Epstein2020-03-211-2/+8
| * Add slack subscribe and unsubscribe commands.Aidan Epstein2020-03-211-4/+38
| * Update thread last_read mark.Aidan Epstein2020-03-211-6/+13
| * Beginning of work on subscribing to threads.Aidan Epstein2020-03-211-2/+42
* | Release v2.5.0v2.5.0Trygve Aaberge2020-03-251-1/+1
|/
* Create a helper function for printing part of a tokenTrygve Aaberge2020-03-211-16/+18
* Print warning when trying to add two tokens for the same team and userTrygve Aaberge2020-03-211-3/+14
* Print error when trying to add the same team for two different usersTrygve Aaberge2020-03-211-12/+22
* Use existing team_hash when creating SlackTeamTrygve Aaberge2020-03-211-2/+3
* Allow using /slack register with an existing tokenTrygve Aaberge2020-03-211-8/+22
* Set highlight_words for new channels and thread channelsTrygve Aaberge2020-03-201-1/+12