aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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