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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added an option to the config file to disable the web server
kilmanio
2020-10-17
1
-0
/
+2
*
Replace channels&locks with actors & log with slog
Jokler
2020-10-15
2
-418
/
+445
*
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
2
-8
/
+6
*
Update dependencies
Jokler
2020-10-02
2
-4
/
+4
*
Upgrade dependencies & use tokio 0.2 exclusively
Jokler
2020-09-01
2
-106
/
+138
*
Merge pull request #60 from Mavulp/auto-reconnect
Jokler
2020-09-01
1
-4
/
+16
|
\
|
*
Shut down on disconnect
Jokler
2020-08-11
1
-4
/
+16
*
|
Run clippy and fmt
Jokler
2020-08-19
2
-7
/
+6
|
/
*
Resubscribe to channels when a new one is created
Jokler
2020-07-24
2
-7
/
+28
*
Fix panic on unfound user
Jokler
2020-07-24
1
-38
/
+53
*
Fix spelling of TeamSpeak
Jokler
2020-05-24
1
-2
/
+2
*
Fixed id generation for first time setup
Jokler
2020-03-22
1
-4
/
+4
*
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
|
/
*
Split web_server module into separate components
Jokler
2020-02-22
1
-1
/
+0
*
Add tmtu mode as a front-end
Jokler
2020-02-22
2
-5
/
+29
*
Add a json /api/bots endpoint for data retrieval
Jokler
2020-02-22
2
-1
/
+16
*
Add a very basic template using available info
Jokler
2020-02-22
2
-8
/
+46
*
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
2
-25
/
+55
*
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
*
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
1
-1
/
+2
*
Block bots from joining channels with other bots
Jokler
2020-01-29
2
-6
/
+49
*
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
2
-85
/
+97
*
Let the music bot leave once its channel is empty
Jokler
2020-01-29
2
-5
/
+43
*
Fix quit method not stopping audio playback
Jokler
2020-01-29
2
-7
/
+20
*
Move master and music bots into seperate files
Jokler
2020-01-29
2
-0
/
+561