Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | Both when filling from history and on new messages, only display thread messages in channels if they're either a thread broadcast or if the option to display thread messages in channels is enabled. | |||||
* | 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 | |
| | | | | | Since this isn't available for OAuth tokens it's good to have an easy way to see where it's used. | |||||
* | 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 | |
| | ||||||
* | Use blocks to render messages | Trygve Aaberge | 2024-02-18 | 4 | -22/+513 | |
| | ||||||
* | Support rendering emoji unicode characters | Trygve Aaberge | 2024-02-18 | 6 | -5/+103 | |
| | ||||||
* | Add command rehistory to rerender history | Trygve Aaberge | 2024-02-18 | 2 | -0/+13 | |
| | ||||||
* | Render me/action messages correctly | Trygve Aaberge | 2024-02-18 | 3 | -5/+29 | |
| | ||||||
* | Render reactions after messages | Trygve Aaberge | 2024-02-18 | 7 | -22/+179 | |
| | ||||||
* | Initialize fetching bots info when filling history | Trygve Aaberge | 2024-02-18 | 1 | -0/+3 | |
| | ||||||
* | Use the correct nick color for bots with a username | Trygve Aaberge | 2024-02-18 | 1 | -10/+12 | |
| | ||||||
* | Remove async modifier from initialize_items function | Trygve Aaberge | 2024-02-18 | 2 | -4/+4 | |
| | ||||||
* | Include python_compatibility.py first in compiled script | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 | |
| | | | | | This is necessary for these functions to be available in the other files, and this file doesn't depend on any of the other files. | |||||
* | Support rendering message edits and deletions | Trygve Aaberge | 2024-02-18 | 5 | -18/+189 | |
| | ||||||
* | Set correct tags for self messages | Trygve Aaberge | 2024-02-18 | 2 | -3/+12 | |
| | ||||||
* | Render join and leave messages correctly | Trygve Aaberge | 2024-02-18 | 5 | -18/+125 | |
| | ||||||
* | Use eight digits for the WeeChat version | Trygve Aaberge | 2024-02-18 | 3 | -4/+4 | |
| | | | | | It's four parts with two digits each, so it's more consistent to use eight digits even though the first is a zero. | |||||
* | Add tags to messages | Trygve Aaberge | 2024-02-18 | 3 | -18/+68 | |
| | ||||||
* | Fix default value True not working for options | Trygve Aaberge | 2024-02-18 | 1 | -4/+13 | |
| | ||||||
* | Support sending and receiving typing | Trygve Aaberge | 2024-02-18 | 6 | -5/+73 | |
| | | | | | | 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. | |||||
* | Upgrade dependencies | Trygve Aaberge | 2024-02-18 | 2 | -157/+164 | |
| | ||||||
* | Handle failed rtm.connect response | Trygve Aaberge | 2024-02-18 | 1 | -2/+14 | |
| | ||||||
* | Show nicks in nicklist | Trygve Aaberge | 2024-02-18 | 5 | -27/+125 | |
| | ||||||
* | Fix typings for create_connection | Trygve Aaberge | 2024-02-18 | 4 | -16/+37 | |
| | ||||||
* | Set buffer properties | Trygve Aaberge | 2024-02-18 | 1 | -12/+45 | |
| | ||||||
* | Show correct date/time for messages | Trygve Aaberge | 2024-02-18 | 2 | -12/+31 | |
| | ||||||
* | Don't print message to buffer if history isn't printed | Trygve Aaberge | 2024-02-18 | 2 | -2/+19 | |
| | | | | | If new messages are printed before the history, they will remain at the top of the buffer after the history is printed. | |||||
* | Reset conversation state on buffer close | Trygve Aaberge | 2024-02-18 | 1 | -1/+10 | |
| | ||||||
* | Add -data option to /slack debug error to print rtm event data | Trygve Aaberge | 2024-02-18 | 4 | -24/+73 | |
| | ||||||
* | Use Optional instead of Union with None | Trygve Aaberge | 2024-02-18 | 2 | -12/+12 | |
| | ||||||
* | Add messages received over rtm to channels | Trygve Aaberge | 2024-02-18 | 4 | -14/+164 | |
| | ||||||
* | Prefix private class methods with _ | Trygve Aaberge | 2024-02-18 | 2 | -8/+8 | |
| | ||||||
* | Return immediately from connect if connected | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 | |
| | ||||||
* | Record uncaught errors and add command to display them | Trygve Aaberge | 2024-02-18 | 6 | -12/+79 | |
| | ||||||
* | Reconnect when loosing connection | Trygve Aaberge | 2024-02-18 | 2 | -8/+13 | |
| |