index
:
pokebot
master
TeamSpeak 3 Music Bot
Mavulp
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert chat command syntax and add skip alias (#9)
Jokler
2020-01-16
2
-10
/
+17
*
Use structopt for command parsing (#7)
Jokler
2020-01-15
2
-46
/
+75
*
Use youtube-dl json output for metadata access (#3)
Jokler
2020-01-14
3
-35
/
+38
*
Make youtube-dl execution async again
Jokler
2020-01-14
2
-9
/
+11
*
Remove playlist length limit by using VecDeque
Jokler
2020-01-14
2
-57
/
+12
*
Use async channel to guarantee tokio never blocks
Jokler
2020-01-14
3
-10
/
+15
*
Run cargo fmt
Jokler
2020-01-13
5
-148
/
+150
*
Fix error that occurs on incorrect play command
Jokler
2020-01-12
1
-1
/
+5
*
Player: Ensure that audio is always stereo & 48Khz
Jokler
2020-01-12
1
-1
/
+4
*
Player: Fix playlist read index calculation
Jokler
2020-01-12
1
-1
/
+1
*
Player: Convert volume to dB before applying it
Jokler
2020-01-12
2
-6
/
+12
*
Add enterprise logging and split out gstreamer & teamspeak specific code
Felix Kaaman
2020-01-12
6
-593
/
+806
*
Add confirmation message after playlist clear
Jokler
2020-01-07
1
-0
/
+2
*
Show correct state in the bot's name after loading
Jokler
2020-01-07
2
-7
/
+15
*
Change playlist limit to 50
Jokler
2020-01-07
1
-1
/
+1
*
Fix playlist pop
Jokler
2020-01-07
1
-2
/
+4
*
Add playlist feature and default channel flag
Jokler
2020-01-07
3
-111
/
+311
*
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 error message when ytdl fails
Jokler
2020-01-06
1
-1
/
+15
*
Add status to name and change volume range to 0..1
Jokler
2020-01-06
2
-30
/
+84
*
Ytdl: Add fallback from 'bestaudio' to 'best'
Jokler
2020-01-06
1
-2
/
+2
*
Fix volume command
Jokler
2020-01-06
1
-3
/
+3
*
Initial commit
Jokler
2020-01-06
2
-0
/
+460