| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add tmtu mode as a front-end | Jokler | 2020-02-22 | 8 | -15/+350 | |
| | | | ||||||
| | * | Add a json /api/bots endpoint for data retrieval | Jokler | 2020-02-22 | 5 | -15/+94 | |
| | | | ||||||
| | * | Add a very basic template using available info | Jokler | 2020-02-22 | 12 | -32/+334 | |
| | | | ||||||
| | * | Make titles of audio metdata non optional | Jokler | 2020-02-22 | 2 | -13/+7 | |
| | | | ||||||
| | * | Spawn actix-web server with access to the bot | Jokler | 2020-02-22 | 11 | -59/+757 | |
| |/ | | | | | | 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. | |||||
| * | Merge pull request #37 from Mavulp/branches/fkaa/BBCode | Jokler | 2020-02-22 | 3 | -4/+51 | |
| |\ | | | | | Add functions for BBCode formatting | |||||
| | * | Add functions for BBCode formatting | Felix Kaaman | 2020-02-22 | 3 | -4/+51 | |
| |/ | ||||||
| * | Merge pull request #34 from Mavulp/branches/fkaa/Seeking | Jokler | 2020-02-21 | 5 | -3/+91 | |
| |\ | | | | | Add seeking to audio player | |||||
| | * | Add seeking to audio player | Felix Kaaman | 2020-02-21 | 5 | -3/+91 | |
| |/ | | | | | | | Adds a new "!seek" command which takes in a string that will be parsed by humantime in addition to a '+' or '-' character that can be prefixed to determine if it is a relative seek. Without any prefix characters the seek will be absolute. | |||||
| * | Merge pull request #32 from Mavulp/release-workflowv0.2.0 | Jokler | 2020-02-12 | 2 | -0/+41 | |
| |\ | | | | | Release workflow | |||||
| | * | Add gstreamer dependency to to release creation | Jokler | 2020-02-11 | 1 | -0/+4 | |
| | | | ||||||
| | * | Add automatic release workflow | Jokler | 2020-02-11 | 2 | -0/+37 | |
| |/ | ||||||
| * | Merge pull request #30 from Mavulp/name-threads | Felix Kaaman | 2020-02-08 | 1 | -29/+35 | |
| |\ | | | | | Name threads for better logging and debugging | |||||
| | * | Name threads for better logging and debugging | Jokler | 2020-02-08 | 1 | -29/+35 | |
| |/ | ||||||
| * | Fix error in example config | Jokler | 2020-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #19 from Mavulp/multibot | Jokler | 2020-01-29 | 13 | -419/+981 | |
| |\ | | | | | Split the bot into a master bot and music bots | |||||
| | * | Update README.md to reflect help message changes | Jokler | 2020-01-29 | 1 | -4/+9 | |
| | | | ||||||
| | * | 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 | |
| | | | ||||||
| | * | Make local mode spawn a music bot directly | Jokler | 2020-01-29 | 2 | -7/+25 | |
| | | | ||||||
| | * | Add config example file | Jokler | 2020-01-29 | 2 | -17/+18 | |
| | | | ||||||
| | * | Block bots from joining channels with other bots | Jokler | 2020-01-29 | 3 | -9/+56 | |
| | | | ||||||
| | * | Move duplicate code into on_client_left method | Jokler | 2020-01-29 | 2 | -8/+10 | |
| | | | ||||||
| | * | Randomly choose from lists of identities and names | Jokler | 2020-01-29 | 6 | -105/+130 | |
| | | | ||||||
| | * | Let the music bot leave once its channel is empty | Jokler | 2020-01-29 | 3 | -11/+106 | |
| | | | ||||||
| | * | Fix quit method not stopping audio playback | Jokler | 2020-01-29 | 3 | -7/+21 | |
| | | | ||||||
| | * | Move master and music bots into seperate files | Jokler | 2020-01-29 | 4 | -549/+570 | |
| | | | ||||||
| | * | Initial multibot draft | Jokler | 2020-01-29 | 7 | -409/+736 | |
| |/ | ||||||
| * | Merge pull request #27 from Mavulp/pull-request-template | Catlinman | 2020-01-28 | 1 | -0/+10 | |
| |\ | | | | | Add a pull request template | |||||
| | * | Add a pull request template | Jokler | 2020-01-28 | 1 | -0/+10 | |
| |/ | ||||||
| * | Bump version to 0.1.1v0.1.1 | Jokler | 2020-01-28 | 2 | -2/+2 | |
| | | ||||||
| * | Change method of sending EOS to GStreamer pipeline (#24) | Felix Kaaman | 2020-01-27 | 2 | -7/+6 | |
| | | | | Uses message bus instead of events to elements | |||||
| * | Merge pull request #23 from Mavulp/systemd-service | Catlinman | 2020-01-27 | 1 | -0/+15 | |
| |\ | | | | | Add systemd service | |||||
| | * | Add systemd service | Jokler | 2020-01-26 | 1 | -0/+15 | |
| | | | ||||||
| * | | Add issue templates (#21) | Jokler | 2020-01-27 | 2 | -0/+40 | |
| |/ | ||||||
| * | Fix apt-get install command in CIv0.1.0 | Jokler | 2020-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add gstreamer dependency to CI (#15) | Jokler | 2020-01-19 | 1 | -1/+6 | |
| | | ||||||
| * | Add continuous integration | Jokler | 2020-01-19 | 1 | -0/+13 | |
| | | ||||||
| * | Add GPL-3.0 LICENSE file to the project | Jokler | 2020-01-19 | 2 | -0/+675 | |
| | | | | | | | * Add GPL-3.0 LICENSE file to the project * Add license to cargo manifest | |||||
| * | Change default logging from stdout to stderr | Jokler | 2020-01-17 | 1 | -3/+4 | |
| | | ||||||
| * | Revert chat command syntax and add skip alias (#9) | Jokler | 2020-01-16 | 2 | -10/+17 | |
| | | ||||||
| * | Use ReSpeak version of tsclientlib | Jokler | 2020-01-15 | 2 | -68/+26 | |
| | | | | | Poking was fixed so the forked version is not required anymore. | |||||
| * | Use structopt for command parsing (#7) | Jokler | 2020-01-15 | 2 | -46/+75 | |
| | | ||||||
| * | Use youtube-dl json output for metadata access (#3) | Jokler | 2020-01-14 | 5 | -35/+42 | |
| | | | | | | | * Use youtube-dl json output for metadata access * Fix: meta_data -> metadata | |||||
| * | Merge pull request #2 from Mavulp/async-ytdl | Jokler | 2020-01-14 | 2 | -9/+11 | |
| |\ | | | | | Make youtube-dl execution async again | |||||
| | * | Make youtube-dl execution async again | Jokler | 2020-01-14 | 2 | -9/+11 | |
| |/ | | | | | | If tokio is run with a low thread count running youtube-dl can freeze audio playback. This should prevent that by waiting for the command asynchronously. | |||||
| * | Remove playlist length limit by using VecDeque | Jokler | 2020-01-14 | 2 | -57/+12 | |
| | | ||||||
| * | Use async channel to guarantee tokio never blocks | Jokler | 2020-01-14 | 5 | -11/+17 | |
| | | ||||||
| * | Run cargo fmt | Jokler | 2020-01-13 | 5 | -148/+150 | |
| | | ||||||
| * | Fix error that occurs on incorrect play command | Jokler | 2020-01-12 | 1 | -1/+5 | |
| | | ||||||
