aboutsummaryrefslogtreecommitdiff
path: root/src/http
Commit message (Expand)AuthorAgeFilesLines
...
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-102-14/+13
* | Make webhook_id a majour parameter in ratelimitingZeyla Hellyer2017-10-092-4/+19
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-2/+2
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-5/+1
* | Use the de-generification trick.acdenisSK2017-10-091-1/+5
* | `to_owned` -> `to_string`acdenisSK2017-10-091-6/+6
|/
* Document http::set_token and unhide it from docsZeyla Hellyer2017-09-231-3/+22
* Apply rustfmtZeyla Hellyer2017-09-182-69/+43
* Apply rustfmtZeyla Hellyer2017-09-181-1/+3
* Use combinators in `parse_header`acdenisSK2017-09-171-14/+7
* Update deprecated bulk delete endpointZeyla Hellyer2017-09-051-1/+1
* Remove more non-bot user endpointsZeyla Hellyer2017-09-011-47/+0
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-272-46/+76
* Revamp `RwLock` usage in the libacdenisSK2017-08-242-76/+46
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+3
* Apply rustfmtZeyla Hellyer2017-08-182-35/+64
* Clippy and rustfmtacdenisSK2017-08-011-1/+2
* Remove a few clonesacdenisSK2017-07-292-3/+2
* Change the config a bit, and a few nitpicksacdenisSK2017-07-272-439/+680
* rustfmtacdenisSK2017-07-273-256/+275
* Remove the code meant for debuggingacdenisSK2017-07-241-2/+0
* Revert the ignoring of protocol and data frame errors, while actually handlin...acdenisSK2017-07-241-0/+2
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-202-0/+15
* Remove the deprecated functionsacdenisSK2017-07-111-18/+0
* Implement attaching reasons to bansacdenisSK2017-07-081-3/+4
* Docs fixesmei2017-06-271-3/+2
* Update dependenciesZeyla Hellyer2017-06-211-2/+2
* Add 'wait' parameter to http::execute_webhookZeyla Hellyer2017-06-201-6/+21
* Call send_files from http::send_fileZeyla Hellyer2017-06-141-35/+7
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-142-10/+6
* Use HTTPS Connector with remaining HTTP functionsMaiddog2017-06-141-9/+20
* Use an https connector in http::send_filesZeyla Hellyer2017-06-091-1/+5
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-2/+2
* Make http::send_files accept a slice of bytesZeyla Hellyer2017-06-041-4/+13
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-041-14/+16
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-1/+2
* Fix ratelimiting::ROUTES doctestZeyla Hellyer2017-05-301-1/+1
* Include more info on ratelimiting debugsZeyla Hellyer2017-05-301-7/+7
* Fix ratelimits causing 429s in certain situationsZeyla Hellyer2017-05-301-17/+18
* Implement multiple attachmentsKen Swenson2017-05-281-0/+86
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+12
* Fix broken docs links in http moduleZeyla Hellyer2017-05-241-43/+43
* Clippy lintsZeyla Hellyer2017-05-241-3/+3
* Restructure modulesZeyla Hellyer2017-05-223-0/+2083