aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get message sender nick from profile for unknown usersTrygve Aaberge2021-03-061-0/+7
* feat(ci): add python 3.9 to the test matrixBenjamin Denhartog2021-03-061-2/+2
* feat(ci): add python 3.8 to the test matrixBenjamin Denhartog2021-03-061-2/+2
* feat(ci): use github actions instead of travis-ciBenjamin Denhartog2021-03-062-23/+103
* Release v2.7.0v2.7.0Trygve Aaberge2021-02-242-1/+51
* Update Options.md after last commitsTrygve Aaberge2021-02-241-0/+6
* Add tests for link_previous option added in previous commitTrygve Aaberge2021-02-221-0/+31
* Add support to disable teammate link previews (#815)Joan Touzet2021-02-221-0/+5
* Don't escape <>& in me messagesTrygve Aaberge2021-02-211-14/+16
* lookup message via hash with fallback to countAshish Kulkarni2021-02-202-3/+6
* allow new threads to be opened via /thread <THREADID>Ashish Kulkarni2021-02-201-2/+1
* Replace deprecated APIs with conversations APITrygve Aaberge2021-02-202-20/+22
* Fix thread id collision detection not working in Python 2Trygve Aaberge2020-10-091-1/+1
* Combine duplicated send_message codeTrygve Aaberge2020-10-051-19/+14
* Print error message when sending message failsTrygve Aaberge2020-10-052-4/+7
* Remove unnecessary team parameter in SlackMessage initTrygve Aaberge2020-10-051-7/+7
* Don't display the typing indicator for muted conversations (#794)Latchezar Tzvetkoff2020-10-041-1/+1
* Remove section about adding dependencies from contributing docsTrygve Aaberge2020-10-041-28/+0
* Remove outdated info about virtualenv and improve debugging docsTrygve Aaberge2020-10-041-7/+13
* Use direct pypi url to skip redirectTrygve Aaberge2020-10-041-2/+2
* feat: use pipenv to manage the development environment (#784)Ben Denhartog2020-10-046-5/+109
* Improve documentation for notify methodsTrygve Aaberge2020-09-161-7/+18
* Use slack_timeout for websocket connectionTrygve Aaberge2020-09-091-2/+3
* Check that user is not None in typing noticesTrygve Aaberge2020-09-081-1/+1
* Fix argument names in format functionTrygve Aaberge2020-08-291-1/+1
* Fix session token description to work in FirefoxTrygve Aaberge2020-08-271-3/+4
* Fix thread broadcasts sent from wee-slack not becoming broadcastsTrygve Aaberge2020-08-241-1/+2
* Fix thread broadcasts not appearing in channelsTrygve Aaberge2020-08-241-2/+5
* Set correct localvar type for threads in pmsTrygve Aaberge2020-08-201-5/+9
* Support global weemoji.json fileTrygve Aaberge2020-08-181-2/+7
* Use native multiline input support for weechat >= 2.9Trygve Aaberge2020-08-181-5/+10
* Fix usage of dates with non ASCII characters for Python 2 (#788)Nicolas Schodet2020-08-111-1/+1
* Fix thread bot messages appearing in channel instead of threadTrygve Aaberge2020-08-021-11/+7
* Remove thread short_name indent if buflist.format.indent checks slack_typeTrygve Aaberge2020-07-141-1/+4
* Revert "Use buflist.format.indent for thread short name indent"Trygve Aaberge2020-07-141-3/+1
* Support creating channelsTrygve Aaberge2020-07-092-0/+39
* Set buffer localvar slack_typeTrygve Aaberge2020-07-091-1/+4
* Set extra_var slack_thread in indent evaluationTrygve Aaberge2020-07-091-1/+1
* Set default color for thread short_nameTrygve Aaberge2020-07-091-1/+1
* Evaluate buflist indent config option as an expressionTrygve Aaberge2020-07-091-1/+2
* Revert "Don't set no_highlight for backlog messages"Trygve Aaberge2020-07-061-2/+2
* Set time zone to UTC for unfurl test (#782)Tollef Fog Heen2020-07-041-0/+2
* Fix buffers not changing color in buflist when (un)mutedTrygve Aaberge2020-06-241-0/+1
* Remove buffer notify option for unmuted buffersTrygve Aaberge2020-06-241-1/+2
* Set localvar type to private for mpdmsTrygve Aaberge2020-06-241-1/+1
* Support showing buflist presence when short_name is overriddenTrygve Aaberge2020-06-201-0/+2
* Add some tests for formatted_nameTrygve Aaberge2020-06-201-0/+201
* Combine channel formatted_name methodsTrygve Aaberge2020-06-201-58/+22
* Don't throw error if trying to rename team bufferTrygve Aaberge2020-06-201-1/+1
* Don't print short name prefix if set with /buffer setTrygve Aaberge2020-06-201-8/+37