index
:
wee-slack
build
master
A WeeChat script for Slack.com
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support backlog tags for all tagsets
Trygve Aaberge
2019-06-02
1
-12
/
+12
*
Simplify process_subteam_updated
Trygve Aaberge
2019-06-02
1
-11
/
+6
*
Move subteam created/updated functions
Trygve Aaberge
2019-06-02
1
-21
/
+24
*
Remove redundant arguments and improve some variable names
Trygve Aaberge
2019-06-02
1
-81
/
+64
*
Set the self_msg tag on own messages
Trygve Aaberge
2019-06-02
1
-19
/
+18
*
Set dm tags on threads in dms
Trygve Aaberge
2019-06-02
1
-11
/
+6
*
Set nick tag for thread messages
Trygve Aaberge
2019-06-02
1
-2
/
+2
*
Set conditions for muted channels on channel instead of message
Trygve Aaberge
2019-06-02
1
-10
/
+14
*
Prevent highlight in debug buffer
Trygve Aaberge
2019-06-02
1
-0
/
+1
*
Allow %h (weechat home) replacement in download_location (#690)
Daniel Lublin
2019-06-01
2
-2
/
+5
*
Fix /topic command output (#691)
luk1337
2019-05-29
2
-2
/
+2
*
Fix broken receive_httprequest_callback when record_events is true
Trygve Aaberge
2019-05-23
1
-2
/
+2
*
Swap elif and else blocks in receive_httprequest_callback
Trygve Aaberge
2019-05-23
1
-5
/
+5
*
Improve installation documentation
Trygve Aaberge
2019-05-16
1
-3
/
+7
*
Document all supported regex flags
Trygve Aaberge
2019-05-10
1
-4
/
+7
*
Update commands and options docs files
Trygve Aaberge
2019-05-07
2
-0
/
+15
*
Support regex flags i, m and s
Trygve Aaberge
2019-05-07
1
-1
/
+5
*
Add instructions for installing deps on OpenBSD
Martin Gammelsæter
2019-05-07
1
-0
/
+5
*
Fix broken tests
Trygve Aaberge
2019-05-05
3
-11
/
+7
*
Release v2.3.0
v2.3.0
Trygve Aaberge
2019-05-05
2
-2
/
+23
*
Update copyright notice
Trygve Aaberge
2019-05-05
2
-2
/
+6
*
Support subteams in resolve_ref
Trygve Aaberge
2019-05-05
1
-0
/
+5
*
Simplify resolve_ref
Trygve Aaberge
2019-05-05
1
-20
/
+10
*
Increase pong timeout to 30 seconds
Trygve Aaberge
2019-05-05
1
-1
/
+1
*
Only check for pong responses when ping has been recently sent
Trygve Aaberge
2019-05-03
1
-1
/
+5
*
Process the entire websocket queue in receive_ws_callback
Trygve Aaberge
2019-05-03
1
-24
/
+25
*
Reconnect if no pong is received for 12 seconds
Trygve Aaberge
2019-04-23
2
-7
/
+25
*
Don't connect to rtm multiple times simultaneously
Trygve Aaberge
2019-04-23
1
-9
/
+11
*
Call rtm.connect instead of rtm.start on reconnect
Trygve Aaberge
2019-04-23
1
-5
/
+18
*
Close websocket connection on shutdown
Trygve Aaberge
2019-04-23
1
-0
/
+2
*
Print connected message after websocket is connected
Trygve Aaberge
2019-04-23
1
-4
/
+4
*
Connect explicitly in handle_rtmstart
Trygve Aaberge
2019-04-23
1
-1
/
+2
*
Catch socket errors when sending ping
Trygve Aaberge
2019-04-23
1
-2
/
+5
*
Create helper for socket error handling
Trygve Aaberge
2019-04-23
1
-13
/
+16
*
Catch socket errors in receive_ws_callback
Trygve Aaberge
2019-04-23
1
-6
/
+11
*
Enable testing in python 3 on Travis
Trygve Aaberge
2019-04-08
1
-0
/
+2
*
Use default python for generate_docs.py
Trygve Aaberge
2019-04-08
1
-1
/
+1
*
Various fixes for python 3
Trygve Aaberge
2019-04-08
1
-3
/
+3
*
Use raw strings for regexes
Trygve Aaberge
2019-04-08
1
-4
/
+4
*
Cleanup tests and make them compatible with python 3
Trygve Aaberge
2019-04-08
14
-254
/
+157
*
Delete tests
Trygve Aaberge
2019-04-08
6
-126
/
+0
*
Miscellaneous Python 3 compatibility fixes
Samuel Holland
2019-04-08
1
-2
/
+9
*
Don't use iter or view functions
Trygve Aaberge
2019-04-08
1
-17
/
+15
*
Make encode_to/decode_from_utf8 noop in python 3
Trygve Aaberge
2019-04-08
2
-51
/
+76
*
Implement the new comparison methods for SlackTS
Samuel Holland
2019-04-08
1
-0
/
+15
*
Make PluginConfig getattr compatible with Python 3
Samuel Holland
2019-04-08
1
-7
/
+10
*
Remember plugin config values in FakeWeechat
Samuel Holland
2019-04-08
1
-3
/
+4
*
Make SHA1 hashing work on both Python 2 and 3
Samuel Holland
2019-04-08
1
-5
/
+7
*
Import urllib classes in a way compatible with Python 3
Samuel Holland
2019-04-08
1
-2
/
+6
*
Use StringIO from io
Trygve Aaberge
2019-04-08
2
-4
/
+3
[prev]
[next]