aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix all the dead links in the docsErk-2018-08-091-1/+1
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+51
* Monomorphize all functionsZeyla Hellyer2018-07-041-1/+4
* 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
* 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-291-9/+13
* Change the way ids and some enums are made (#295)Leah2018-03-231-1/+1
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-5/+5
* Move `VecMap` to `utils`acdenisSK2018-01-021-1/+2
* Remove builder re-export in utilsZeyla Hellyer2018-01-021-4/+0
* Improve performance of builders even furtheracdenisSK2017-12-271-0/+12
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-4/+4
* Break up the model moduleZeyla Hellyer2017-12-161-2/+4
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-1/+0
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-2/+16
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+2
* `to_owned` -> `to_string`acdenisSK2017-10-091-4/+4
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-0/+5
* Apply rustfmt fixesZeyla Hellyer2017-08-221-6/+8
* Add `with_config{_mut}`acdenisSK2017-08-231-0/+40
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-6/+4
* rustfmtacdenisSK2017-07-271-12/+12
* Add Content for MessageBuilderSkye2017-05-301-2/+1
* Add more examples and improve some othersZeyla Hellyer2017-05-231-11/+143
* Restructure modulesZeyla Hellyer2017-05-221-5/+4
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+53
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+18
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-13/+0
* allow quotes to be escaped in quote parserIllia2017-01-151-1/+5
* Abstract command fields to typesAustin Hellyer2016-12-091-15/+13
* Command builder, quoted args, and multi-prefixesIllia2016-12-091-0/+46
* Change all try's into ?sacdenisSK2016-12-071-1/+1
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+83
* Clean up the codebaseAustin Hellyer2016-11-291-54/+0
* Improve docs and add new message builder methodsIllia K2016-11-281-8/+2
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-2/+0
* A bit of docsAustin Hellyer2016-11-181-4/+27
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-79/+11
* Add voice connection supportAustin Hellyer2016-11-141-1/+50
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+2
* Fix some clippy lintsAustin Hellyer2016-11-101-0/+3
* Map op codes via a macroAustin Hellyer2016-11-091-0/+26