index
:
pokebot
master
TeamSpeak 3 Music Bot
Mavulp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added an option to the config file to disable the web server
kilmanio
2020-10-17
1
-6
/
+9
*
Replace channels&locks with actors & log with slog
Jokler
2020-10-15
1
-40
/
+114
*
Upgrade dependencies & use tokio 0.2 exclusively
Jokler
2020-09-01
1
-56
/
+43
*
Run clippy and fmt
Jokler
2020-08-19
1
-1
/
+1
*
Add flag to increase identity security levels
Jokler
2020-03-22
1
-0
/
+24
*
Fixed id generation for first time setup
Jokler
2020-03-22
1
-2
/
+16
*
Fix shutdown freezing the bot
Jokler
2020-03-14
1
-41
/
+50
*
Spawn actix-web server with access to the bot
Jokler
2020-02-22
1
-2
/
+19
*
Make local mode spawn a music bot directly
Jokler
2020-01-29
1
-6
/
+23
*
Add config example file
Jokler
2020-01-29
1
-17
/
+0
*
Move duplicate code into on_client_left method
Jokler
2020-01-29
1
-0
/
+1
*
Randomly choose from lists of identities and names
Jokler
2020-01-29
1
-16
/
+7
*
Move master and music bots into seperate files
Jokler
2020-01-29
1
-1
/
+5
*
Initial multibot draft
Jokler
2020-01-29
1
-354
/
+75
*
Change method of sending EOS to GStreamer pipeline (#24)
Felix Kaaman
2020-01-27
1
-2
/
+2
*
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