aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Add linkarchive slack command to create a link to a given message (#650)Immae2018-11-041-2/+20
* Add open thread command with cursorIsmaël Bouya2018-11-041-2/+10
* Fix status callIsmaël Bouya2018-11-031-1/+1
* Match nicks with parenthesis and/or unicode (#649)pasja2018-11-031-1/+1
* Fix typing and completion errors in core buffer (#638)Eric Wang2018-10-311-0/+5
* Allow selection of a message using mouse or cursor in /reply / reaction / edi...Ismaël Bouya2018-10-291-55/+127
* Fix loading history with deleted attachmentJosip Janzic2018-10-221-2/+10
* Add config for color for muted channels in buflistTrygve Aaberge2018-10-211-1/+5
* Gray out muted channels in buflistEric Wang2018-10-211-1/+2
* Group color configs togetherTrygve Aaberge2018-10-211-14/+20
* reactions: Add a config parameter to change color of suffixed reacsPaul B2018-10-211-2/+8
* Allow reactions and edition of messages in threadsIsmaël Bouya2018-10-211-50/+70
* Add option to show thread messages in parent channel (#616)Josip Janzic2018-10-211-32/+40
* Use an adaptive eventrouter timerTollef Fog Heen2018-09-301-1/+12
* Set tag slack_muted_channel on muted channel messagesTrygve Aaberge2018-09-041-7/+13
* Print result from /slack mute commandTrygve Aaberge2018-09-041-8/+9
* Add a 'muted_channels_activity' config optionTrygve Aaberge2018-09-041-4/+21
* Always call set_highlights in set_highlight_wordsTrygve Aaberge2018-09-041-4/+3
* Implement showmuted command properlyTrygve Aaberge2018-09-041-2/+5
* Set muted channels to empty set if no muted channelsTrygve Aaberge2018-09-021-1/+1
* Hide activity from muted channelsTrygve Aaberge2018-09-021-8/+14
* Support passing muted as a keyword arg to tag()Trygve Aaberge2018-09-021-16/+16
* Set correct tags for topic messagesTrygve Aaberge2018-09-021-1/+2
* Notify of new mentions in subthreadsIsmaël Bouya2018-08-281-6/+41
* Move open thread to thread message methodIsmaël Bouya2018-08-281-6/+7
* Separate mentions and highlights in channelsIsmaël Bouya2018-08-281-2/+7
* Use highlight notifications for MPDMsTrygve Aaberge2018-08-251-2/+2
* Colorize edits and reactions (#608)Immae2018-08-241-4/+8
* Don't print whitespace before join/leave messagesTrygve Aaberge2018-08-231-2/+2
* Show inviter for join eventsTrygve Aaberge2018-08-231-2/+6
* Print error if trying to send message in team bufferTrygve Aaberge2018-08-221-0/+3
* Cleanup process_replyTrygve Aaberge2018-08-211-25/+8
* Release v2.1.1v2.1.1Trygve Aaberge2018-08-201-1/+1
* Fix missing nick for own messagesTrygve Aaberge2018-08-201-2/+3
* Release v2.1.0v2.1.0Trygve Aaberge2018-08-201-1/+1
* Handle missing unread_count_display fieldsTrygve Aaberge2018-08-201-7/+4
* Simplify and cleanup process_messageTrygve Aaberge2018-08-201-31/+10
* Add a helper for getting functions with a prefixTrygve Aaberge2018-08-201-5/+10
* Don't render messages surrounded by _ as actionsTrygve Aaberge2018-08-201-8/+1
* Send actions as actual me_messagesTrygve Aaberge2018-08-201-10/+22
* Reset color after nickTrygve Aaberge2018-08-191-1/+1
* Keep nick when actions (/me messages) are editedTrygve Aaberge2018-08-191-4/+5
* Set last_read when marking channel as readTrygve Aaberge2018-08-181-2/+4
* Clear messages before processing historyTrygve Aaberge2018-08-181-8/+3
* Don't try to modify buffer line when message not foundTrygve Aaberge2018-08-171-9/+9
* Update message_json when message is changedTrygve Aaberge2018-08-171-3/+5
* Fix marking buffer as read after printing own messsagesTrygve Aaberge2018-08-171-8/+5
* Don't process message again if it already existsTrygve Aaberge2018-08-171-0/+4
* Clear messages dict when refetching historyTrygve Aaberge2018-08-161-6/+9
* Move message edited text to render and remove message suffixTrygve Aaberge2018-08-111-21/+15