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
*
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
*
Import print_function and unicode_literals in all test files
Trygve Aaberge
2019-04-08
24
-15
/
+34
*
Always use the print function from Python 3
Samuel Holland
2019-04-08
14
-62
/
+84
*
Don't serialize request metadata
Trygve Aaberge
2019-04-08
2
-28
/
+17
*
Delete useless test
Trygve Aaberge
2019-04-08
1
-54
/
+0
*
Add @user-groups support (#680)
Nana Amfo
2019-04-08
9
-10
/
+287
*
Inform about retry limit in failed connection message
Trygve Aaberge
2019-04-04
1
-3
/
+5
*
Remove channel parameter from linkify_text
Trygve Aaberge
2019-04-03
2
-18
/
+11
*
Keep text directly after @channel/group/here when linkifying
Trygve Aaberge
2019-04-02
2
-1
/
+17
*
Sort options when generating Options.md
Trygve Aaberge
2019-04-02
3
-84
/
+91
*
Implement -all parameter for /away command
Trygve Aaberge
2019-03-26
1
-5
/
+10
*
Improve detection of incoming formatting characters
Trygve Aaberge
2019-03-26
1
-6
/
+8
*
Correctly handle group join/leave events
David Vo
2019-03-26
1
-1
/
+5
*
Upload file to thread instead of channel when in thread buffer
Eric Wang
2019-03-26
1
-2
/
+12
*
Ping websocket connection every five seconds
Trygve Aaberge
2019-03-13
1
-1
/
+10
*
Check if user exists before updating status
Trygve Aaberge
2019-03-05
1
-4
/
+6
*
Add ability to open last thread in channel without specifying message id
Tomas Varneckas
2019-02-23
2
-8
/
+21
*
Decode formatted exceptions from utf8
Trygve Aaberge
2019-02-19
1
-11
/
+20
*
Only print one line after connecting to a team
Trygve Aaberge
2019-02-15
1
-8
/
+2
*
Move message handling out of exception handling
Trygve Aaberge
2019-02-15
1
-12
/
+10
*
Print more useful error and debug messages on connection failure
Trygve Aaberge
2019-02-15
1
-7
/
+17
*
Disconnect when sending to websocket fails
Trygve Aaberge
2019-02-15
1
-3
/
+1
*
Retry rtm.start if it fails
Trygve Aaberge
2019-02-15
1
-0
/
+7
*
Print connecting message on start
Trygve Aaberge
2019-02-15
1
-0
/
+2
*
Fix 'slackbot' name change to 'Slackbot' breaking never_away
V13Axel
2019-02-15
1
-1
/
+1
*
Fix /slack linkarchive command because of an API change
Pásztor János
2019-02-15
1
-1
/
+1
*
Name files sequentially, don't download historical
Daniel Lublin
2019-02-15
1
-14
/
+40
*
Add option to download files locally
Josip Janzic
2019-02-15
1
-0
/
+20
*
Don't override server_aliases with short_buffer_names
Trygve Aaberge
2019-01-27
1
-9
/
+7
*
Print a message when another client/the server closes an IM
Trygve Aaberge
2019-01-27
1
-3
/
+5
*
Delete buffer from our own list before closing it
Trygve Aaberge
2019-01-27
1
-22
/
+13
*
Generate documentation for commands and options
Trygve Aaberge
2019-01-26
4
-4
/
+461
*
Print error if no args given to slack talk/join/query
Trygve Aaberge
2019-01-26
1
-1
/
+9
*
Print error if channel or user is not found
Trygve Aaberge
2019-01-26
1
-19
/
+21
*
Remove some commented out and unnecessary lines
Trygve Aaberge
2019-01-26
1
-23
/
+9
*
Update readme
Trygve Aaberge
2019-01-26
1
-122
/
+33
*
Simplify code for distracting channels
Trygve Aaberge
2019-01-26
1
-21
/
+9
*
Rename command callbacks to start with command_
Trygve Aaberge
2019-01-26
1
-8
/
+7
*
Simplify slack_command_cb and commands
Trygve Aaberge
2019-01-26
1
-70
/
+73
*
Add custom commands properly
Trygve Aaberge
2019-01-26
1
-25
/
+27
[next]