aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #75 from kilmanio/webserver_configHEADmasterJokler2020-10-173-6/+12
|\ | | | | Added an option to the config file to disable the web server
| * Added an option to the config file to disable the web serverkilmanio2020-10-173-6/+12
|/
* Improve gstreamer error loggingJokler2020-10-161-4/+4
|
* Merge pull request #70 from Mavulp/actor-botsJokler2020-10-1516-1219/+1575
|\ | | | | Replace channels&locks with actors & log with slog
| * Replace channels&locks with actors & log with slogJokler2020-10-1516-1219/+1575
|/
* Merge pull request #67 from kilmanio/masterJokler2020-10-042-7/+24
|\ | | | | Added retry attempt when youtube-dl fails
| * Added retry functionality for youtube-dl failingkilmanio2020-10-042-7/+24
| |
* | Merge pull request #68 from Mavulp/pr-workflowJokler2020-10-031-1/+1
|\ \ | |/ |/| Enable workflow for pull requests
| * Enable workflow for pull requestsJokler2020-10-031-1/+1
|/
* Merge pull request #63 from Mavulp/channel-subscribeJokler2020-10-023-16/+16
|\ | | | | Use channel specific subscribe over server wide
| * Use channel specific subscribe over server wideJokler2020-10-023-16/+16
|/
* Update dependenciesJokler2020-10-024-261/+318
|
* Merge pull request #59 from Mavulp/update-dependenciesJokler2020-09-2913-1910/+1551
|\ | | | | Upgrade dependencies & use tokio 0.2 exclusively
| * Upgrade dependencies & use tokio 0.2 exclusivelyJokler2020-09-0113-1910/+1551
|/
* Merge pull request #60 from Mavulp/auto-reconnectJokler2020-09-012-5/+23
|\ | | | | Shut down on disconnect
| * Shut down on disconnectJokler2020-08-112-5/+23
| |
* | Add channel format comment to the example configJokler2020-08-281-0/+4
| |
* | Run clippy and fmtJokler2020-08-197-34/+27
|/
* Merge pull request #57 from Mavulp/fix-subscribeCatlinman2020-07-253-48/+102
|\
| * 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-045-29/+120
|
* Adjust help for 'next' commandJokler2020-06-042-2/+2
|
* Fix spelling of TeamSpeakJokler2020-05-241-2/+2
|
* Merge pull request #51 from Mavulp/extend-readmeCatlinman2020-03-242-6/+26
|\ | | | | Add compilation instructions
| * Update README.md and add compilation instructionsJokler2020-03-222-6/+26
|/
* Merge pull request #50 from TheGreatestJannet/UsageInstructionsJokler2020-03-221-0/+19
|\ | | | | Add Usage instructions to ReadMe
| * Add files via uploadTheGreatestJannet2020-03-221-0/+19
|/
* Merge pull request #48 from Mavulp/security-levelCatlinman2020-03-221-0/+24
|\ | | | | Add flag to increase identity security levels
| * Add flag to increase identity security levelsJokler2020-03-221-0/+24
|/
* Merge pull request #47 from Mavulp/fix-id-generationJokler2020-03-224-16/+20
|\ | | | | Fixed id generation for first time setup
| * Fixed id generation for first time setupJokler2020-03-224-16/+20
|/
* Merge pull request #44 from Mavulp/relative-volumeJokler2020-03-153-46/+90
|\ | | | | Add a way of making relative volume changes
| * Add a way of making relative volume changesJokler2020-03-143-46/+90
| | | | | | | | | | Additionally this moves seeking into the command parsing for consistency.
* | Merge pull request #45 from Mavulp/fix-shutdownJokler2020-03-152-46/+50
|\ \ | | | | | | Fix shutdown freezing the bot
| * | Fix shutdown freezing the botJokler2020-03-142-46/+50
| |/ | | | | | | | | | | This is kind of a work around by ignoring other futures spawned on the tokio runtime but it should not cause any actual issues since the important futures should still block the runtime.
* | Merge pull request #43 from Mavulp/search-commandJokler2020-03-062-0/+5
|\ \ | |/ |/| Add search command to the music bot
| * Add search command to the music botJokler2020-03-062-0/+5
|/
* Fix version in Cargo.tomlJokler2020-02-251-1/+1
|
* Merge pull request #42 from Mavulp/fix-stateFelix Kaaman2020-02-251-4/+8
|\ | | | | Fix state reverting to stopped on empty playlist
| * 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 name
| * Add volume to the bot's nameJokler2020-02-241-12/+19
| |
* | Merge pull request #38 from Mavulp/branches/fkaa/DurationJokler2020-02-231-3/+16
|\ \ | |/ |/| Print duration when adding & playing links
| * Print duration when adding & playing linksFelix Kaaman2020-02-231-3/+16
|/
* Merge pull request #33 from Mavulp/webserverFelix Kaaman2020-02-2226-86/+1734
|\ | | | | Webserver
| * Move web server related files into a folderJokler2020-02-2210-1/+4
| |
| * Fix quit message when nothing is playingJokler2020-02-221-3/+9
| |
| * Webserver: Add API documentation and basic cssJokler2020-02-226-0/+206
| |
| * Split web_server module into separate componentsJokler2020-02-229-180/+205
| |