aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Validate token not empty, before initiate connection (#853)Inom2021-11-161-1/+5
* Fix README.md broken TOC link (#848)Dmitry Sandalov2021-08-051-1/+1
* Don't unhide buffers when reprinting messages (#839)Kevin Pulo2021-06-231-0/+1
* Remove Python >= 3.6 only syntaxTrygve Aaberge2021-06-231-1/+1
* Document how to format and lint the codeTrygve Aaberge2021-06-231-2/+20
* Fix alignment of multiline messagesTrygve Aaberge2021-05-261-2/+5
* Move IRC channel from freenode to Libera.ChatTrygve Aaberge2021-05-241-1/+1
* 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