aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix broken tests with Python 2 after commit aa63263Trygve Aaberge2020-03-191-0/+1
* Show the parent message as the first message in a threadTrygve Aaberge2020-03-191-1/+1
* Preserve thread channels across reconnections and /rehistoryTrygve Aaberge2020-03-191-21/+37
* Fix error when trying to compare SlackTS with NoneTrygve Aaberge2020-03-191-1/+1
* Don't remove logger_backlog tag when no_log is setTrygve Aaberge2020-03-191-1/+1
* Reply to parent message if trying to reply to thread messageTrygve Aaberge2020-03-181-1/+4
* Send parent channel as reference to conversations.repliesTrygve Aaberge2020-03-151-1/+2
* Improve help text for /reply and update Commands.mdTrygve Aaberge2020-03-031-4/+4
* Make /slack help output equal to weechats /help outputTrygve Aaberge2020-03-031-10/+19
* Strip whitespace from help descriptions for commandsTrygve Aaberge2020-03-021-1/+1
* Handle reply for broadcast messages sent from wee-slackTrygve Aaberge2020-03-021-1/+4
* Add ability to broadcast a thread message to the rest of the channel. (#753)Trygve Aaberge2020-03-021-12/+35
|\
| * Fix /help reply display.Aidan Epstein2020-03-011-0/+2
| * Clarify documentation of /reply command, and refactor msg logic.Aidan Epstein2020-03-011-12/+16
| * Change reply argument from -broadcast to -alsochannel, removeAidan Epstein2020-03-011-25/+21
| * Add ability to broadcast a thread message to the rest of the channel.Aidan Epstein2020-02-291-5/+26
* | Differentiate between manual and auto away in away bar itemTrygve Aaberge2020-03-021-1/+6
* | Handle manual presence change properlyTrygve Aaberge2020-03-021-2/+5
* | Ensure we are subscribed to our own presenceTrygve Aaberge2020-03-021-1/+3
* | Set presence to active when switching buffer or calling /slack backTrygve Aaberge2020-03-021-6/+12
* | Show away in away bar item when presence is awayTrygve Aaberge2020-03-021-0/+18
|/
* Set re.UNICODE correctly in linkify_textTrygve Aaberge2020-02-281-1/+1
* Don't send history_message to SlackThreadChannel.buffer_prntTrygve Aaberge2020-02-271-1/+1
* Print error if trying to use /thread in team bufferTrygve Aaberge2020-02-231-0/+4
* (Un)merge team buffers when irc.look.server_buffer is changedTrygve Aaberge2020-02-231-2/+15
* Don't switch to the debug buffer when config is changedTrygve Aaberge2020-02-231-3/+1
* Move inviter text to before blocks and unfurl_refsTrygve Aaberge2020-02-231-6/+5
* Add a helper for colorizing stringsTrygve Aaberge2020-02-231-48/+35
* Reset color after the text that should be coloredTrygve Aaberge2020-02-231-5/+9
* Pass team/channel to handle/process methods directlyTrygve Aaberge2020-02-231-230/+177