aboutsummaryrefslogtreecommitdiff
path: root/src/framework/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-1/+1
* Fix the framework example so that it makes sense and is runnableacdenisSK2018-05-051-6/+12
* Remove `is_bot` boolean from frameworkZeyla Hellyer2018-01-101-5/+5
* Break up the model moduleZeyla Hellyer2017-12-161-2/+2
* Use the threadpool for framework command executionZeyla Hellyer2017-11-131-5/+6
* Use consistent token names in examplesZeyla Hellyer2017-11-011-1/+1
* Fix a few things with the framework traitacdenisSK2017-09-301-7/+23
* Remove tokio usageZeyla Hellyer2017-09-211-2/+1
* Fix tests (#145)Maiddog2017-08-221-2/+2
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-1023/+9
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-6/+30
* Clippy lintsZeyla Hellyer2017-08-181-8/+12
* Apply rustfmtZeyla Hellyer2017-08-181-41/+67
* Move the Framework trait to the frameworkZeyla Hellyer2017-08-181-1/+18
* ClippyacdenisSK2017-08-191-2/+2
* Add a case for `context, message, args, full_message`acdenisSK2017-08-181-0/+8
* Allow the user to be given the original message (as in, the message used to c...acdenisSK2017-08-181-10/+18
* Fix args when `use_quotes` is trueacdenisSK2017-08-181-1/+1
* Expande CheckFailed to provide Arc<Command>(#138)Lakelezz2017-08-171-2/+2
* Reword thisacdenisSK2017-08-161-1/+1
* Provide the args to the checksacdenisSK2017-08-161-7/+9
* Fix string delimiters (#134)Lakelezz2017-08-131-20/+22
* Trim a second time for a sakeacdenisSK2017-08-121-6/+8
* Rewamp the custom delimeter functionality to support moreacdenisSK2017-08-121-1/+6
* Add support for custom delimetersacdenisSK2017-08-121-1/+1
* Clippy and rustfmtacdenisSK2017-08-011-4/+5
* Fix failing tests (#133)Andrej2017-07-311-3/+3
* Remove a few clonesacdenisSK2017-07-291-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-91/+85
* rustfmtacdenisSK2017-07-271-113/+163
* Make the `framework` module feature-gated and fix the names in the helper macroacdenisSK2017-07-271-15/+1
* Fix #130acdenisSK2017-07-221-201/+183
* Remove the uneccessary function and `Send + Sync` boundsacdenisSK2017-07-221-13/+5
* Make bucket checks less cache dependentacdenisSK2017-07-221-63/+76
* Implement adding checks to bucketsacdenisSK2017-07-151-14/+103
* Switch to tokio for events (#122)Alex Lyon2017-07-141-4/+6
* Provide the command into the checksacdenisSK2017-07-131-1/+1
* Remove `checks_passed` in favour of the `Iterator::all` methodacdenisSK2017-07-041-11/+1
* Fix doc testsacdenisSK2017-07-021-23/+56
* Add reaction actions (#115)alex2017-06-281-1/+58
* Make CommandOrAlias and CommandGroup.commands public (#117)Joe K2017-06-281-1/+1
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-6/+5
* Make framework dynamic_prefix accept an &MessageZeyla Hellyer2017-06-131-1/+1
* Remove Context::{channel_id, queue}Zeyla Hellyer2017-06-131-1/+1
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-10/+10
* Clippy lintsZeyla Hellyer2017-06-061-12/+18
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-3/+3
* Add documentation and tests for frameworkMaiddog2017-05-301-0/+141
* Restructure modulesZeyla Hellyer2017-05-221-0/+665