aboutsummaryrefslogtreecommitdiff
path: root/src/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Fix framework before checkAustin Hellyer2016-12-181-1/+1
* Fix framework command cooldownsAustin Hellyer2016-12-171-1/+1
* Remove useless cache useAustin Hellyer2016-12-171-3/+0
* Remove cache feature dependency for frameworkAustin Hellyer2016-12-161-55/+65
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-165-7/+18
* 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-105-5/+160
* Abstract command fields to typesAustin Hellyer2016-12-093-14/+20
* Fix some clippy lintsAustin Hellyer2016-12-091-6/+6
* Command builder, quoted args, and multi-prefixesIllia2016-12-094-32/+278
* Change all try's into ?sacdenisSK2016-12-072-58/+56
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+14
* Add Member::colourIllia2016-12-031-3/+3
* Fix a typoAustin Hellyer2016-12-011-1/+1
* Make command macro functions publicAustin Hellyer2016-11-301-2/+2
* Re-order example Cargo.toml'sAustin Hellyer2016-11-301-1/+2
* Clarify some docsAustin Hellyer2016-11-301-1/+1
* Add documentation for examplesAustin Hellyer2016-11-291-3/+3
* Clean up the codebaseAustin Hellyer2016-11-296-191/+34
* Add initial audio supportAustin Hellyer2016-11-299-147/+548
* Fix doctestsAustin Hellyer2016-11-281-3/+3
* Add before/after framework command hooksIllia K2016-11-282-5/+33
* Improve docs and add new message builder methodsIllia K2016-11-282-9/+9
* Correctly track Cache's unavailable guildsAustin Hellyer2016-11-271-0/+6
* Add a bit more docsAustin Hellyer2016-11-265-9/+408
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-4/+23
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-1/+0
* Add no-named-argument command macro matchAustin Hellyer2016-11-261-1/+37
* Add Cache::get_guild_channelAustin Hellyer2016-11-261-0/+13
* Move events into their own moduleAustin Hellyer2016-11-252-1/+2
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-17/+17
* Rename the `http` module to `rest`Austin Hellyer2016-11-252-5/+5
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-6/+6
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-1/+1
* Rename the State to CacheAustin Hellyer2016-11-223-16/+16
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-1/+1
* Re-organize the client moduleAustin Hellyer2016-11-212-7/+7
* Add framework command named argumentsAustin Hellyer2016-11-211-0/+23
* Rename state methods from find_ to get_Austin Hellyer2016-11-191-7/+7
* Register friend suggestion eventsAustin Hellyer2016-11-181-0/+2
* A bit of docsAustin Hellyer2016-11-183-6/+155
* Fix a few clippy lintsAustin Hellyer2016-11-151-8/+9
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-152-5/+10
* State: on update, return old instancesAustin Hellyer2016-11-151-70/+155