aboutsummaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove global Cache (#448)Lakelezz2018-12-181-32/+32
* Update to Rust 2018 (#445)Lakelezz2018-12-073-9/+9
* Remove everything marked `deprecated` since `v0.5.x` or older (#441)Lakelezz2018-11-192-63/+0
* Add Slow Mode Rate (#439)Lake Lezz2018-11-161-0/+1
* Fix doc tests in message_builderKen Swenson2018-11-101-4/+6
* Rebase v0.6x onto currentKen Swenson2018-11-061-9/+9
* Add test and fix another newline differencePvdBerg2018-11-061-1/+1
* Fix push_codeblock_safe not adding a newlinePvdBerg2018-11-061-1/+0
* Make Message Builder use &mut self instead of selfPvdBerg2018-11-061-45/+45
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-301-3/+529
* Fix NSFW Checks (#418)Lakelezz2018-10-201-0/+2
* Generalise mention parsingacdenisSK2018-09-221-0/+25
* Change default branch to 'current'Zeyla Hellyer2018-09-131-2/+2
* Add newline in MessageBuilder::push_codeblock_safeZeyla Hellyer2018-08-301-5/+7
* Add more unit tests for MessageBuilderZeyla Hellyer2018-08-301-0/+205
* Add Colour::hexMishio5952018-08-111-0/+16
* Fix all the dead links in the docsErk-2018-08-091-1/+1
* Move unit tests into sourceZeyla Hellyer2018-08-013-0/+181
* Fix some clippy lintsZeyla Hellyer2018-07-152-8/+10
* Add associated consts in Colour, deprecate methodsZeyla Hellyer2018-07-071-36/+42
* Monomorphize all functionsZeyla Hellyer2018-07-042-5/+18
* properly fix the is_nsfw check this timeacdenisSK2018-07-021-1/+1
* Simplify utils::is_nsfwZeyla Hellyer2018-07-021-9/+1
* Fix 'nsfw-' case in utils::is_nsfwZeyla Hellyer2018-07-021-1/+1
* Fix utils::is_nsfw string slicingZeyla Hellyer2018-07-021-4/+6
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Fix dead link.Lakelezz2018-04-201-1/+1
* Fix typo'd word `retrieve` (#307)Lakelezz2018-04-141-4/+4
* Fix nsfw related docs (#299)Lakelezz2018-04-041-4/+0
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-292-15/+23
* Change the way ids and some enums are made (#295)Leah2018-03-232-3/+3
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-313-17/+17
* Move `VecMap` to `utils`acdenisSK2018-01-022-1/+122
* Remove builder re-export in utilsZeyla Hellyer2018-01-021-4/+0
* Improve performance of builders even furtheracdenisSK2017-12-271-0/+12
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2017-12-201-0/+2
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-3/+3
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-162-6/+6
* Break up the model moduleZeyla Hellyer2017-12-163-9/+17
* Use `ToString`'s blanket impl for `Display`sacdenisSK2017-11-271-1/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-112-2/+1
* Add Debug derives to more public typesthelearnerofcode2017-11-071-5/+5
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-2/+16
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-3/+3
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-3/+3
| * Force `I` to be not implemented outside serenityacdenisSK2017-10-031-3/+15
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-18/+6
| * Use the de-generification trick.acdenisSK2017-10-021-6/+18
| * `to_owned` -> `to_string`acdenisSK2017-10-013-7/+7
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+2