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
*
Include files in attachments
Trygve Aaberge
2020-04-05
1
-0
/
+4
*
Include footer in attachments
Trygve Aaberge
2020-04-05
1
-0
/
+14
*
Don't add fallback if link exists in text_before
Trygve Aaberge
2020-04-05
1
-3
/
+10
*
Match attachment links against escaped text as well
Trygve Aaberge
2020-04-05
1
-3
/
+4
*
Don't print image_url if it's equal to from_url
Trygve Aaberge
2020-04-05
1
-1
/
+2
*
Ignore ref fallback if it's equal to the ref
Trygve Aaberge
2020-04-05
1
-1
/
+1
*
Merge pull request #758 from aereaux/subscribe_threads
Trygve Aaberge
2020-04-05
1
-68
/
+172
|
\
|
*
Remove message_replied handler
Trygve Aaberge
2020-04-05
1
-16
/
+1
|
*
Use slack_api_translator from the team everywhere
Trygve Aaberge
2020-04-05
1
-26
/
+26
|
*
Stop calling thread.mark if not supported
Trygve Aaberge
2020-04-05
1
-5
/
+11
|
*
Fix arguments for print_error
Trygve Aaberge
2020-04-05
1
-3
/
+3
|
*
Remove thread_messages_in_channel mark_read-ing.
Aidan Epstein
2020-03-30
1
-6
/
+0
|
*
Fix a couple bugs in mark_read.
Aidan Epstein
2020-03-30
1
-4
/
+7
|
*
Mark all threads as read when thread_messages_in_channel is set.
Aidan Epstein
2020-03-27
1
-2
/
+7
|
*
Process thread_marked events, to mark threads as read when the API tells us to.
Aidan Epstein
2020-03-27
1
-0
/
+12
|
*
Store thread last_reads in parent_message, so that they survive buffer closes.
Aidan Epstein
2020-03-27
1
-2
/
+10
|
*
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
*
|
Release v2.5.0
v2.5.0
Trygve Aaberge
2020-03-25
1
-1
/
+1
|
/
*
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
[next]