| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
+ push version to 0.2
* update README.md
|
|
|
|
|
|
| |
+ add event for already connected clients
* bots nickname is set through the init method
* generalized group assign method to slim down event code
|
|
|
|
|
| |
+ add friendly client_nickname the bot assigns itself
* small readme updates
|
|\
| |
| |
| |
| |
| |
| |
| | |
+ add MANIFEST.in file
+ add pytest / flake8 tests
+ add automated github action
* update setup.py to build properly
* code corrections
|
| |
| |
| |
| | |
* small spelling changes
|
| |
| |
| |
| |
| |
| | |
* inversed checkdate to simplify
* finished setup.py
+ add MANIFEST file
|
| |
| |
| |
| |
| | |
* update function names to indicate what they are doing
* update docstrings to their correct format
|
| |
| |
| |
| |
| |
| |
| | |
* update setup.py
* better format the main __init__ file
* move exceptions to separate file for maintainability
* small corrections
|
| |
| |
| |
| |
| |
| | |
+ add contextlib.suppress to further improve readability
- remove unnecessary return from if clause
* added back else case
|
| |
| |
| |
| |
| | |
+ added pytest test cases
* fixed TSGroupAssigner module init file
|
|/
|
|
|
|
| |
* split up main method into separate event handler
+ add CodeFactor to README
+ add flake8 and pytest github action
|
|
|
|
| |
+ actually add the licence
|
|
|
|
|
|
|
|
| |
+ working release TSGroupAssigner module
+ add GPL Licence
+ add basic README
* updated .gitignore
- remove old script snippets
|
|
cleaned up working release
+ properly register for servernotify events
+ process only voice_clients
+ properly check if client is already a group member
+ logging
|