aboutsummaryrefslogtreecommitdiff
path: root/src/ext/voice
Commit message (Expand)AuthorAgeFilesLines
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-2/+2
* Switch to using serde for deserializationZeyla Hellyer2017-04-112-42/+45
* Clippy lints + permission byte literalsZeyla Hellyer2017-04-093-11/+11
* Remove support for group calls and guild syncZeyla Hellyer2017-04-096-117/+55
* Small amount of voice docsZeyla Hellyer2017-02-114-5/+24
* Allow standalone voice connectionsZeyla Hellyer2017-02-112-151/+245
* Properly drop on bindsAustin Hellyer2017-01-242-13/+10
* Fix typoIllia2016-12-311-2/+2
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-192-2/+3
* Remove useless cache useAustin Hellyer2016-12-171-3/+0
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-165-7/+18
* Change all try's into ?sacdenisSK2016-12-072-58/+56
* Fix a typoAustin Hellyer2016-12-011-1/+1
* Re-order example Cargo.toml'sAustin Hellyer2016-11-301-1/+2
* Clean up the codebaseAustin Hellyer2016-11-293-15/+13
* Add initial audio supportAustin Hellyer2016-11-299-147/+548
* Improve docs and add new message builder methodsIllia K2016-11-281-3/+3
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-1/+1
* Rename the State to CacheAustin Hellyer2016-11-221-2/+2
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-1/+1
* Re-organize the client moduleAustin Hellyer2016-11-212-7/+7
* Add voice connection supportAustin Hellyer2016-11-148-0/+961
* Initial commitAustin Hellyer2016-10-181-0/+0