aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Replace channels&locks with actors & log with slogJokler2020-10-151-21/+30
|
* Upgrade dependencies & use tokio 0.2 exclusivelyJokler2020-09-011-26/+19
|
* Fix version in Cargo.tomlJokler2020-02-251-1/+1
|
* Add a json /api/bots endpoint for data retrievalJokler2020-02-221-0/+1
|
* Add a very basic template using available infoJokler2020-02-221-3/+5
|
* Spawn actix-web server with access to the botJokler2020-02-221-0/+3
| | | | | | 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.
* Add seeking to audio playerFelix Kaaman2020-02-211-0/+1
| | | | | | | 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.
* Randomly choose from lists of identities and namesJokler2020-01-291-0/+1
|
* Bump version to 0.1.1v0.1.1Jokler2020-01-281-1/+1
|
* Add GPL-3.0 LICENSE file to the projectJokler2020-01-191-0/+1
| | | | | | * Add GPL-3.0 LICENSE file to the project * Add license to cargo manifest
* Use ReSpeak version of tsclientlibJokler2020-01-151-2/+2
| | | | Poking was fixed so the forked version is not required anymore.
* Use youtube-dl json output for metadata access (#3)Jokler2020-01-141-0/+2
| | | | | | * Use youtube-dl json output for metadata access * Fix: meta_data -> metadata
* Use async channel to guarantee tokio never blocksJokler2020-01-141-1/+1
|
* Add enterprise logging and split out gstreamer & teamspeak specific codeFelix Kaaman2020-01-121-0/+3
|
* Add playlist feature and default channel flagJokler2020-01-071-7/+11
|
* Fix tsclientlib to make poking workJokler2020-01-061-2/+2
|
* Add readme and update e-mailJokler2020-01-061-1/+1
|
* Update name and remove local dependenciesJokler2020-01-061-4/+4
|
* Initial commitJokler2020-01-061-0/+25