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
*
Add linkarchive slack command to create a link to a given message (#650)
Immae
2018-11-04
1
-2
/
+20
*
Add open thread command with cursor
Ismaël Bouya
2018-11-04
1
-2
/
+10
*
Fix status call
Ismaël Bouya
2018-11-03
1
-1
/
+1
*
Match nicks with parenthesis and/or unicode (#649)
pasja
2018-11-03
1
-1
/
+1
*
Fix typing and completion errors in core buffer (#638)
Eric Wang
2018-10-31
1
-0
/
+5
*
Allow selection of a message using mouse or cursor in /reply / reaction / edi...
Ismaël Bouya
2018-10-29
1
-55
/
+127
*
Fix loading history with deleted attachment
Josip Janzic
2018-10-22
1
-2
/
+10
*
Add config for color for muted channels in buflist
Trygve Aaberge
2018-10-21
1
-1
/
+5
*
Gray out muted channels in buflist
Eric Wang
2018-10-21
1
-1
/
+2
*
Group color configs together
Trygve Aaberge
2018-10-21
1
-14
/
+20
*
reactions: Add a config parameter to change color of suffixed reacs
Paul B
2018-10-21
1
-2
/
+8
*
Allow reactions and edition of messages in threads
Ismaël Bouya
2018-10-21
1
-50
/
+70
*
Add option to show thread messages in parent channel (#616)
Josip Janzic
2018-10-21
1
-32
/
+40
*
Use an adaptive eventrouter timer
Tollef Fog Heen
2018-09-30
1
-1
/
+12
*
Set tag slack_muted_channel on muted channel messages
Trygve Aaberge
2018-09-04
1
-7
/
+13
*
Print result from /slack mute command
Trygve Aaberge
2018-09-04
1
-8
/
+9
*
Add a 'muted_channels_activity' config option
Trygve Aaberge
2018-09-04
1
-4
/
+21
*
Always call set_highlights in set_highlight_words
Trygve Aaberge
2018-09-04
1
-4
/
+3
*
Implement showmuted command properly
Trygve Aaberge
2018-09-04
1
-2
/
+5
*
Set muted channels to empty set if no muted channels
Trygve Aaberge
2018-09-02
1
-1
/
+1
*
Hide activity from muted channels
Trygve Aaberge
2018-09-02
1
-8
/
+14
*
Support passing muted as a keyword arg to tag()
Trygve Aaberge
2018-09-02
1
-16
/
+16
*
Set correct tags for topic messages
Trygve Aaberge
2018-09-02
1
-1
/
+2
*
Notify of new mentions in subthreads
Ismaël Bouya
2018-08-28
1
-6
/
+41
*
Move open thread to thread message method
Ismaël Bouya
2018-08-28
1
-6
/
+7
*
Separate mentions and highlights in channels
Ismaël Bouya
2018-08-28
1
-2
/
+7
*
Use highlight notifications for MPDMs
Trygve Aaberge
2018-08-25
1
-2
/
+2
*
Colorize edits and reactions (#608)
Immae
2018-08-24
1
-4
/
+8
*
Don't print whitespace before join/leave messages
Trygve Aaberge
2018-08-23
1
-2
/
+2
*
Show inviter for join events
Trygve Aaberge
2018-08-23
1
-2
/
+6
*
Print error if trying to send message in team buffer
Trygve Aaberge
2018-08-22
1
-0
/
+3
*
Cleanup process_reply
Trygve Aaberge
2018-08-21
1
-25
/
+8
*
Release v2.1.1
v2.1.1
Trygve Aaberge
2018-08-20
1
-1
/
+1
*
Fix missing nick for own messages
Trygve Aaberge
2018-08-20
1
-2
/
+3
*
Release v2.1.0
v2.1.0
Trygve Aaberge
2018-08-20
1
-1
/
+1
*
Handle missing unread_count_display fields
Trygve Aaberge
2018-08-20
1
-7
/
+4
*
Simplify and cleanup process_message
Trygve Aaberge
2018-08-20
1
-31
/
+10
*
Add a helper for getting functions with a prefix
Trygve Aaberge
2018-08-20
1
-5
/
+10
*
Don't render messages surrounded by _ as actions
Trygve Aaberge
2018-08-20
1
-8
/
+1
*
Send actions as actual me_messages
Trygve Aaberge
2018-08-20
1
-10
/
+22
*
Reset color after nick
Trygve Aaberge
2018-08-19
1
-1
/
+1
*
Keep nick when actions (/me messages) are edited
Trygve Aaberge
2018-08-19
1
-4
/
+5
*
Set last_read when marking channel as read
Trygve Aaberge
2018-08-18
1
-2
/
+4
*
Clear messages before processing history
Trygve Aaberge
2018-08-18
1
-8
/
+3
*
Don't try to modify buffer line when message not found
Trygve Aaberge
2018-08-17
1
-9
/
+9
*
Update message_json when message is changed
Trygve Aaberge
2018-08-17
1
-3
/
+5
*
Fix marking buffer as read after printing own messsages
Trygve Aaberge
2018-08-17
1
-8
/
+5
*
Don't process message again if it already exists
Trygve Aaberge
2018-08-17
1
-0
/
+4
*
Clear messages dict when refetching history
Trygve Aaberge
2018-08-16
1
-6
/
+9
*
Move message edited text to render and remove message suffix
Trygve Aaberge
2018-08-11
1
-21
/
+15
[next]