aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+10
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-3/+3
* Simplify Error's `Display` implZeyla Hellyer2017-11-111-11/+1
* Apply rustfmtZeyla Hellyer2017-09-181-2/+1
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-1/+2
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-2/+1
* Apply rustfmtZeyla Hellyer2017-08-181-1/+2
* Provide the input and limit back to the user, and do some consistenciesacdenisSK2017-08-011-2/+3
* rustfmtacdenisSK2017-07-271-71/+52
* Return an error if the reason the user provided exceeded the limitacdenisSK2017-07-101-0/+5
* Add `Member::permissions`alex2017-06-141-0/+6
* Upgrade rust-websocket, rust-openssl, and hyperZeyla Hellyer2017-06-071-0/+14
* Restructure modulesZeyla Hellyer2017-05-221-29/+67
* Fix docs linksAustin Hellyer2017-01-241-1/+1
* Add User::default_avatar_url() methodAustin Hellyer2017-01-081-0/+10
* More config for CreateCommand, add various methodsIllia2016-12-101-7/+7
* Fix a typoAustin Hellyer2016-12-011-1/+1
* Clean up the codebaseAustin Hellyer2016-11-291-4/+13
* Add initial audio supportAustin Hellyer2016-11-291-12/+28
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-2/+2
* Re-organize the client moduleAustin Hellyer2016-11-211-9/+10
* A bit of docsAustin Hellyer2016-11-181-5/+23
* Add voice connection supportAustin Hellyer2016-11-141-0/+7
* Fix doc links to enum variantsAustin Hellyer2016-11-051-2/+2
* Initial commitAustin Hellyer2016-10-181-0/+106