aboutsummaryrefslogtreecommitdiff
path: root/src/voice
Commit message (Expand)AuthorAgeFilesLines
* Fix clippy lintsZeyla Hellyer2017-10-112-2/+2
* Add the lifetime againacdenisSK2017-10-071-1/+1
* Use an as_ref hackacdenisSK2017-10-051-2/+2
* Replace slice parametres by IntoIterator (#177)François Triquet2017-10-051-1/+6
* Revert "Use the de-generification trick."acdenisSK2017-10-031-13/+4
* Use the de-generification trick.acdenisSK2017-10-021-4/+13
* `to_owned` -> `to_string`acdenisSK2017-10-011-1/+1
* Fix tests and example 05Zeyla Hellyer2017-09-241-5/+5
* Apply rustfmtZeyla Hellyer2017-09-184-92/+69
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-0/+5
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-277-116/+265
* Revamp `RwLock` usage in the libacdenisSK2017-08-245-76/+58
* Apply rustfmtZeyla Hellyer2017-08-182-50/+61
* Change the config a bit, and a few nitpicksacdenisSK2017-07-275-56/+60
* rustfmtacdenisSK2017-07-278-152/+130
* Utilise the newly stabilised loop-with-break-valueacdenisSK2017-07-201-20/+12
* Switch to tokio for events (#122)Alex Lyon2017-07-141-1/+1
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-144-14/+5
* Fix voice compilationZeyla Hellyer2017-06-103-32/+34
* Restructure modulesZeyla Hellyer2017-05-2210-0/+1420