aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify process_subteam_updatedTrygve Aaberge2019-06-021-11/+6
* Move subteam created/updated functionsTrygve Aaberge2019-06-021-21/+24
* Remove redundant arguments and improve some variable namesTrygve Aaberge2019-06-021-81/+64
* Set the self_msg tag on own messagesTrygve Aaberge2019-06-021-19/+18
* Set dm tags on threads in dmsTrygve Aaberge2019-06-021-11/+6
* Set nick tag for thread messagesTrygve Aaberge2019-06-021-2/+2
* Set conditions for muted channels on channel instead of messageTrygve Aaberge2019-06-021-10/+14
* Prevent highlight in debug bufferTrygve Aaberge2019-06-021-0/+1
* Allow %h (weechat home) replacement in download_location (#690)Daniel Lublin2019-06-011-1/+4
* Fix /topic command output (#691)luk13372019-05-291-1/+1
* Fix broken receive_httprequest_callback when record_events is trueTrygve Aaberge2019-05-231-2/+2
* Swap elif and else blocks in receive_httprequest_callbackTrygve Aaberge2019-05-231-5/+5
* Support regex flags i, m and sTrygve Aaberge2019-05-071-1/+5
* Release v2.3.0v2.3.0Trygve Aaberge2019-05-051-1/+1
* Update copyright noticeTrygve Aaberge2019-05-051-1/+4
* Support subteams in resolve_refTrygve Aaberge2019-05-051-0/+5
* Simplify resolve_refTrygve Aaberge2019-05-051-20/+10
* Increase pong timeout to 30 secondsTrygve Aaberge2019-05-051-1/+1
* Only check for pong responses when ping has been recently sentTrygve Aaberge2019-05-031-1/+5
* Process the entire websocket queue in receive_ws_callbackTrygve Aaberge2019-05-031-24/+25
* Reconnect if no pong is received for 12 secondsTrygve Aaberge2019-04-231-5/+19
* Don't connect to rtm multiple times simultaneouslyTrygve Aaberge2019-04-231-9/+11
* Call rtm.connect instead of rtm.start on reconnectTrygve Aaberge2019-04-231-5/+18
* Close websocket connection on shutdownTrygve Aaberge2019-04-231-0/+2
* Print connected message after websocket is connectedTrygve Aaberge2019-04-231-4/+4
* Connect explicitly in handle_rtmstartTrygve Aaberge2019-04-231-1/+2
* Catch socket errors when sending pingTrygve Aaberge2019-04-231-2/+5
* Create helper for socket error handlingTrygve Aaberge2019-04-231-13/+16
* Catch socket errors in receive_ws_callbackTrygve Aaberge2019-04-231-6/+11
* Various fixes for python 3Trygve Aaberge2019-04-081-3/+3
* 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