Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show separate text in input bar item when connecting | Trygve Aaberge | 2024-03-29 | 1 | -1/+2 |
| | |||||
* | Move completion code to a separate file | Trygve Aaberge | 2024-02-20 | 1 | -0/+2 |
| | |||||
* | Don't run buffer close callback when script is unloading | Trygve Aaberge | 2024-02-18 | 1 | -0/+1 |
| | | | | | We don't want to call the API to close im/mpim conversations when the script is unloading. | ||||
* | Support adding and removing reactions | Trygve Aaberge | 2024-02-18 | 1 | -0/+3 |
| | |||||
* | Don't show disconnected status when connecting | Trygve Aaberge | 2024-02-18 | 1 | -2/+5 |
| | |||||
* | Reduce priority of input_text_display_with_cursor modifier | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | | | | | | | | | This may conflict with go.py if it has an equal or higher priority than that, which causes go.py to not show any buffers. So set it to a low priority so it doesn't conflict with anything else. Since this only prepends to the input string and doesn't read the string, I think it could have the lowest priority, but leave some room for lower priorities just in case another hook needs it. | ||||
* | Mark as read when switching away from buffer | Trygve Aaberge | 2024-02-18 | 1 | -3/+10 |
| | |||||
* | Support thread buffers | Trygve Aaberge | 2024-02-18 | 1 | -15/+14 |
| | |||||
* | Define __bool__ in WeeChatOption | Trygve Aaberge | 2024-02-18 | 1 | -2/+2 |
| | |||||
* | Support rendering emoji unicode characters | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Support sending and receiving typing | Trygve Aaberge | 2024-02-18 | 1 | -0/+11 |
| | | | | | | This does not support globally showing typing from direct messages, like the old wee-slack did, because that's not supported by WeeChats typing plugin. It only shows typing in the current buffer. | ||||
* | Show nicks in nicklist | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Include a comment about the original source in the built script | Trygve Aaberge | 2024-02-18 | 1 | -1/+0 |
| | |||||
* | Log failed async tasks more robustly | Trygve Aaberge | 2024-02-18 | 1 | -4/+4 |
| | |||||
* | Make ws and hook internal and instantiate them to None | Trygve Aaberge | 2024-02-18 | 1 | -10/+1 |
| | |||||
* | Fix bugs when changing input while completing | Trygve Aaberge | 2024-02-18 | 1 | -4/+15 |
| | |||||
* | Add support for completing nicks | Trygve Aaberge | 2024-02-18 | 1 | -0/+11 |
| | | | | | | | This uses Slacks edgeapi which only works for session tokens, but has the benefit of being able to complete nicks without all users being loaded. So need to add some completion for the loaded users for when using OAuth tokens as well. | ||||
* | Connect to all workspaces concurrently | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Rename init | Trygve Aaberge | 2024-02-18 | 1 | -0/+110 |