aboutsummaryrefslogtreecommitdiffstats
path: root/src/bot
Commit message (Expand)AuthorAgeFilesLines
* Added an option to the config file to disable the web serverkilmanio2020-10-171-0/+2
* Replace channels&locks with actors & log with slogJokler2020-10-152-418/+445
* Added retry functionality for youtube-dl failingkilmanio2020-10-041-1/+1
* Use channel specific subscribe over server wideJokler2020-10-022-8/+6
* Update dependenciesJokler2020-10-022-4/+4
* Upgrade dependencies & use tokio 0.2 exclusivelyJokler2020-09-012-106/+138
* Merge pull request #60 from Mavulp/auto-reconnectJokler2020-09-011-4/+16
|\
| * Shut down on disconnectJokler2020-08-111-4/+16
* | Run clippy and fmtJokler2020-08-192-7/+6
|/
* Resubscribe to channels when a new one is createdJokler2020-07-242-7/+28
* Fix panic on unfound userJokler2020-07-241-38/+53
* Fix spelling of TeamSpeakJokler2020-05-241-2/+2
* Fixed id generation for first time setupJokler2020-03-221-4/+4
* Merge pull request #44 from Mavulp/relative-volumeJokler2020-03-151-33/+8
|\
| * Add a way of making relative volume changesJokler2020-03-141-33/+8
* | Add search command to the music botJokler2020-03-061-0/+3
|/
* Merge pull request #42 from Mavulp/fix-stateFelix Kaaman2020-02-251-4/+8
|\
| * Fix state reverting to stopped on empty playlistJokler2020-02-251-4/+8
* | Merge pull request #39 from Mavulp/volume-displayJokler2020-02-241-12/+19
|\|
| * Add volume to the bot's nameJokler2020-02-241-12/+19
* | Print duration when adding & playing linksFelix Kaaman2020-02-231-3/+16
|/
* Split web_server module into separate componentsJokler2020-02-221-1/+0
* Add tmtu mode as a front-endJokler2020-02-222-5/+29
* Add a json /api/bots endpoint for data retrievalJokler2020-02-222-1/+16
* Add a very basic template using available infoJokler2020-02-222-8/+46
* Make titles of audio metdata non optionalJokler2020-02-221-12/+6
* Spawn actix-web server with access to the botJokler2020-02-222-25/+55
* Add functions for BBCode formattingFelix Kaaman2020-02-221-4/+5
* Add seeking to audio playerFelix Kaaman2020-02-211-1/+34
* Name threads for better logging and debuggingJokler2020-02-081-29/+35
* Move music bot related data into a single mutexJokler2020-01-291-66/+71
* Add a description to the master botJokler2020-01-291-0/+2
* Make local mode spawn a music bot directlyJokler2020-01-291-1/+2
* Block bots from joining channels with other botsJokler2020-01-292-6/+49
* Move duplicate code into on_client_left methodJokler2020-01-291-8/+9
* Randomly choose from lists of identities and namesJokler2020-01-292-85/+97
* Let the music bot leave once its channel is emptyJokler2020-01-292-5/+43
* Fix quit method not stopping audio playbackJokler2020-01-292-7/+20
* Move master and music bots into seperate filesJokler2020-01-292-0/+561