summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readability improvementsnico2019-12-211-44/+34
| | | | | * update function names to indicate what they are doing * update docstrings to their correct format
* package finish upnico2019-12-195-22/+41
| | | | | | | * update setup.py * better format the main __init__ file * move exceptions to separate file for maintainability * small corrections
* code fixupnico2019-12-122-14/+10
| | | | | | + add contextlib.suppress to further improve readability - remove unnecessary return from if clause * added back else case
* test code and small init correctionsnico2019-12-124-2/+58
| | | | | + added pytest test cases * fixed TSGroupAssigner module init file
* initial cleanupnico2019-12-113-41/+79
| | | | | | * split up main method into separate event handler + add CodeFactor to README + add flake8 and pytest github action
* licence misplacednico2019-12-111-0/+0
| | | | + actually add the licence
* TSGroupAssigner setupnico2019-12-119-102/+919
| | | | | | | | + working release TSGroupAssigner module + add GPL Licence + add basic README * updated .gitignore - remove old script snippets
* TeamSpeak datebased GroupAssignernico2019-12-075-0/+237
cleaned up working release + properly register for servernotify events + process only voice_clients + properly check if client is already a group member + logging