index
:
pokebot
master
TeamSpeak 3 Music Bot
Mavulp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bot
/
music.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added retry functionality for youtube-dl failing
kilmanio
2020-10-04
1
-1
/
+1
*
Use channel specific subscribe over server wide
Jokler
2020-10-02
1
-5
/
+4
*
Update dependencies
Jokler
2020-10-02
1
-2
/
+2
*
Upgrade dependencies & use tokio 0.2 exclusively
Jokler
2020-09-01
1
-77
/
+99
*
Run clippy and fmt
Jokler
2020-08-19
1
-3
/
+2
*
Resubscribe to channels when a new one is created
Jokler
2020-07-24
1
-3
/
+17
*
Fix spelling of TeamSpeak
Jokler
2020-05-24
1
-2
/
+2
*
Merge pull request #44 from Mavulp/relative-volume
Jokler
2020-03-15
1
-33
/
+8
|
\
|
*
Add a way of making relative volume changes
Jokler
2020-03-14
1
-33
/
+8
*
|
Add search command to the music bot
Jokler
2020-03-06
1
-0
/
+3
|
/
*
Merge pull request #42 from Mavulp/fix-state
Felix Kaaman
2020-02-25
1
-4
/
+8
|
\
|
*
Fix state reverting to stopped on empty playlist
Jokler
2020-02-25
1
-4
/
+8
*
|
Merge pull request #39 from Mavulp/volume-display
Jokler
2020-02-24
1
-12
/
+19
|
\
|
|
*
Add volume to the bot's name
Jokler
2020-02-24
1
-12
/
+19
*
|
Print duration when adding & playing links
Felix Kaaman
2020-02-23
1
-3
/
+16
|
/
*
Add tmtu mode as a front-end
Jokler
2020-02-22
1
-5
/
+11
*
Add a json /api/bots endpoint for data retrieval
Jokler
2020-02-22
1
-1
/
+2
*
Add a very basic template using available info
Jokler
2020-02-22
1
-2
/
+30
*
Make titles of audio metdata non optional
Jokler
2020-02-22
1
-12
/
+6
*
Spawn actix-web server with access to the bot
Jokler
2020-02-22
1
-17
/
+21
*
Add functions for BBCode formatting
Felix Kaaman
2020-02-22
1
-4
/
+5
*
Add seeking to audio player
Felix Kaaman
2020-02-21
1
-1
/
+34
*
Name threads for better logging and debugging
Jokler
2020-02-08
1
-29
/
+35
*
Make local mode spawn a music bot directly
Jokler
2020-01-29
1
-1
/
+2
*
Block bots from joining channels with other bots
Jokler
2020-01-29
1
-1
/
+5
*
Move duplicate code into on_client_left method
Jokler
2020-01-29
1
-8
/
+9
*
Randomly choose from lists of identities and names
Jokler
2020-01-29
1
-8
/
+11
*
Let the music bot leave once its channel is empty
Jokler
2020-01-29
1
-2
/
+40
*
Fix quit method not stopping audio playback
Jokler
2020-01-29
1
-2
/
+5
*
Move master and music bots into seperate files
Jokler
2020-01-29
1
-0
/
+358