| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* 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
|