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