index
:
wee-slack
build
master
A WeeChat script for Slack.com
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slack.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename to avoid module name collision
Trygve Aaberge
2024-02-18
1
-35
/
+0
*
Use class for shared, so we don't have to change usage when combining
Trygve Aaberge
2024-02-18
1
-12
/
+12
*
Add a script to combine the python files
Trygve Aaberge
2024-02-18
1
-19
/
+2
*
Move from slack/main.py to slack.py
Trygve Aaberge
2024-02-18
1
-2
/
+43
*
Move main file out of directory
Trygve Aaberge
2024-02-18
1
-0
/
+11
*
Split into multiple files
Trygve Aaberge
2024-02-18
1
-660
/
+0
*
Organize imports with isort instead of pyright
Trygve Aaberge
2024-02-18
1
-11
/
+8
*
Only pass workspace name to config
Trygve Aaberge
2024-02-18
1
-9
/
+9
*
Rename team to workspace
Trygve Aaberge
2024-02-18
1
-27
/
+27
*
Move slack specific stuff out of WeeChatSection
Trygve Aaberge
2024-02-18
1
-34
/
+37
*
Improve pylint results
Trygve Aaberge
2024-02-18
1
-2
/
+3
*
Don't hard code the shutdown_cb name
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Place parent_option last
Trygve Aaberge
2024-02-18
1
-3
/
+2
*
Add a config section for color
Trygve Aaberge
2024-02-18
1
-4
/
+19
*
Add workaround for null values in config for weechat < 3.8
Trygve Aaberge
2024-02-18
1
-4
/
+37
*
Change slack_timeout to be in seconds
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Add proper config options for api_token and api_cookies
Trygve Aaberge
2024-02-18
1
-18
/
+25
*
Python 3.7 compatibility
Trygve Aaberge
2024-02-18
1
-12
/
+12
*
Don't create hard coded workspace when loaded from config
Trygve Aaberge
2024-02-18
1
-4
/
+8
*
Add methods for setting config values
Trygve Aaberge
2024-02-18
1
-2
/
+18
*
Create workspaces when reading config on start
Trygve Aaberge
2024-02-18
1
-10
/
+51
*
Simplify creating workspace option
Trygve Aaberge
2024-02-18
1
-9
/
+34
*
Simplify WeeChatOption.value
Trygve Aaberge
2024-02-18
1
-9
/
+6
*
Support config options with a Literal Union type
Trygve Aaberge
2024-02-18
1
-5
/
+6
*
Make min/max_value and string_values optional
Trygve Aaberge
2024-02-18
1
-13
/
+12
*
Add a reference to the parent in workspace config
Trygve Aaberge
2024-02-18
1
-13
/
+19
*
Rename and restructure config
Trygve Aaberge
2024-02-18
1
-20
/
+30
*
Use separate classes for default and workspace config sections
Trygve Aaberge
2024-02-18
1
-14
/
+18
*
Add support for parent options
Trygve Aaberge
2024-02-18
1
-60
/
+53
*
Add classes for config section and option
Trygve Aaberge
2024-02-18
1
-76
/
+164
*
Add config options
Trygve Aaberge
2024-02-18
1
-1
/
+79
*
Start on new version of wee-slack
Trygve Aaberge
2024-02-18
1
-0
/
+343