aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2.8.0v2.8.0Trygve Aaberge2021-05-112-1/+20
* Add compatibility with WeeChat >= 3.2 (XDG directories)Sébastien Helleu2021-05-111-3/+8
* Support MPIMs in channel list of rtm.startTrygve Aaberge2021-05-113-15/+41
* Add indicator for broadcast thread messages (#838)Bill Doyle2021-05-111-1/+13
* Support mpim_aware RTM APITrygve Aaberge2021-05-082-89/+102
* Include channel name in file names for downloaded filesTrygve Aaberge2021-04-301-4/+6
* Ignore failing flake rules instead of selecting only a fewTrygve Aaberge2021-04-134-5/+13
* Fix some flake8 errorsTrygve Aaberge2021-04-133-5/+4
* Some code cleanup from lgtm.com checksTrygve Aaberge2021-04-122-18/+19
* Update docker alpine image to use python3 package (#831)Shawn Toffel2021-04-011-1/+1
* Fix test broken in the previous commitTrygve Aaberge2021-03-211-1/+1
* Call conversations.members for all channelsTrygve Aaberge2021-03-211-1/+4
* Call conversations.members for all channel typesTrygve Aaberge2021-03-211-22/+9
* Run black check in CITrygve Aaberge2021-03-202-0/+5
* Format all python files with blackTrygve Aaberge2021-03-2022-1868/+3154
* Clear last_line_from when clearing bufferTrygve Aaberge2021-03-061-0/+1
* Increase the number of channel members we fetchTrygve Aaberge2021-03-061-1/+1
* Get user info for unknown users after getting channel membersTrygve Aaberge2021-03-061-4/+4
* Fallback to user identifier if we can't find a name in get_senderTrygve Aaberge2021-03-061-1/+1
* 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