aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added an option to the config file to disable the web serverkilmanio2020-10-172-6/+11
* Improve gstreamer error loggingJokler2020-10-161-4/+4
* Replace channels&locks with actors & log with slogJokler2020-10-1514-850/+1067
* Added retry functionality for youtube-dl failingkilmanio2020-10-042-7/+24
* Use channel specific subscribe over server wideJokler2020-10-023-16/+16
* Update dependenciesJokler2020-10-023-7/+6
* Upgrade dependencies & use tokio 0.2 exclusivelyJokler2020-09-0111-306/+404
* Merge pull request #60 from Mavulp/auto-reconnectJokler2020-09-012-5/+23
|\
| * Shut down on disconnectJokler2020-08-112-5/+23
* | Run clippy and fmtJokler2020-08-197-34/+27
|/
* Resubscribe to channels when a new one is createdJokler2020-07-243-10/+49
* Fix panic on unfound userJokler2020-07-241-38/+53
* Improve the default website somewhatJokler2020-06-042-10/+27
* Adjust help for 'next' commandJokler2020-06-041-1/+1
* Fix spelling of TeamSpeakJokler2020-05-241-2/+2
* Add flag to increase identity security levelsJokler2020-03-221-0/+24
* Fixed id generation for first time setupJokler2020-03-223-7/+20
* Merge pull request #44 from Mavulp/relative-volumeJokler2020-03-153-46/+90
|\
| * Add a way of making relative volume changesJokler2020-03-143-46/+90
* | Merge pull request #45 from Mavulp/fix-shutdownJokler2020-03-152-46/+50
|\ \
| * | Fix shutdown freezing the botJokler2020-03-142-46/+50
| |/
* / Add search command to the music botJokler2020-03-062-0/+5
|/
* 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
|/
* Move web server related files into a folderJokler2020-02-221-1/+1
* Fix quit message when nothing is playingJokler2020-02-221-3/+9
* Webserver: Add API documentation and basic cssJokler2020-02-221-0/+12
* Split web_server module into separate componentsJokler2020-02-228-178/+203
* Add tmtu mode as a front-endJokler2020-02-225-8/+196
* Add a json /api/bots endpoint for data retrievalJokler2020-02-223-15/+92
* Add a very basic template using available infoJokler2020-02-226-26/+158
* Make titles of audio metdata non optionalJokler2020-02-222-13/+7
* Spawn actix-web server with access to the botJokler2020-02-227-37/+146
* Add functions for BBCode formattingFelix Kaaman2020-02-223-4/+51
* Add seeking to audio playerFelix Kaaman2020-02-213-2/+82
* 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-292-7/+25
* Add config example fileJokler2020-01-291-17/+0
* Block bots from joining channels with other botsJokler2020-01-293-9/+56
* Move duplicate code into on_client_left methodJokler2020-01-292-8/+10
* Randomly choose from lists of identities and namesJokler2020-01-294-101/+114
* Let the music bot leave once its channel is emptyJokler2020-01-293-11/+106
* Fix quit method not stopping audio playbackJokler2020-01-293-7/+21
* Move master and music bots into seperate filesJokler2020-01-294-549/+570
* Initial multibot draftJokler2020-01-296-407/+734