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 @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
*
Prevent logging of historic join/leave/topic messages
Trygve Aaberge
2019-06-11
1
-13
/
+10
*
Prevent websocket-client from importing and using numpy
Trygve Aaberge
2019-06-07
1
-0
/
+5
*
Get the word that is being completed the proper way
Trygve Aaberge
2019-06-06
1
-4
/
+4
*
Add missing formatting placeholders in register_callback
Trygve Aaberge
2019-06-04
1
-2
/
+2
*
Print specific error when rtm requests fails
Trygve Aaberge
2019-06-04
1
-2
/
+2
*
Use weechat.string_eval_path_home to eval files_download_location
Trygve Aaberge
2019-06-04
1
-1
/
+1
*
Resolve relative paths for upload command
Trygve Aaberge
2019-06-04
1
-1
/
+2
*
Remove escape characters from path if file is not found
Trygve Aaberge
2019-06-04
1
-2
/
+6
*
Add error handling for /slack upload
Trygve Aaberge
2019-06-04
1
-1
/
+30
*
Use hook_process_hashtable for uploading files
Trygve Aaberge
2019-06-04
1
-15
/
+16
*
Don't use a dict as a default parameter in SlackRequest
Trygve Aaberge
2019-06-04
1
-1
/
+3
*
Prevent crash when having mpdm with an external user
Trygve Aaberge
2019-06-04
1
-1
/
+4
*
Only prevent logging of messages from history request
Trygve Aaberge
2019-06-03
1
-15
/
+23
*
Check if channel is mpim by using is_mpim attribute
Trygve Aaberge
2019-06-03
1
-1
/
+1
*
Add current team and channel first in channel completion
Trygve Aaberge
2019-06-03
1
-2
/
+15
*
Separate completion for irc_channels and irc_privates
Trygve Aaberge
2019-06-03
1
-1
/
+14
*
Allow completion of emoji with a prefix
Trygve Aaberge
2019-06-02
1
-1
/
+6
*
Add completion for all command arguments
Trygve Aaberge
2019-06-02
1
-7
/
+61
*
Unfurl and linkify in topic command
Trygve Aaberge
2019-06-02
1
-10
/
+15
*
Add completion for channel names
Trygve Aaberge
2019-06-02
1
-0
/
+14
*
Print status in whois when either emoji or text is set
Trygve Aaberge
2019-06-02
1
-4
/
+5
*
Support printing status with /slack status command
Trygve Aaberge
2019-06-02
1
-6
/
+13
*
Print error when profile/status couldn't be set
Trygve Aaberge
2019-06-02
1
-0
/
+6
*
Print error when a command is not used on an appropriate buffer
Trygve Aaberge
2019-06-02
1
-0
/
+2
*
Use proper nicks for mpdm names
Trygve Aaberge
2019-06-02
1
-17
/
+11
*
Set own nick to display name if set
Trygve Aaberge
2019-06-02
1
-8
/
+14
[next]