aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Use raw strings for regexesTrygve Aaberge2019-04-081-4/+4
* 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-081-2/+6
* Implement the new comparison methods for SlackTSSamuel Holland2019-04-081-0/+15
* Make PluginConfig getattr compatible with Python 3Samuel Holland2019-04-081-7/+10
* 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-081-4/+1
* Always use the print function from Python 3Samuel Holland2019-04-081-4/+3
* Don't serialize request metadataTrygve Aaberge2019-04-081-23/+12
* Add @user-groups support (#680)Nana Amfo2019-04-081-8/+122
* Inform about retry limit in failed connection messageTrygve Aaberge2019-04-041-3/+5
* Remove channel parameter from linkify_textTrygve Aaberge2019-04-031-3/+3
* Keep text directly after @channel/group/here when linkifyingTrygve Aaberge2019-04-021-1/+1
* 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-231-8/+16
* 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
* 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
* 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
* Add docstrings/help for all commandsTrygve Aaberge2019-01-261-7/+70
* Merge linkarchive and openweb commandsTrygve Aaberge2019-01-261-21/+22
* Rename register command callbackTrygve Aaberge2019-01-261-2/+3
* Remove command_pTrygve Aaberge2019-01-261-4/+0
* Remove /leave commandTrygve Aaberge2019-01-261-2/+0
* Add /slack help commandTrygve Aaberge2019-01-261-4/+26
* Simplify setting topic from topic or purposeTrygve Aaberge2019-01-261-3/+1