aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify code for distracting channelsTrygve Aaberge2019-01-261-21/+9
* Rename command callbacks to start with command_Trygve Aaberge2019-01-261-8/+7
* Simplify slack_command_cb and commandsTrygve Aaberge2019-01-261-70/+73
* Add custom commands properlyTrygve Aaberge2019-01-261-25/+27
* Add docstrings/help for all commandsTrygve Aaberge2019-01-261-7/+70
* Merge linkarchive and openweb commandsTrygve Aaberge2019-01-261-21/+22
* Rename register command callbackTrygve Aaberge2019-01-261-2/+3
* Remove command_pTrygve Aaberge2019-01-261-4/+0
* Remove /leave commandTrygve Aaberge2019-01-261-2/+0
* Add /slack help commandTrygve Aaberge2019-01-261-4/+26
* Simplify setting topic from topic or purposeTrygve Aaberge2019-01-261-3/+1
* Resolve references in topicTomas Janousek2019-01-261-1/+2
* Fix 'wrong arguments for function "buffer_set"'Tomas Janousek2019-01-261-6/+5
* Include threads when marking latest message as read (#653)Eric Wang2019-01-261-1/+1
* Avoid formatting matching into code spans/blocksDavid Vo2019-01-251-2/+2
* Preserve formatting charactersDavid Vo2019-01-251-2/+2
* Fix bold/italics matching across newlinesDavid Vo2019-01-251-2/+2
* Add show_buflist_presence config option (#558)David Golden2019-01-251-4/+6
* Add instructions on how to request slack app installationTrygve Aaberge2018-11-161-2/+2
* Release v2.2.0v2.2.0Trygve Aaberge2018-11-121-1/+1
* Add an option to set color of (edited) suffix (#660)er-12018-11-121-1/+5
* Add apostrophe to the regex with a corresponding testPásztor János2018-11-121-1/+1
* Bind cursor/mouse commands to all python buffersTrygve Aaberge2018-11-111-6/+6
* Allow more than one word in /reply messageTrygve Aaberge2018-11-071-3/+2
* Support using /thread for already opened threadsTrygve Aaberge2018-11-051-2/+3
* Add error handling to /thread and /replyTrygve Aaberge2018-11-051-26/+42
* Remove unnecessary print and returnsTrygve Aaberge2018-11-051-3/+1
* Use buffer from arguments instead of w.current_bufferTrygve Aaberge2018-11-041-10/+4
* Fix bug preventing first line in buffer to be changedTrygve Aaberge2018-11-041-69/+51
* Store hdata structure in a classTrygve Aaberge2018-11-041-24/+28
* 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