summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Make local mode spawn a music bot directlyJokler2020-01-291-6/+23
* Add config example fileJokler2020-01-291-17/+0
* Move duplicate code into on_client_left methodJokler2020-01-291-0/+1
* Randomly choose from lists of identities and namesJokler2020-01-291-16/+7
* Move master and music bots into seperate filesJokler2020-01-291-1/+5
* Initial multibot draftJokler2020-01-291-354/+75
* Change method of sending EOS to GStreamer pipeline (#24)Felix Kaaman2020-01-271-2/+2
* Revert chat command syntax and add skip alias (#9)Jokler2020-01-161-8/+10
* Use structopt for command parsing (#7)Jokler2020-01-151-46/+50
* Use youtube-dl json output for metadata access (#3)Jokler2020-01-141-13/+18
* Make youtube-dl execution async againJokler2020-01-141-7/+7
* Remove playlist length limit by using VecDequeJokler2020-01-141-11/+0
* Use async channel to guarantee tokio never blocksJokler2020-01-141-5/+10
* Run cargo fmtJokler2020-01-131-43/+57
* Fix error that occurs on incorrect play commandJokler2020-01-121-1/+5
* Player: Convert volume to dB before applying itJokler2020-01-121-2/+1
* Add enterprise logging and split out gstreamer & teamspeak specific codeFelix Kaaman2020-01-121-157/+315
* Show correct state in the bot's name after loadingJokler2020-01-071-5/+5
* Add playlist feature and default channel flagJokler2020-01-071-14/+48
* Remove check for quit commandJokler2020-01-061-3/+0
* Change the volume range back to 0..100Jokler2020-01-061-1/+1
* Add status to name and change volume range to 0..1Jokler2020-01-061-17/+24
* Initial commitJokler2020-01-061-0/+193