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
/
master.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
-0
/
+2
*
Replace channels&locks with actors & log with slog
Jokler
2020-10-15
1
-191
/
+172
*
Use channel specific subscribe over server wide
Jokler
2020-10-02
1
-3
/
+2
*
Update dependencies
Jokler
2020-10-02
1
-2
/
+2
*
Upgrade dependencies & use tokio 0.2 exclusively
Jokler
2020-09-01
1
-29
/
+39
*
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
1
-4
/
+4
|
/
*
Resubscribe to channels when a new one is created
Jokler
2020-07-24
1
-4
/
+11
*
Fix panic on unfound user
Jokler
2020-07-24
1
-38
/
+53
*
Fixed id generation for first time setup
Jokler
2020-03-22
1
-4
/
+4
*
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
1
-0
/
+18
*
Add a json /api/bots endpoint for data retrieval
Jokler
2020-02-22
1
-0
/
+14
*
Add a very basic template using available info
Jokler
2020-02-22
1
-6
/
+16
*
Spawn actix-web server with access to the bot
Jokler
2020-02-22
1
-8
/
+34
*
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
*
Block bots from joining channels with other bots
Jokler
2020-01-29
1
-5
/
+44
*
Randomly choose from lists of identities and names
Jokler
2020-01-29
1
-77
/
+86
*
Let the music bot leave once its channel is empty
Jokler
2020-01-29
1
-3
/
+3
*
Fix quit method not stopping audio playback
Jokler
2020-01-29
1
-5
/
+15
*
Move master and music bots into seperate files
Jokler
2020-01-29
1
-0
/
+203