aboutsummaryrefslogtreecommitdiff
path: root/src/ext/voice/handler.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-14/+14
* Clippy lints + permission byte literalsZeyla Hellyer2017-04-091-1/+1
* Remove support for group calls and guild syncZeyla Hellyer2017-04-091-33/+18
* Allow standalone voice connectionsZeyla Hellyer2017-02-111-150/+244
* Properly drop on bindsAustin Hellyer2017-01-241-7/+4
* Fix typoIllia2016-12-311-2/+2
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-1/+1
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-161-3/+6
* Add initial audio supportAustin Hellyer2016-11-291-16/+38
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-1/+1
* Re-organize the client moduleAustin Hellyer2016-11-211-4/+4
* Add voice connection supportAustin Hellyer2016-11-141-0/+331