aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup tests and make them compatible with python 3Trygve Aaberge2019-04-0814-254/+157
* Delete testsTrygve Aaberge2019-04-086-126/+0
* Miscellaneous Python 3 compatibility fixesSamuel Holland2019-04-081-2/+9
* Don't use iter or view functionsTrygve Aaberge2019-04-081-17/+15
* Make encode_to/decode_from_utf8 noop in python 3Trygve Aaberge2019-04-082-51/+76
* Implement the new comparison methods for SlackTSSamuel Holland2019-04-081-0/+15
* Make PluginConfig getattr compatible with Python 3Samuel Holland2019-04-081-7/+10
* Remember plugin config values in FakeWeechatSamuel Holland2019-04-081-3/+4
* Make SHA1 hashing work on both Python 2 and 3Samuel Holland2019-04-081-5/+7
* Import urllib classes in a way compatible with Python 3Samuel Holland2019-04-081-2/+6
* Use StringIO from ioTrygve Aaberge2019-04-082-4/+3
* Import print_function and unicode_literals in all test filesTrygve Aaberge2019-04-0824-15/+34
* Always use the print function from Python 3Samuel Holland2019-04-0814-62/+84
* Don't serialize request metadataTrygve Aaberge2019-04-082-28/+17
* Delete useless testTrygve Aaberge2019-04-081-54/+0
* Add @user-groups support (#680)Nana Amfo2019-04-089-10/+287
* Inform about retry limit in failed connection messageTrygve Aaberge2019-04-041-3/+5
* Remove channel parameter from linkify_textTrygve Aaberge2019-04-032-18/+11
* Keep text directly after @channel/group/here when linkifyingTrygve Aaberge2019-04-022-1/+17
* Sort options when generating Options.mdTrygve Aaberge2019-04-023-84/+91
* Implement -all parameter for /away commandTrygve Aaberge2019-03-261-5/+10
* Improve detection of incoming formatting charactersTrygve Aaberge2019-03-261-6/+8
* Correctly handle group join/leave eventsDavid Vo2019-03-261-1/+5
* Upload file to thread instead of channel when in thread bufferEric Wang2019-03-261-2/+12
* Ping websocket connection every five secondsTrygve Aaberge2019-03-131-1/+10
* Check if user exists before updating statusTrygve Aaberge2019-03-051-4/+6
* Add ability to open last thread in channel without specifying message idTomas Varneckas2019-02-232-8/+21
* Decode formatted exceptions from utf8Trygve Aaberge2019-02-191-11/+20
* Only print one line after connecting to a teamTrygve Aaberge2019-02-151-8/+2
* Move message handling out of exception handlingTrygve Aaberge2019-02-151-12/+10
* Print more useful error and debug messages on connection failureTrygve Aaberge2019-02-151-7/+17
* Disconnect when sending to websocket failsTrygve Aaberge2019-02-151-3/+1
* Retry rtm.start if it failsTrygve Aaberge2019-02-151-0/+7
* Print connecting message on startTrygve Aaberge2019-02-151-0/+2
* Fix 'slackbot' name change to 'Slackbot' breaking never_awayV13Axel2019-02-151-1/+1
* Fix /slack linkarchive command because of an API changePásztor János2019-02-151-1/+1
* Name files sequentially, don't download historicalDaniel Lublin2019-02-151-14/+40
* Add option to download files locallyJosip Janzic2019-02-151-0/+20
* Don't override server_aliases with short_buffer_namesTrygve Aaberge2019-01-271-9/+7
* Print a message when another client/the server closes an IMTrygve Aaberge2019-01-271-3/+5
* Delete buffer from our own list before closing itTrygve Aaberge2019-01-271-22/+13
* Generate documentation for commands and optionsTrygve Aaberge2019-01-264-4/+461
* Print error if no args given to slack talk/join/queryTrygve Aaberge2019-01-261-1/+9
* Print error if channel or user is not foundTrygve Aaberge2019-01-261-19/+21
* Remove some commented out and unnecessary linesTrygve Aaberge2019-01-261-23/+9
* Update readmeTrygve Aaberge2019-01-261-122/+33
* 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