aboutsummaryrefslogtreecommitdiffstats
path: root/slack.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a script to combine the python filesTrygve Aaberge2024-02-181-19/+2
|
* Move from slack/main.py to slack.pyTrygve Aaberge2024-02-181-2/+43
| | | | Having it in slack/main.py doesn't work with combining to one file.
* Move main file out of directoryTrygve Aaberge2024-02-181-0/+11
|
* Split into multiple filesTrygve Aaberge2024-02-181-660/+0
|
* Organize imports with isort instead of pyrightTrygve Aaberge2024-02-181-11/+8
|
* 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-181-2/+3
|
* 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-181-0/+343