aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bind cursor/mouse commands to all python buffersTrygve Aaberge2018-11-112-13/+16
* 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-042-24/+29
* Add linkarchive slack command to create a link to a given message (#650)Immae2018-11-042-3/+31
* Add open thread command with cursorIsmaël Bouya2018-11-042-2/+12
* Fix status callIsmaël Bouya2018-11-031-1/+1
* Match nicks with parenthesis and/or unicode (#649)pasja2018-11-032-1/+38
* 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-292-55/+145
* 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
* Fix test_everything.py failing by handling events in orderEric Wang2018-10-201-1/+1
* Use an adaptive eventrouter timerTollef Fog Heen2018-09-301-1/+12
* Merge pull request #457 from trygveaa/hide-activity-from-muted-channelsTrygve Aaberge2018-09-132-41/+84
|\
| * 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-042-2/+10
| * Set muted channels to empty set if no muted channelsTrygve Aaberge2018-09-021-1/+1
| * Add mute command to readmeTrygve Aaberge2018-09-021-0/+5
| * 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
|/
* Merge pull request #617 from immae/subscribe_threadsTrygve Aaberge2018-08-281-14/+55
|\
| * 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