aboutsummaryrefslogtreecommitdiff
path: root/src/http/ratelimiting.rs
Commit message (Expand)AuthorAgeFilesLines
* A bunch of typo fixes (#404)Perry Fraser2018-10-011-2/+2
* Move low-level http functions to a raw moduleZeyla Hellyer2018-08-241-1/+1
* Fix all the dead links in the docsErk-2018-08-091-3/+3
* [http] Abstract out routing methods and pathsZeyla Hellyer2018-08-051-265/+18
* Redo how requests are formed in HTTP moduleZeyla Hellyer2018-08-041-10/+9
* Add http::ratelimiting::offsetZeyla Hellyer2018-07-041-13/+23
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Take 'Date' header into account when ratelimitingZeyla Hellyer2018-04-271-2/+61
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+8
* Add 'Get Guild Vanity Url' endpointZeyla Hellyer2018-02-091-0/+6
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-13/+13
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-1/+1
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-3/+2
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-3/+2
| * Fix most clippy warningsMaiddog2017-10-041-1/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-9/+7
* | Make webhook_id a majour parameter in ratelimitingZeyla Hellyer2017-10-091-1/+1
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
|/
* Apply rustfmtZeyla Hellyer2017-09-181-12/+13
* Apply rustfmtZeyla Hellyer2017-09-181-1/+3
* Use combinators in `parse_header`acdenisSK2017-09-171-14/+7
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-16/+19
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-19/+16
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+3
* Apply rustfmtZeyla Hellyer2017-08-181-7/+11
* Clippy and rustfmtacdenisSK2017-08-011-1/+2
* Remove a few clonesacdenisSK2017-07-291-2/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-34/+32
* rustfmtacdenisSK2017-07-271-29/+39
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-201-0/+5
* Update dependenciesZeyla Hellyer2017-06-211-2/+2
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-6/+3
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-2/+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
* Clippy lintsZeyla Hellyer2017-05-241-3/+3
* Restructure modulesZeyla Hellyer2017-05-221-0/+504