aboutsummaryrefslogtreecommitdiff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-071-10/+1
* Redo how requests are formed in HTTP moduleZeyla Hellyer2018-08-041-22/+0
* Maintain a single, re-used HTTP clientZeyla Hellyer2018-08-041-12/+4
* Log more information about failed deserializationsZeyla Hellyer2018-04-251-2/+16
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-292-5/+9
* Change the way ids and some enums are made (#295)Leah2018-03-232-12/+3
* Expose a client voice managerZeyla Hellyer2018-01-181-29/+0
* Convert from macro to ? (#226)Mei Boudreau2017-11-231-8/+0
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-20/+4
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-113-4/+4
* Add Debug derives to more public typesthelearnerofcode2017-11-071-0/+1
* Fix some compilation feature targets, fix lintsZeyla Hellyer2017-10-171-0/+1
* Update to account for changes made in 0.4.1acdenisSK2017-10-142-2/+9
|\
| * Add try_opt macro for substituteMei Boudreau2017-10-121-0/+7
| * Fix clippy lintsZeyla Hellyer2017-10-111-2/+2
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-0/+13
|/
* Add a shard managerZeyla Hellyer2017-09-241-16/+7
* Apply rustfmtZeyla Hellyer2017-09-181-4/+4
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-6/+11
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-4/+4
* Revamp `RwLock` usage in the libacdenisSK2017-08-243-4/+26
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+2
* 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-275-23/+23
* 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
* Update dependenciesZeyla Hellyer2017-06-211-6/+6
* Upgrade rust-websocket, rust-openssl, and hyperZeyla Hellyer2017-06-072-35/+51
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-9/+16
* Remove unused internal macroZeyla Hellyer2017-05-241-9/+0
* Restructure modulesZeyla Hellyer2017-05-224-2/+179
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-1/+4
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-1/+1
* More config for CreateCommand, add various methodsIllia2016-12-101-2/+2
* 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-143-0/+112
* Add internal moduleAustin Hellyer2016-11-142-0/+10