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
path:
root
/
wee_slack.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Set tag thread_message on thread messages printed in channels
Trygve Aaberge
2019-06-02
1
-4
/
+10
*
Render "by invitation from" before reactions
Trygve Aaberge
2019-06-02
1
-38
/
+30
*
Don't set nick_unknown tag if user isn't set
Trygve Aaberge
2019-06-02
1
-1
/
+1
*
Set nick tag for join, leave and topic messages
Trygve Aaberge
2019-06-02
1
-3
/
+3
*
Don't set channel specific tags by default
Trygve Aaberge
2019-06-02
1
-7
/
+7
*
Don't log backlog messages to the logfile
Trygve Aaberge
2019-06-02
1
-1
/
+1
*
Store join/leave/topic messages
Trygve Aaberge
2019-06-02
1
-10
/
+12
*
Separate the tags for join and leave
Trygve Aaberge
2019-06-02
1
-8
/
+4
*
Remove force_backlog from buffer_prnt
Trygve Aaberge
2019-06-02
1
-3
/
+3
*
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
1
-1
/
+4
*
Fix /topic command output (#691)
luk1337
2019-05-29
1
-1
/
+1
*
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
*
Support regex flags i, m and s
Trygve Aaberge
2019-05-07
1
-1
/
+5
*
Release v2.3.0
v2.3.0
Trygve Aaberge
2019-05-05
1
-1
/
+1
*
Update copyright notice
Trygve Aaberge
2019-05-05
1
-1
/
+4
*
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
1
-5
/
+19
*
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
*
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
*
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
1
-2
/
+6
*
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
*
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
1
-4
/
+1
*
Always use the print function from Python 3
Samuel Holland
2019-04-08
1
-4
/
+3
[prev]
[next]