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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v2.6.0
v2.6.0
Trygve Aaberge
2020-05-06
2
-1
/
+29
*
Improve description for (un)subscribe commands
Trygve Aaberge
2020-05-06
2
-4
/
+4
*
Document usage of session tokens
Trygve Aaberge
2020-05-05
3
-20
/
+63
*
Fix /slack register not working after API change
Trygve Aaberge
2020-05-05
4
-16
/
+47
*
Remove documentation about legacy tokens
Trygve Aaberge
2020-05-05
1
-8
/
+0
*
Add a note about having to manually update secured tokens
Trygve Aaberge
2020-05-05
1
-0
/
+4
*
Update generated docs
Trygve Aaberge
2020-05-05
2
-1
/
+26
*
Check if message_json["ts"] exists in process_message
Trygve Aaberge
2020-05-05
1
-1
/
+1
*
Include return_code in error from receive_httprequest_callback
Trygve Aaberge
2020-05-05
1
-2
/
+2
*
Don't prevent default completion in /reply and /slack talk
Trygve Aaberge
2020-05-05
1
-2
/
+2
*
Use reply_count instead of replies
Trygve Aaberge
2020-05-05
1
-1
/
+1
*
Print error message when changing a message fails
Trygve Aaberge
2020-04-29
1
-1
/
+14
*
Add note about files_download_location requiring WeeChat >= 2.2
Trygve Aaberge
2020-04-24
2
-2
/
+2
*
Fix completion for /slack
Trygve Aaberge
2020-04-22
1
-1
/
+1
*
Fix debug buffer not being created on script load
Trygve Aaberge
2020-04-20
1
-3
/
+3
*
Fix bug preventing editing message without any identifier
Trygve Aaberge
2020-04-20
1
-1
/
+1
*
Fix completion for /slack status
Trygve Aaberge
2020-04-19
1
-11
/
+12
*
Prevent default completion from being used at the end of commands
Trygve Aaberge
2020-04-19
1
-9
/
+9
*
Support newlines in the /topic command
Trygve Aaberge
2020-04-19
2
-15
/
+18
*
Support multiline input commands
Trygve Aaberge
2020-04-19
1
-6
/
+5
*
Don't read all options when one changes
Trygve Aaberge
2020-04-19
1
-4
/
+9
*
Add a variable for config prefix
Trygve Aaberge
2020-04-19
1
-2
/
+4
*
Prevent errors after running /upgrade
Trygve Aaberge
2020-04-18
1
-3
/
+10
*
Don't connect to the teams if auto connect is disabled
Trygve Aaberge
2020-04-18
1
-10
/
+11
*
Set members from groups.info
Trygve Aaberge
2020-04-16
1
-0
/
+1
*
Support toggling a reaction by right clicking on an emoji or emoji name
Trygve Aaberge
2020-04-12
1
-26
/
+51
*
Print stacktrace if config getter fails
Trygve Aaberge
2020-04-12
1
-0
/
+1
*
Add an option to control thread notifications
Trygve Aaberge
2020-04-12
1
-10
/
+21
*
Don't notify about threads when they're opened in the channel (#763)
Zachary Ware
2020-04-12
1
-0
/
+3
*
Place record_events files in separate directories for each team
Trygve Aaberge
2020-04-10
1
-6
/
+15
*
Set team in message_json after recording event
Trygve Aaberge
2020-04-10
1
-1
/
+1
*
Include files in attachments
Trygve Aaberge
2020-04-05
2
-0
/
+20
*
Include footer in attachments
Trygve Aaberge
2020-04-05
2
-0
/
+49
*
Don't add fallback if link exists in text_before
Trygve Aaberge
2020-04-05
2
-3
/
+34
*
Match attachment links against escaped text as well
Trygve Aaberge
2020-04-05
2
-3
/
+19
*
Don't print image_url if it's equal to from_url
Trygve Aaberge
2020-04-05
2
-1
/
+18
*
Ignore ref fallback if it's equal to the ref
Trygve Aaberge
2020-04-05
2
-1
/
+6
*
Add tests for unfurl_auto_link_display with mailto
Trygve Aaberge
2020-04-05
1
-0
/
+15
*
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
[next]