aboutsummaryrefslogtreecommitdiff
path: root/src/voice/connection.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove a compiler warning about an unused variable (#398)Mariell2018-09-231-1/+1
* Don't log event deserialization failures in voiceZeyla Hellyer2018-09-151-5/+1
* Revert "Send silence frames upon connection (Fix #301)"Zeyla Hellyer2018-08-111-4/+3
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-10/+10
* Send silence frames upon connection (Fix #301)Kyle Simpson2018-04-201-3/+4
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-16/+46
* Change the way ids and some enums are made (#295)Leah2018-03-231-5/+5
* Backport parts of 7d162b9Kyle Simpson2018-03-051-7/+18
* Multiple audio stream playback, volume control, pausingKyle Simpson2018-01-311-20/+82
* Fix voice websocket loop terminationNikita Pekin2018-01-241-1/+1
* Strip RTP header extensions from voice streamNikita Pekin2018-01-241-2/+24
* Fix voice feature compilationZeyla Hellyer2017-12-161-1/+1
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-8/+27
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-6/+6
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-1/+1
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-1/+1
| * 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
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-10/+5
* | Add the lifetime againacdenisSK2017-10-091-1/+1
* | Use an as_ref hackacdenisSK2017-10-091-2/+2
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-091-1/+6
|/
* Fix tests and example 05Zeyla Hellyer2017-09-241-5/+5
* Apply rustfmtZeyla Hellyer2017-09-181-64/+52
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-88/+104
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-53/+44
* Apply rustfmtZeyla Hellyer2017-08-181-44/+53
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-40/+46
* rustfmtacdenisSK2017-07-271-91/+80
* Utilise the newly stabilised loop-with-break-valueacdenisSK2017-07-201-20/+12
* Switch to tokio for events (#122)Alex Lyon2017-07-141-1/+1
* Fix voice compilationZeyla Hellyer2017-06-101-24/+26
* Restructure modulesZeyla Hellyer2017-05-221-0/+477