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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename to avoid module name collision
Trygve Aaberge
2024-02-18
2
-1
/
+1
*
Don't use relative imports
Trygve Aaberge
2024-02-18
9
-19
/
+17
*
Use class for shared, so we don't have to change usage when combining
Trygve Aaberge
2024-02-18
10
-75
/
+83
*
Add a script to combine the python files
Trygve Aaberge
2024-02-18
4
-21
/
+29
*
Move from slack/main.py to slack.py
Trygve Aaberge
2024-02-18
2
-48
/
+43
*
Rename weechat_http to http
Trygve Aaberge
2024-02-18
2
-1
/
+1
*
Move main file out of directory
Trygve Aaberge
2024-02-18
10
-28
/
+36
*
Add callbacks to global scope
Trygve Aaberge
2024-02-18
6
-5
/
+23
*
Rename globals to G
Trygve Aaberge
2024-02-18
5
-45
/
+45
*
Split into multiple files
Trygve Aaberge
2024-02-18
8
-660
/
+678
*
Organize imports with isort instead of pyright
Trygve Aaberge
2024-02-18
2
-11
/
+11
*
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
2
-3
/
+10
*
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
12
-13
/
+3836
*
Release v2.10.2
v2.10.2
Trygve Aaberge
2024-02-18
2
-3
/
+20
*
Pin major version of black in Pipfile
Trygve Aaberge
2024-02-18
1
-1
/
+1
*
Make the help text for --no-secretstorage more detailed
Trygve Aaberge
2023-12-13
1
-1
/
+4
*
Add no-secretstorage option for extract_token_from_browser.py
Krzysztof Konopko
2023-12-13
1
-15
/
+23
*
Make /thread work on thread replies
Trygve Aaberge
2023-10-29
1
-0
/
+3
*
Correctly show reactions with more than 50 users
Trygve Aaberge
2023-10-25
2
-4
/
+33
*
Support color rich text elements
Trygve Aaberge
2023-10-25
2
-0
/
+19
*
Update Python versions run in CI
Trygve Aaberge
2023-10-22
1
-10
/
+10
*
Upgrade dependencies used in GitHub Actions workflow
Trygve Aaberge
2023-10-22
1
-2
/
+2
*
Simplify GitHub Actions workflow
Trygve Aaberge
2023-10-22
1
-80
/
+13
*
Properly fix rendering of < and >
Trygve Aaberge
2023-10-18
3
-50
/
+174
*
Handle Firefox containers in extract_token_from_browser.py (#909)
Toke Høiland-Jørgensen
2023-10-18
1
-7
/
+42
*
Handle millisecond-level timestamps in attachments (#905)
Steinar H. Gunderson
2023-10-06
1
-0
/
+5
*
Mark conversation/thread as read when `/buffer set unread` is run
Trygve Aaberge
2023-10-01
1
-0
/
+1
[prev]
[next]