aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework
Commit message (Expand)AuthorAgeFilesLines
* hashmap of usagesTaavetti Sjelkov2017-01-021-1/+1
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
* Relisting 'Commands:' is redundant in embed helpAustin Hellyer2017-01-011-2/+0
* Implement context message queueingTaavi2017-01-016-36/+40
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
* Add command alias support and command.exampletaavi?2016-12-295-64/+155
* Use $crate in the command macroalex2016-12-241-4/+4
* Fix grammar in framework help the commandzeyla2016-12-211-1/+1
* Clarify command missing argument messageAustin Hellyer2016-12-191-1/+1
* Fix framework message position boundary splitsAustin Hellyer2016-12-181-18/+21
* Default Framework command use_quotes to falseAustin Hellyer2016-12-181-1/+1
* Add framework config to ignore webhook messagesIllia2016-12-182-1/+23
* Fix framework before checkAustin Hellyer2016-12-181-1/+1
* Fix framework command cooldownsAustin Hellyer2016-12-171-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
* Plain help: put groups on their own lineAustin Hellyer2016-12-141-0/+2
* Fix plain help command usage outputAustin Hellyer2016-12-141-0/+2
* Framework blocks, disabled commands, improvementsIllia2016-12-144-48/+205
* Slightly rework framework bucketsAustin Hellyer2016-12-146-207/+200
* Implement command groups and bucketsIllia2016-12-137-81/+703
* More config for CreateCommand, add various methodsIllia2016-12-104-2/+157
* Abstract command fields to typesAustin Hellyer2016-12-093-14/+20
* Command builder, quoted args, and multi-prefixesIllia2016-12-094-32/+278
* Make command macro functions publicAustin Hellyer2016-11-301-2/+2
* Clarify some docsAustin Hellyer2016-11-301-1/+1
* Clean up the codebaseAustin Hellyer2016-11-292-39/+8
* Fix doctestsAustin Hellyer2016-11-281-3/+3
* Add before/after framework command hooksIllia K2016-11-282-5/+33
* Add a bit more docsAustin Hellyer2016-11-263-0/+122
* Add no-named-argument command macro matchAustin Hellyer2016-11-261-1/+37
* Move events into their own moduleAustin Hellyer2016-11-251-1/+1
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-2/+2
* Add framework command named argumentsAustin Hellyer2016-11-211-0/+23
* A bit of docsAustin Hellyer2016-11-182-5/+116
* Fix some clippy lintsAustin Hellyer2016-11-101-16/+2
* Framework: fix command arg positioningAustin Hellyer2016-11-082-46/+71
* Add arguments to framework commandsAustin Hellyer2016-11-072-3/+8
* Add an 'allow_whitespace' framework configAustin Hellyer2016-11-062-31/+84
* Allow non-prefixed mentionsAustin Hellyer2016-11-061-15/+20
* Initial commitAustin Hellyer2016-10-183-0/+177