aboutsummaryrefslogtreecommitdiffstats
path: root/src/bot/master.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add tmtu mode as a front-endJokler2020-02-221-0/+18
|
* Add a json /api/bots endpoint for data retrievalJokler2020-02-221-0/+14
|
* Add a very basic template using available infoJokler2020-02-221-6/+16
|
* Spawn actix-web server with access to the botJokler2020-02-221-8/+34
| | | | | | Additionally replace all Mutexes with RwLocks. Hopefully this makes it possible for the web server to serve many requests at once since they would just hold read locks.
* Move music bot related data into a single mutexJokler2020-01-291-66/+71
|
* Add a description to the master botJokler2020-01-291-0/+2
|
* Block bots from joining channels with other botsJokler2020-01-291-5/+44
|
* Randomly choose from lists of identities and namesJokler2020-01-291-77/+86
|
* Let the music bot leave once its channel is emptyJokler2020-01-291-3/+3
|
* Fix quit method not stopping audio playbackJokler2020-01-291-5/+15
|
* Move master and music bots into seperate filesJokler2020-01-291-0/+203