index
:
pokebot
master
TeamSpeak 3 Music Bot
Mavulp
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert chat command syntax and add skip alias (#9)
Jokler
2020-01-16
1
-8
/
+10
*
Use structopt for command parsing (#7)
Jokler
2020-01-15
1
-46
/
+50
*
Use youtube-dl json output for metadata access (#3)
Jokler
2020-01-14
1
-13
/
+18
*
Make youtube-dl execution async again
Jokler
2020-01-14
1
-7
/
+7
*
Remove playlist length limit by using VecDeque
Jokler
2020-01-14
1
-11
/
+0
*
Use async channel to guarantee tokio never blocks
Jokler
2020-01-14
1
-5
/
+10
*
Run cargo fmt
Jokler
2020-01-13
1
-43
/
+57
*
Fix error that occurs on incorrect play command
Jokler
2020-01-12
1
-1
/
+5
*
Player: Convert volume to dB before applying it
Jokler
2020-01-12
1
-2
/
+1
*
Add enterprise logging and split out gstreamer & teamspeak specific code
Felix Kaaman
2020-01-12
1
-157
/
+315
*
Show correct state in the bot's name after loading
Jokler
2020-01-07
1
-5
/
+5
*
Add playlist feature and default channel flag
Jokler
2020-01-07
1
-14
/
+48
*
Remove check for quit command
Jokler
2020-01-06
1
-3
/
+0
*
Change the volume range back to 0..100
Jokler
2020-01-06
1
-1
/
+1
*
Add status to name and change volume range to 0..1
Jokler
2020-01-06
1
-17
/
+24
*
Initial commit
Jokler
2020-01-06
1
-0
/
+193