aboutsummaryrefslogtreecommitdiff
path: root/src/voice/handler.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+12
* Change the way ids and some enums are made (#295)Leah2018-03-231-8/+8
* Backport parts of 7d162b9Kyle Simpson2018-03-051-1/+2
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-16/+2
* Multiple audio stream playback, volume control, pausingKyle Simpson2018-01-311-4/+28
* Remove an `Into<Option<T>>`Zeyla Hellyer2018-01-301-2/+2
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-181-5/+13
* Fix voice feature compilationZeyla Hellyer2017-12-161-1/+2
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-5/+3
* `to_owned` -> `to_string`acdenisSK2017-10-091-1/+1
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-1/+1
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-6/+6
* rustfmtacdenisSK2017-07-271-14/+10
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-9/+1
* Fix voice compilationZeyla Hellyer2017-06-101-5/+5
* Restructure modulesZeyla Hellyer2017-05-221-0/+432