Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |