summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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