aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Restructure modulesZeyla Hellyer2017-05-221-665/+0
* Allow unreachable_code lint in command! macroKen Swenson2017-05-181-4/+4
* Fix no-cache framework compilationZeyla Hellyer2017-05-131-7/+14
* Framework: trim content before parsing argsMaiddog2017-05-121-7/+11
* Clippy lintsZeyla Hellyer2017-04-191-15/+13
* Accept a slice of args in help commandsZeyla Hellyer2017-04-191-1/+1
* Update the way errors are handled in dispatchIllia2017-04-191-259/+165
* Remove selfbot supportZeyla Hellyer2017-04-051-4/+6
* Update doctests for Context changesZeyla Hellyer2017-02-151-6/+6
* Remove most Context methodsZeyla Hellyer2017-02-121-14/+14
* Optimize cachingZeyla Hellyer2017-02-091-9/+9
* Fix unreachable patterns in command macroAustin Hellyer2017-02-011-1/+1
* Fix docs linksAustin Hellyer2017-01-241-2/+3
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-1/+1
* First round of deleting useless methodsAustin Hellyer2017-01-151-6/+30
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
* Implement context message queueingTaavi2017-01-011-17/+21
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
* Add command alias support and command.exampletaavi?2016-12-291-12/+28
* Use $crate in the command macroalex2016-12-241-4/+4
* Clarify command missing argument messageAustin Hellyer2016-12-191-1/+1
* Fix framework message position boundary splitsAustin Hellyer2016-12-181-18/+21
* Add framework config to ignore webhook messagesIllia2016-12-181-1/+5
* Fix framework before checkAustin Hellyer2016-12-181-1/+1
* Remove cache feature dependency for frameworkAustin Hellyer2016-12-161-55/+65
* Framework: format argument number on parse errorIllia2016-12-161-2/+9
* Fix framework owners_only checkIllia2016-12-161-6/+8
* Framework blocks, disabled commands, improvementsIllia2016-12-141-31/+99
* Slightly rework framework bucketsAustin Hellyer2016-12-141-38/+37
* Implement command groups and bucketsIllia2016-12-131-72/+217
* More config for CreateCommand, add various methodsIllia2016-12-101-1/+72
* Abstract command fields to typesAustin Hellyer2016-12-091-3/+3
* Command builder, quoted args, and multi-prefixesIllia2016-12-091-17/+73
* Make command macro functions publicAustin Hellyer2016-11-301-2/+2
* Clarify some docsAustin Hellyer2016-11-301-1/+1
* Clean up the codebaseAustin Hellyer2016-11-291-31/+1
* Fix doctestsAustin Hellyer2016-11-281-3/+3
* Add before/after framework command hooksIllia K2016-11-281-4/+32
* Add a bit more docsAustin Hellyer2016-11-261-0/+99
* Add no-named-argument command macro matchAustin Hellyer2016-11-261-1/+37
* Move events into their own moduleAustin Hellyer2016-11-251-1/+1
* Add framework command named argumentsAustin Hellyer2016-11-211-0/+23
* A bit of docsAustin Hellyer2016-11-181-0/+62
* Fix some clippy lintsAustin Hellyer2016-11-101-16/+2
* Framework: fix command arg positioningAustin Hellyer2016-11-081-46/+16
* Add arguments to framework commandsAustin Hellyer2016-11-071-2/+7
* Add an 'allow_whitespace' framework configAustin Hellyer2016-11-061-31/+60
* Allow non-prefixed mentionsAustin Hellyer2016-11-061-15/+20
* Initial commitAustin Hellyer2016-10-181-0/+122