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
*
Improve handling of thread/subscription errors.
Aidan Epstein
2020-03-26
1
-5
/
+15
*
Fix python 2 incompatibility.
Aidan Epstein
2020-03-26
1
-2
/
+4
*
Add error reporting for subscriptions.
Aidan Epstein
2020-03-25
1
-0
/
+1
*
Refactor command_(un)subscribe.
Aidan Epstein
2020-03-25
1
-26
/
+16
*
Add new notify_thread case for subscriptions.
Aidan Epstein
2020-03-25
1
-0
/
+2
*
Fix typo in subprocess_thread_message, and reorder messages.
Aidan Epstein
2020-03-25
1
-2
/
+2
*
Check history_message in SlackThreadChannel's buffer_prnt.
Aidan Epstein
2020-03-25
1
-4
/
+4
*
Refactor mark_read into SlackChannelCommon.
Aidan Epstein
2020-03-25
1
-28
/
+15
*
Only say subscribed if subscribed, instead of True/False
Aidan Epstein
2020-03-25
1
-2
/
+2
*
Use actual last_read times in threads, instead of that of the parent channel.
Aidan Epstein
2020-03-21
1
-5
/
+17
*
Fix messages not updating when subscription status changes.
Aidan Epstein
2020-03-21
1
-2
/
+8
*
Add slack subscribe and unsubscribe commands.
Aidan Epstein
2020-03-21
1
-4
/
+38
*
Update thread last_read mark.
Aidan Epstein
2020-03-21
1
-6
/
+13
*
Beginning of work on subscribing to threads.
Aidan Epstein
2020-03-21
1
-2
/
+42
*
Create a helper function for printing part of a token
Trygve Aaberge
2020-03-21
1
-16
/
+18
*
Print warning when trying to add two tokens for the same team and user
Trygve Aaberge
2020-03-21
1
-3
/
+14
*
Print error when trying to add the same team for two different users
Trygve Aaberge
2020-03-21
1
-12
/
+22
*
Use existing team_hash when creating SlackTeam
Trygve Aaberge
2020-03-21
1
-2
/
+3
*
Allow using /slack register with an existing token
Trygve Aaberge
2020-03-21
1
-8
/
+22
*
Set highlight_words for new channels and thread channels
Trygve Aaberge
2020-03-20
1
-1
/
+12
*
Fix broken tests with Python 2 after commit aa63263
Trygve Aaberge
2020-03-19
1
-0
/
+1
*
Show the parent message as the first message in a thread
Trygve Aaberge
2020-03-19
1
-1
/
+1
*
Preserve thread channels across reconnections and /rehistory
Trygve Aaberge
2020-03-19
1
-21
/
+37
*
Fix error when trying to compare SlackTS with None
Trygve Aaberge
2020-03-19
1
-1
/
+1
*
Don't remove logger_backlog tag when no_log is set
Trygve Aaberge
2020-03-19
1
-1
/
+1
*
Reply to parent message if trying to reply to thread message
Trygve Aaberge
2020-03-18
1
-1
/
+4
*
Send parent channel as reference to conversations.replies
Trygve Aaberge
2020-03-15
1
-1
/
+2
*
Improve help text for /reply and update Commands.md
Trygve Aaberge
2020-03-03
1
-4
/
+4
*
Make /slack help output equal to weechats /help output
Trygve Aaberge
2020-03-03
1
-10
/
+19
*
Strip whitespace from help descriptions for commands
Trygve Aaberge
2020-03-02
1
-1
/
+1
*
Handle reply for broadcast messages sent from wee-slack
Trygve Aaberge
2020-03-02
1
-1
/
+4
*
Add ability to broadcast a thread message to the rest of the channel. (#753)
Trygve Aaberge
2020-03-02
1
-12
/
+35
|
\
|
*
Fix /help reply display.
Aidan Epstein
2020-03-01
1
-0
/
+2
|
*
Clarify documentation of /reply command, and refactor msg logic.
Aidan Epstein
2020-03-01
1
-12
/
+16
|
*
Change reply argument from -broadcast to -alsochannel, remove
Aidan Epstein
2020-03-01
1
-25
/
+21
|
*
Add ability to broadcast a thread message to the rest of the channel.
Aidan Epstein
2020-02-29
1
-5
/
+26
*
|
Differentiate between manual and auto away in away bar item
Trygve Aaberge
2020-03-02
1
-1
/
+6
*
|
Handle manual presence change properly
Trygve Aaberge
2020-03-02
1
-2
/
+5
*
|
Ensure we are subscribed to our own presence
Trygve Aaberge
2020-03-02
1
-1
/
+3
*
|
Set presence to active when switching buffer or calling /slack back
Trygve Aaberge
2020-03-02
1
-6
/
+12
*
|
Show away in away bar item when presence is away
Trygve Aaberge
2020-03-02
1
-0
/
+18
|
/
*
Set re.UNICODE correctly in linkify_text
Trygve Aaberge
2020-02-28
1
-1
/
+1
*
Don't send history_message to SlackThreadChannel.buffer_prnt
Trygve Aaberge
2020-02-27
1
-1
/
+1
*
Print error if trying to use /thread in team buffer
Trygve Aaberge
2020-02-23
1
-0
/
+4
*
(Un)merge team buffers when irc.look.server_buffer is changed
Trygve Aaberge
2020-02-23
1
-2
/
+15
*
Don't switch to the debug buffer when config is changed
Trygve Aaberge
2020-02-23
1
-3
/
+1
*
Move inviter text to before blocks and unfurl_refs
Trygve Aaberge
2020-02-23
1
-6
/
+5
*
Add a helper for colorizing strings
Trygve Aaberge
2020-02-23
1
-48
/
+35
*
Reset color after the text that should be colored
Trygve Aaberge
2020-02-23
1
-5
/
+9
*
Pass team/channel to handle/process methods directly
Trygve Aaberge
2020-02-23
1
-230
/
+177
[next]