aboutsummaryrefslogtreecommitdiff
path: root/src/internal/ws_impl.rs
Commit message (Expand)AuthorAgeFilesLines
* Log more information about failed deserializationsZeyla Hellyer2018-04-251-2/+16
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-3/+5
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-20/+4
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Add a shard managerZeyla Hellyer2017-09-241-16/+7
* Apply rustfmtZeyla Hellyer2017-09-181-4/+4
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-4/+4
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-4/+4
* Apply rustfmtZeyla Hellyer2017-08-181-2/+3
* Clippy and rustfmtacdenisSK2017-08-011-1/+1
* Handle the `None`s betteracdenisSK2017-07-301-3/+8
* Remove a few clonesacdenisSK2017-07-291-6/+7
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-5/+2
* rustfmtacdenisSK2017-07-271-8/+10
* Use a consistent indentation styleZeyla Hellyer2017-07-261-8/+8
* Revert the ignoring of protocol and data frame errors, while actually handlin...acdenisSK2017-07-241-12/+16
* Upgrade rust-websocket, rust-openssl, and hyperZeyla Hellyer2017-06-071-31/+31
* Restructure modulesZeyla Hellyer2017-05-221-1/+1
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-1/+1
* Change all try's into ?sacdenisSK2016-12-071-3/+3
* Clean up the codebaseAustin Hellyer2016-11-291-12/+13
* Re-organize the client moduleAustin Hellyer2016-11-211-5/+4
* Add voice connection supportAustin Hellyer2016-11-141-0/+60