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
*
Name threads for better logging and debugging
Jokler
2020-02-08
1
-29
/
+35
*
Move music bot related data into a single mutex
Jokler
2020-01-29
1
-66
/
+71
*
Add a description to the master bot
Jokler
2020-01-29
1
-0
/
+2
*
Make local mode spawn a music bot directly
Jokler
2020-01-29
2
-7
/
+25
*
Add config example file
Jokler
2020-01-29
1
-17
/
+0
*
Block bots from joining channels with other bots
Jokler
2020-01-29
3
-9
/
+56
*
Move duplicate code into on_client_left method
Jokler
2020-01-29
2
-8
/
+10
*
Randomly choose from lists of identities and names
Jokler
2020-01-29
4
-101
/
+114
*
Let the music bot leave once its channel is empty
Jokler
2020-01-29
3
-11
/
+106
*
Fix quit method not stopping audio playback
Jokler
2020-01-29
3
-7
/
+21
*
Move master and music bots into seperate files
Jokler
2020-01-29
4
-549
/
+570
*
Initial multibot draft
Jokler
2020-01-29
6
-407
/
+734
*
Change method of sending EOS to GStreamer pipeline (#24)
Felix Kaaman
2020-01-27
2
-7
/
+6
*
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