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
*
Refactor setting team name
Trygve Aaberge
2020-06-07
1
-18
/
+19
*
Prevent multiple thread notifications when mentioned
Trygve Aaberge
2020-06-04
1
-1
/
+1
*
Fetch message replies if subscribed latest_reply > last_read
Trygve Aaberge
2020-06-04
1
-2
/
+3
*
Set last_read when (un)subscribing to a thread
Trygve Aaberge
2020-06-04
1
-2
/
+3
*
Only mark subscribed threads as read
Trygve Aaberge
2020-06-04
1
-0
/
+2
*
Make history fetch count configurable
Trygve Aaberge
2020-06-04
1
-3
/
+8
*
Don't call buffer_clear on destroy_buffer
Trygve Aaberge
2020-06-04
1
-5
/
+1
*
Mark thread as read when closing buffer
Trygve Aaberge
2020-06-04
1
-0
/
+2
*
Use max_buffer_lines_number instead of hard coding
Trygve Aaberge
2020-06-04
1
-2
/
+2
*
Refactor message id handling
Trygve Aaberge
2020-06-04
1
-91
/
+93
*
Include thread messages in command counts
Trygve Aaberge
2020-05-30
1
-14
/
+16
*
Fetch thread when receiving a thread message and parent is not found
Trygve Aaberge
2020-05-30
1
-15
/
+24
*
Use ts instead of count to limit visible_messages
Trygve Aaberge
2020-05-30
1
-10
/
+20
*
Rerender thread messages when hash changes
Trygve Aaberge
2020-05-30
1
-0
/
+2
*
Fix broadcast messages not being changed in parent channel
Trygve Aaberge
2020-05-30
1
-1
/
+2
*
Don't fall back to ts for thread hash
Trygve Aaberge
2020-05-30
1
-6
/
+8
*
Use parent channels hashed_messages in SlackThreadChannel
Trygve Aaberge
2020-05-30
1
-1
/
+4
*
Store ts -> hash mapping in hashed_messages
Trygve Aaberge
2020-05-30
1
-51
/
+49
*
Notify for newly subscribed threads
Trygve Aaberge
2020-05-30
1
-2
/
+12
*
Refactor notify_thread method
Trygve Aaberge
2020-05-30
1
-15
/
+18
*
Set last_read to SlackTS(0) when missing
Trygve Aaberge
2020-05-30
1
-3
/
+6
*
Use last_read for parent message when checking mentions notify
Trygve Aaberge
2020-05-30
1
-4
/
+5
*
Support old messages in thread (un)subscribe
Trygve Aaberge
2020-05-30
1
-6
/
+12
*
Keep submessages from old message when storing new
Trygve Aaberge
2020-05-30
1
-0
/
+5
*
Keep "getting channel history" until thread messages are fetched
Trygve Aaberge
2020-05-30
1
-7
/
+29
*
Fetch thread messages when loading channel history if necessary
Trygve Aaberge
2020-05-30
1
-10
/
+24
*
Combine receive and receive_slow
Trygve Aaberge
2020-05-30
1
-21
/
+7
*
Default background_load_all_history to true
Trygve Aaberge
2020-05-30
1
-3
/
+5
*
Keep necessary messages beyond SCROLLBACK_SIZE
Trygve Aaberge
2020-05-30
1
-48
/
+109
*
Move store_message back into subprocess functions
Trygve Aaberge
2020-05-30
1
-4
/
+7
*
Check if channel_buffer exists in reprint_messages
Trygve Aaberge
2020-05-30
1
-3
/
+4
*
Include parent_message in SlackThreadChannel.messages
Trygve Aaberge
2020-05-30
1
-18
/
+18
*
Fix the parent message in a thread buffer not being changed
Trygve Aaberge
2020-05-30
1
-2
/
+3
*
Set hashed_messages[message.hash] if not present in hash_message
Trygve Aaberge
2020-05-30
1
-31
/
+34
*
Load history for current buffer after connecting
Trygve Aaberge
2020-05-30
1
-9
/
+9
*
Support slow_queue in SlackThreadChannel.get_history
Trygve Aaberge
2020-05-30
1
-2
/
+5
*
In connect, don't catch exceptions from set_connected
Trygve Aaberge
2020-05-30
1
-5
/
+5
*
Sort submessages after appending to it
Trygve Aaberge
2020-05-30
1
-0
/
+1
*
Only append to submessages if ts isn't there
Trygve Aaberge
2020-05-30
1
-1
/
+2
*
Only return the thread messages from SlackThreadMessage.messages
Trygve Aaberge
2020-05-30
1
-8
/
+60
*
Only store ts in submessages
Trygve Aaberge
2020-05-30
1
-3
/
+4
*
Don't store parent_message in SlackThreadChannel
Trygve Aaberge
2020-05-30
1
-20
/
+24
*
Rerender messages when running /rehistory
Trygve Aaberge
2020-05-30
1
-9
/
+9
*
Don't clear the old messages when getting the history
Trygve Aaberge
2020-05-30
1
-26
/
+30
*
Reload history in current channel on reconnect if background_load_all_history...
Trygve Aaberge
2020-05-30
1
-4
/
+9
*
Load new history after reconnect immediately when background_load_all_history...
Trygve Aaberge
2020-05-30
1
-10
/
+14
*
Only load history after latest message after reconnect
Trygve Aaberge
2020-05-30
1
-2
/
+7
*
Support getting only new messages in get_history
Trygve Aaberge
2020-05-30
1
-10
/
+18
*
Don't clear messages before getting the history
Trygve Aaberge
2020-05-30
1
-3
/
+0
*
Remove unused argument from_me in store_message
Trygve Aaberge
2020-05-30
1
-3
/
+1
[next]