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
...
*
Support sending reactions with emoji characters
Trygve Aaberge
2020-02-01
1
-7
/
+23
*
Render emojis as emoji characters
Trygve Aaberge
2020-02-01
1
-9
/
+38
*
Print error message when reaction couldn't be added/removed
Trygve Aaberge
2020-01-23
1
-1
/
+17
*
Set members correctly in handle_conversationsmembers
Trygve Aaberge
2020-01-23
1
-3
/
+2
*
Set channel.is_member when channel is created
Trygve Aaberge
2020-01-22
1
-0
/
+1
*
Support using a different color for each thread suffix/prefix
Trygve Aaberge
2020-01-22
1
-8
/
+20
*
Fetch members explicitly for SlackPrivateChannel
Trygve Aaberge
2020-01-22
1
-0
/
+7
*
Use GitHub Pages for the OAuth redirect page
Trygve Aaberge
2020-01-22
1
-9
/
+10
*
Release v2.4.0
v2.4.0
Trygve Aaberge
2020-01-16
1
-2
/
+2
*
Add a command to list the Slack teams
Trygve Aaberge
2019-10-16
1
-0
/
+13
*
Use max of submessages and replies for number_of_replies
Trygve Aaberge
2019-10-03
1
-1
/
+1
*
Add basic support for private channels converted from public
Trygve Aaberge
2019-10-01
1
-11
/
+51
*
Print thread broadcast messages in parent channel
Trygve Aaberge
2019-10-01
1
-3
/
+8
*
Print user friendly error in handle_conversationsmembers
Trygve Aaberge
2019-08-26
1
-2
/
+7
*
Fix process_subteam_created after adding is_member to SlackSubteam
Trygve Aaberge
2019-08-25
1
-2
/
+3
*
Show if user is external in /slack users
Trygve Aaberge
2019-08-25
1
-2
/
+9
*
Don't list dms and mpdms in /slack channels
Trygve Aaberge
2019-08-25
1
-1
/
+2
*
Add the usergroups you are a member of to highlight words
Trygve Aaberge
2019-08-25
1
-11
/
+23
*
Add nicks without @ prefix to nick completion
Trygve Aaberge
2019-08-25
1
-0
/
+1
*
Complete all nicks on the team for some commands
Trygve Aaberge
2019-08-25
1
-1
/
+7
*
Add support for the /invite command
Trygve Aaberge
2019-08-25
1
-0
/
+48
*
Linkify users in /slack slash command
Trygve Aaberge
2019-08-25
1
-3
/
+4
*
Print responses and errors from /slack slash command
Trygve Aaberge
2019-08-25
1
-1
/
+16
*
Replace weechat with w a few places
Trygve Aaberge
2019-08-25
1
-7
/
+7
*
Match all channel and user prefixes in unfurl_refs
Trygve Aaberge
2019-08-25
1
-4
/
+4
*
Refactor linkify_text to use re.sub
Trygve Aaberge
2019-08-25
1
-27
/
+20
*
Support @everyone in linkify_text
Trygve Aaberge
2019-08-25
1
-1
/
+1
*
Refactor unfurl_refs to use re.sub
Trygve Aaberge
2019-08-25
1
-36
/
+31
*
Include @channel, @everyone and @here in usergroup completion
Trygve Aaberge
2019-08-25
1
-2
/
+3
*
Render group notifications with @ instead of !
Trygve Aaberge
2019-08-25
1
-2
/
+4
*
Print error in /part command when channel is not found
Trygve Aaberge
2019-08-25
1
-0
/
+2
*
Include channel prefix in key in get_channel_map
Trygve Aaberge
2019-08-25
1
-7
/
+7
*
Include @ in subteam handle
Trygve Aaberge
2019-08-25
1
-17
/
+15
*
Extract printing user/channel info to a shared function
Trygve Aaberge
2019-08-25
1
-22
/
+22
*
Show handle when listing usergroup members
Trygve Aaberge
2019-08-25
1
-2
/
+2
*
Show member status in /slack channels command
Trygve Aaberge
2019-08-25
1
-1
/
+7
*
Use name instead of slack_name in /slack channels command
Trygve Aaberge
2019-08-25
1
-2
/
+2
*
Support nicks prefixed with @ in /msg command
Trygve Aaberge
2019-08-24
1
-1
/
+1
*
Don't add deleted users to tab completion
Trygve Aaberge
2019-08-07
1
-1
/
+1
*
Add option to only use full names
Trygve Aaberge
2019-08-07
1
-1
/
+10
*
Fallback to full name if display name is not set
Trygve Aaberge
2019-08-07
1
-1
/
+1
*
Fix attachment fields without titles
David Vo
2019-07-22
1
-1
/
+1
*
Set localvar_set_server for thread buffers
Trygve Aaberge
2019-06-20
1
-0
/
+1
*
Expose more information in /whois (#700)
David Vo
2019-06-15
1
-3
/
+14
*
Ignore away command run on non-slack buffers without -all
Trygve Aaberge
2019-06-14
1
-1
/
+3
*
Sort nicks in mpdm name alphabetically
Trygve Aaberge
2019-06-12
1
-2
/
+2
*
Don't include own nick in mpdm names
Trygve Aaberge
2019-06-12
1
-3
/
+4
*
Support topic changes for private channels
Trygve Aaberge
2019-06-12
1
-9
/
+10
*
Remove log* tags when using no_log
Trygve Aaberge
2019-06-11
1
-8
/
+7
*
new_messages should not be set for backlog messages, but for self_msgs
Trygve Aaberge
2019-06-11
1
-3
/
+3
[prev]
[next]