aboutsummaryrefslogtreecommitdiffstats
path: root/slack/weechat_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with setting bool config valuesTrygve Aaberge2024-02-181-2/+5
|
* Define __bool__ in WeeChatOptionTrygve Aaberge2024-02-181-3/+6
|
* Support rendering emoji unicode charactersTrygve Aaberge2024-02-181-2/+2
|
* Use eight digits for the WeeChat versionTrygve Aaberge2024-02-181-1/+1
| | | | | It's four parts with two digits each, so it's more consistent to use eight digits even though the first is a zero.
* Fix default value True not working for optionsTrygve Aaberge2024-02-181-4/+13
|
* Show nicks in nicklistTrygve Aaberge2024-02-181-19/+47
|
* Use Optional instead of Union with NoneTrygve Aaberge2024-02-181-5/+5
|
* Replace some usages of Any with proper typesTrygve Aaberge2024-02-181-1/+2
|
* Split weechat and slack configTrygve Aaberge2024-02-181-0/+151