aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Organize imports with isort instead of pyrightTrygve Aaberge2024-02-182-11/+11
* Only pass workspace name to configTrygve Aaberge2024-02-181-9/+9
* Rename team to workspaceTrygve Aaberge2024-02-181-27/+27
* Move slack specific stuff out of WeeChatSectionTrygve Aaberge2024-02-181-34/+37
* Improve pylint resultsTrygve Aaberge2024-02-182-3/+10
* Don't hard code the shutdown_cb nameTrygve Aaberge2024-02-181-1/+1
* Place parent_option lastTrygve Aaberge2024-02-181-3/+2
* Add a config section for colorTrygve Aaberge2024-02-181-4/+19
* Add workaround for null values in config for weechat < 3.8Trygve Aaberge2024-02-181-4/+37
* Change slack_timeout to be in secondsTrygve Aaberge2024-02-181-1/+1
* Add proper config options for api_token and api_cookiesTrygve Aaberge2024-02-181-18/+25
* Python 3.7 compatibilityTrygve Aaberge2024-02-181-12/+12
* Don't create hard coded workspace when loaded from configTrygve Aaberge2024-02-181-4/+8
* Add methods for setting config valuesTrygve Aaberge2024-02-181-2/+18
* Create workspaces when reading config on startTrygve Aaberge2024-02-181-10/+51
* Simplify creating workspace optionTrygve Aaberge2024-02-181-9/+34
* Simplify WeeChatOption.valueTrygve Aaberge2024-02-181-9/+6
* Support config options with a Literal Union typeTrygve Aaberge2024-02-181-5/+6
* Make min/max_value and string_values optionalTrygve Aaberge2024-02-181-13/+12
* Add a reference to the parent in workspace configTrygve Aaberge2024-02-181-13/+19
* Rename and restructure configTrygve Aaberge2024-02-181-20/+30
* Use separate classes for default and workspace config sectionsTrygve Aaberge2024-02-181-14/+18
* Add support for parent optionsTrygve Aaberge2024-02-181-60/+53
* Add classes for config section and optionTrygve Aaberge2024-02-181-76/+164
* Add config optionsTrygve Aaberge2024-02-181-1/+79
* Start on new version of wee-slackTrygve Aaberge2024-02-1812-13/+3836
* Release v2.10.2v2.10.2Trygve Aaberge2024-02-182-3/+20
* Pin major version of black in PipfileTrygve Aaberge2024-02-181-1/+1
* Make the help text for --no-secretstorage more detailedTrygve Aaberge2023-12-131-1/+4
* Add no-secretstorage option for extract_token_from_browser.pyKrzysztof Konopko2023-12-131-15/+23
* Make /thread work on thread repliesTrygve Aaberge2023-10-291-0/+3
* Correctly show reactions with more than 50 usersTrygve Aaberge2023-10-252-4/+33
* Support color rich text elementsTrygve Aaberge2023-10-252-0/+19
* Update Python versions run in CITrygve Aaberge2023-10-221-10/+10
* Upgrade dependencies used in GitHub Actions workflowTrygve Aaberge2023-10-221-2/+2
* Simplify GitHub Actions workflowTrygve Aaberge2023-10-221-80/+13
* Properly fix rendering of < and >Trygve Aaberge2023-10-183-50/+174
* Handle Firefox containers in extract_token_from_browser.py (#909)Toke Høiland-Jørgensen2023-10-181-7/+42
* Handle millisecond-level timestamps in attachments (#905)Steinar H. Gunderson2023-10-061-0/+5
* Mark conversation/thread as read when `/buffer set unread` is runTrygve Aaberge2023-10-011-0/+1
* Only open subscribed threads with auto_open_threadsTrygve Aaberge2023-10-011-1/+1
* Fix rendering of text styles for certain messagesTrygve Aaberge2023-09-291-16/+10
* Release v2.10.1v2.10.1Trygve Aaberge2023-09-222-1/+17
* Ignore some websocket messages for unknown channelsTrygve Aaberge2023-09-221-2/+16
* Show unread join messages for your own user in hotlistTrygve Aaberge2023-09-221-2/+2
* Fix being invited to a private channel not workingTrygve Aaberge2023-09-221-1/+8
* Fix links/refs not being processed in normal blocksTrygve Aaberge2023-09-221-11/+22
* Make render_emoji_as_string = "both" work with rich_text blocks (#902)melanie witt2023-09-223-1/+106
* Include cookie when making the websocket connectionTrygve Aaberge2023-09-191-1/+6
* Print error message when running /reply without any argumentsTrygve Aaberge2023-09-161-0/+7