Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for focus events (mouse/cursor mode) | Trygve Aaberge | 2024-02-20 | 1 | -0/+8 |
| | |||||
* | 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. | ||||
* | Add completion of emoji names | Trygve Aaberge | 2024-02-18 | 1 | -0/+3 |
| | |||||
* | Use one debug buffer for all debug logging | Trygve Aaberge | 2024-02-18 | 1 | -1/+2 |
| | | | | | I will implement filtering like the /server raw buffer, instead of having multiple debug buffers. | ||||
* | Support adding and removing reactions | Trygve Aaberge | 2024-02-18 | 1 | -0/+1 |
| | |||||
* | Apply highlights in chat even when notify is none | Trygve Aaberge | 2024-02-18 | 1 | -0/+1 |
| | | | | | | | When notify is none, the buffer should not appear in the hotlist even for a highlight. However, when switching to the buffer, we want the line to be highlighted. To achieve this use a tag added to highlight_tags on the buffer. | ||||
* | Mark as read when switching away from buffer | Trygve Aaberge | 2024-02-18 | 1 | -0/+1 |
| | |||||
* | Support thread buffers | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Support rendering emoji unicode characters | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Record uncaught errors and add command to display them | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Replace some usages of Any with proper types | Trygve Aaberge | 2024-02-18 | 1 | -4/+6 |
| | |||||
* | Split slack classes into multiple files | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Remove active_responses | Trygve Aaberge | 2024-02-18 | 1 | -2/+1 |
| | |||||
* | Don't fetch the same user multiple times | Trygve Aaberge | 2024-02-18 | 1 | -3/+5 |
| | |||||
* | Move unnecessary constants from shared | Trygve Aaberge | 2024-02-18 | 1 | -6/+0 |
| | |||||
* | Don't use relative imports | Trygve Aaberge | 2024-02-18 | 1 | -3/+3 |
| | |||||
* | Use class for shared, so we don't have to change usage when combining | Trygve Aaberge | 2024-02-18 | 1 | -0/+30 |