aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-2/+2
* Break up the model moduleZeyla Hellyer2017-12-161-7/+9
* Make help-commands customisable (#227)Lakelezz2017-11-301-13/+57
* Add `before`/`after` middleware to `Command`acdenisSK2017-11-231-0/+6
* Add a way to execute code when a command is registeredacdenisSK2017-11-211-2/+8
* Add `help()` to `CreateGroup`. (#225)Lakelezz2017-11-201-11/+11
* Have `on`'s docs actually use itselfacdenisSK2017-11-201-4/+4
* Add an impl for `Fn(&mut Context, &Message, Args)`acdenisSK2017-11-201-7/+3
* Add the `pub` modifieracdenisSK2017-11-191-3/+3
* Add `cmd` to `Create(Command|Group)`acdenisSK2017-11-181-2/+2
* Use a private function to reduce repetitionacdenisSK2017-11-171-21/+11
* Fix doc-testsacdenisSK2017-11-161-6/+14
* Change most of the framework to use trait-based-commandsacdenisSK2017-11-151-67/+127
* Use the threadpool for framework command executionZeyla Hellyer2017-11-131-18/+26
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-5/+5
* Merge v0.4.3acdenisSK2017-11-041-2/+2
|\
| * Fix extraneous whitespaceZeyla Hellyer2017-10-301-1/+1
| * Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-301-1/+1
| * Fix #206 (#207)Uninteresting Account2017-10-291-1/+1
* | Make the Client return a ResultZeyla Hellyer2017-11-031-11/+12
* | Merge v0.4.2acdenisSK2017-10-241-1/+26
|\|
| * Add a debug impl for `DispatchError`acdenisSK2017-10-231-0/+25
| * Add "zero-copy" parsingacdenisSK2017-10-211-1/+1
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-8/+8
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-111-6/+7
| * Make `has_correct_permissions`, `has_correct_roles` and `has_all_requirement...Lakelezz2017-10-101-2/+2
| * Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-071-9/+12
| * Make `has_correct_permissions` a free-standing functionacdenisSK2017-10-061-15/+15
| * Fix most clippy warningsMaiddog2017-10-041-2/+2
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-20/+27
| * Use the de-generification trick.acdenisSK2017-10-021-27/+20
| * `to_owned` -> `to_string`acdenisSK2017-10-011-8/+8
| * WhoopsacdenisSK2017-09-301-2/+2
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+3
* | Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-091-9/+12
* | Make `has_correct_permissions` a free-standing functionacdenisSK2017-10-091-15/+15
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-17/+21
* | Use the de-generification trick.acdenisSK2017-10-091-23/+19
* | `to_owned` -> `to_string`acdenisSK2017-10-091-8/+8
* | WhoopsacdenisSK2017-10-091-2/+2
* | Do not to " " if none of the provided delimiters are found (#183)Jacob Helwig2017-10-071-7/+1
* | Merge branch 'v0.4.1' into v0.5.0acdenisSK2017-09-301-2/+0
|\|
| * Fix a few things with the framework traitacdenisSK2017-09-301-2/+0
* | Change the way users' command handlers are stored asacdenisSK2017-09-291-6/+4
|/
* Use $crate for CommandErroracdenisSK2017-09-241-3/+3
* Revamp errors in `Args` and commandsacdenisSK2017-09-231-6/+6
* Remove tokio usageZeyla Hellyer2017-09-211-23/+18
* Also rustfmtZeyla Hellyer2017-09-181-3/+8
* Add Send/Sync to framework itemsZeyla Hellyer2017-09-181-7/+7