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
*
Update message_json dict rather than replacing it
Trygve Aaberge
2024-02-18
1
-1
/
+3
*
Mark buffer as read when conversation/thread is marked
Trygve Aaberge
2024-02-18
5
-0
/
+102
*
Set unread marker after last read message
Trygve Aaberge
2024-02-18
1
-0
/
+2
*
Correctly tag unread messages from history
Trygve Aaberge
2024-02-18
4
-7
/
+28
*
Split users.info into multiple requests when necessary
Trygve Aaberge
2024-02-18
2
-2
/
+56
*
Get all reaction users in one request
Trygve Aaberge
2024-02-18
2
-2
/
+15
*
Support overriding display_reaction_nicks per buffer
Trygve Aaberge
2024-02-18
3
-2
/
+10
*
Prefix private conversations with &
Trygve Aaberge
2024-02-18
1
-2
/
+4
*
Open conversations in sorted order by name
Trygve Aaberge
2024-02-18
2
-6
/
+31
*
Add an option for what to replace space in nicks with
Trygve Aaberge
2024-02-18
2
-2
/
+11
*
Unfurl refs in text blocks
Trygve Aaberge
2024-02-18
1
-8
/
+18
*
Check that script loads in WeeChat in CI
Trygve Aaberge
2024-02-18
2
-14
/
+36
*
Build in CI and upload as artifact
Trygve Aaberge
2024-02-18
2
-1
/
+10
*
Update CI to use poetry and run the relevant checks
Trygve Aaberge
2024-02-18
1
-14
/
+6
*
Include cookie when making the websocket connection
Trygve Aaberge
2024-02-18
1
-0
/
+1
*
Don't add to nicklist for ims
Trygve Aaberge
2024-02-18
1
-2
/
+4
*
If a message has a user, use that even though it's a bot_message
Trygve Aaberge
2024-02-18
3
-19
/
+19
*
Highlight messages with mentions
Trygve Aaberge
2024-02-18
2
-18
/
+82
*
Add/remove nicks from nicklist when messages are printed
Trygve Aaberge
2024-02-18
3
-14
/
+69
*
Support typing notices for thread buffers
Trygve Aaberge
2024-02-18
3
-19
/
+36
*
Fetch thread replies when receiving thread message
Trygve Aaberge
2024-02-18
3
-20
/
+35
*
Make sure thread prefix is rendered even though parent isn't fetched
Trygve Aaberge
2024-02-18
2
-6
/
+9
*
Add types for broadcast messages from rtm
Trygve Aaberge
2024-02-18
3
-6
/
+19
*
Support opening a debug buffer with all ws messages
Trygve Aaberge
2024-02-18
2
-2
/
+50
*
Support thread hash completion
Trygve Aaberge
2024-02-18
3
-10
/
+163
*
Support thread buffers
Trygve Aaberge
2024-02-18
8
-304
/
+525
*
Fetch replies in conversation when display_thread_replies is on
Trygve Aaberge
2024-02-18
3
-9
/
+58
*
Remove own nick from mpim name and sort names
Trygve Aaberge
2024-02-18
1
-2
/
+6
*
Unescape &, < and > in message text field
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Show number of reactions also when display_reaction_nicks is on
Trygve Aaberge
2024-02-18
1
-2
/
+4
*
Only take in limit, not pages in api methods
Trygve Aaberge
2024-02-18
2
-14
/
+13
*
Use hook_url for http requests when available
Trygve Aaberge
2024-02-18
5
-60
/
+218
*
Use None instead of 0 for missing http code in HttpError
Trygve Aaberge
2024-02-18
3
-5
/
+5
*
Create a readonly messages property instead of get_message
Trygve Aaberge
2024-02-18
2
-10
/
+10
*
Render tombstone messages as deleted messages
Trygve Aaberge
2024-02-18
1
-10
/
+11
*
Display the correct thread messages in channels
Trygve Aaberge
2024-02-18
1
-2
/
+10
*
Show prefix for thread broadcast messages
Trygve Aaberge
2024-02-18
4
-1
/
+27
*
Improve typing in task.py
Trygve Aaberge
2024-02-18
1
-6
/
+7
*
Support showing thread replies in the channel
Trygve Aaberge
2024-02-18
5
-7
/
+106
*
Fetch usergroups at startup if edgeapi isn't available
Trygve Aaberge
2024-02-18
2
-0
/
+11
*
Split edgeapi out to separate class
Trygve Aaberge
2024-02-18
4
-44
/
+54
*
Define __bool__ in WeeChatOption
Trygve Aaberge
2024-02-18
5
-13
/
+12
*
Remove history render time logging
Trygve Aaberge
2024-02-18
1
-2
/
+0
*
Render thread suffix in messages
Trygve Aaberge
2024-02-18
6
-7
/
+94
*
Support rendering attachments
Trygve Aaberge
2024-02-18
3
-13
/
+216
*
Support rendering huddles
Trygve Aaberge
2024-02-18
5
-2
/
+119
*
Support rendering files
Trygve Aaberge
2024-02-18
3
-10
/
+64
*
Fix build script
Trygve Aaberge
2024-02-18
1
-3
/
+3
*
Rename add_message and add some TODOs
Trygve Aaberge
2024-02-18
4
-2
/
+5
*
Update weechat stub file
Trygve Aaberge
2024-02-18
1
-228
/
+307
[next]