aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-252-1/+34
* | Add table of contents to the readmeTrygve Aaberge2020-03-241-0/+26
* | Add FAQs for buffer order and notificationsTrygve Aaberge2020-03-241-0/+23
|/
* Update docs for how to connect to a teamTrygve Aaberge2020-03-211-11/+16
* 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-212-10/+26
* 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-182-1/+29
* Send parent channel as reference to conversations.repliesTrygve Aaberge2020-03-151-1/+2
* Improve help text for /reply and update Commands.mdTrygve Aaberge2020-03-032-7/+17
* 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
* Update docs/Options.md after commit f084200Trygve Aaberge2020-02-231-1/+1
* Improve documentation for removing a teamTrygve Aaberge2020-02-231-0/+5
* 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