aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Execute framework commands in a ThreadPoolZeyla Hellyer2018-01-211-17/+21
* 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
* Add a debug impl for `DispatchError`acdenisSK2017-10-231-0/+25
* Add "zero-copy" parsingacdenisSK2017-10-211-1/+1
* 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
* Fix a few things with the framework traitacdenisSK2017-09-301-2/+0
* 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
* Apply rustfmtZeyla Hellyer2017-09-181-44/+33
* Fixed admin bypass perm to framework allowed_rolesLakelezz2017-09-091-8/+12
* Allow commands to be limited to certain roles (#157)Lakelezz2017-09-051-0/+18
* Add case insensitivityacdenisSK2017-09-011-1/+7
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-31/+44
* Use `$crate` for `Args`acdenisSK2017-08-261-3/+3
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-49/+33
* Fix tests (#145)Maiddog2017-08-221-10/+10
* Replace `()` with actual error typesacdenisSK2017-08-221-1/+1
* Revamp the args to an `Args` structacdenisSK2017-08-201-99/+22
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-0/+1026