aboutsummaryrefslogtreecommitdiff
path: root/src/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add voice connection supportAustin Hellyer2016-11-149-0/+962
* Add a clippy configAustin Hellyer2016-11-101-4/+4
* 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-186-0/+919