aboutsummaryrefslogtreecommitdiff
path: root/src/framework
Commit message (Expand)AuthorAgeFilesLines
...
* Remove useless clones (#292)Maiddog2018-03-171-7/+7
* Fix no-cache standardframework compilation (#290)Lakelezz2018-03-154-16/+24
* Properly check if the input is emptyacdenisSK2018-02-241-7/+31
* Add `unrecognised_command` (#276)Lakelezz2018-02-152-2/+39
* Fix customised help related docs (#267)Lakelezz2018-01-311-2/+2
* Fix case insensitivity for aliases (#262)Lakelezz2018-01-311-6/+7
* Add a way to register middleware functions directly in `CreateCommand`acdenisSK2018-01-253-7/+74
* Trim after splitting at the mention-end. (#256)Lakelezz2018-01-221-2/+3
* Fix skipping for emote prefixes (#255)Uninteresting Account2018-01-211-3/+2
* Fix multibyte character based prefixes (#253)Uninteresting Account2018-01-202-10/+11
* Fix doc comment indentationZeyla Hellyer2018-01-191-1/+1
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-181-1/+1
* Define `A` only onceacdenisSK2018-01-111-20/+10
* Remove `is_bot` boolean from frameworkZeyla Hellyer2018-01-102-8/+8
* Add missing `correct roles`-checks in help-commands (#249)Lakelezz2018-01-102-4/+62
* Fix help-commands' `plain`Lakelezz2018-01-061-4/+37
* Add `iter_quoted`acdenisSK2017-12-241-10/+28
* Fix `multiple_quoted` (#241)Lakelezz2017-12-241-50/+50
* Better support for multiple delimiters on `Args` (#239)Lakelezz2017-12-223-160/+246
* Actually fix `Args`'s `parse` and add a few tests (#236)Lakelezz2017-12-181-8/+3
* Fix ifsacdenisSK2017-12-181-6/+6
* Fix multiple char delimitersacdenisSK2017-12-181-4/+9
* Add a special `len` to `Args`acdenisSK2017-12-182-6/+23
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-17/+19
* Avoid an unwrap in args::parse_quotesZeyla Hellyer2017-12-161-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-165-31/+38
* Break up the model moduleZeyla Hellyer2017-12-168-20/+27
* Revamp the internals of `Args`acdenisSK2017-12-161-123/+153
* Remove the `Box<Command>` implacdenisSK2017-12-111-22/+0
* Fix whitespacing and change `and` to `or`. (#228)Lakelezz2017-11-301-2/+2
* Make help-commands customisable (#227)Lakelezz2017-11-306-76/+467
* Do a temporary fix for options for commands created in the `command!` macroacdenisSK2017-11-241-1/+24
* Convert from macro to ? (#226)Mei Boudreau2017-11-231-1/+1
* Add `before`/`after` middleware to `Command`acdenisSK2017-11-232-1/+36
* Actually remove the `init` call in `CreateCommand`acdenisSK2017-11-211-5/+1
* Add a way to execute code when a command is registeredacdenisSK2017-11-214-5/+20
* Add `help()` to `CreateGroup`. (#225)Lakelezz2017-11-203-14/+35
* Have `on`'s docs actually use itselfacdenisSK2017-11-201-4/+4
* Add an impl for `Fn(&mut Context, &Message, Args)`acdenisSK2017-11-203-20/+13
* Add the `pub` modifieracdenisSK2017-11-191-3/+3
* Fix framework doctestsZeyla Hellyer2017-11-181-4/+4
* Add `cmd` to `Create(Command|Group)`acdenisSK2017-11-183-19/+49
* Use a private function to reduce repetitionacdenisSK2017-11-171-21/+11
* Fix doc-testsacdenisSK2017-11-164-11/+27
* Document that application owners bypass checks (#218)Fenhl2017-11-161-0/+2
* Change most of the framework to use trait-based-commandsacdenisSK2017-11-155-172/+243
* Use the threadpool for framework command executionZeyla Hellyer2017-11-132-23/+32
* Fix strange behaviour when the prefix has spaces (#215)Uninteresting Account2017-11-131-14/+10
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-118-20/+20
* Add Debug derives to more public typesthelearnerofcode2017-11-072-0/+22