aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Re-order example Cargo.toml'sAustin Hellyer2016-11-301-1/+2
* Example should be no-runAustin Hellyer2016-11-301-1/+1
* Update readme exampleAustin Hellyer2016-11-301-1/+1
* Move the example in the readmeAustin Hellyer2016-11-301-29/+32
* Clarify some docsAustin Hellyer2016-11-304-45/+124
* Add remaining REST routesAustin Hellyer2016-11-303-8/+85
* Add documentation for examplesAustin Hellyer2016-11-292-9/+59
* Clean up the codebaseAustin Hellyer2016-11-2926-630/+309
* Add initial audio supportAustin Hellyer2016-11-2913-175/+586
* Remove duplicated gateway logicAustin Hellyer2016-11-293-37/+11
* Retrieve a new URL on reconnectAustin Hellyer2016-11-291-2/+4
* Use html_logo_url instead of a doc scriptAustin Hellyer2016-11-291-0/+1
* Add missing REST methodsAustin Hellyer2016-11-281-3/+31
* Re-order message builder fileAustin Hellyer2016-11-281-22/+21
* Optimize for cached, non-method compilesAustin Hellyer2016-11-283-13/+8
* Fix doctestsAustin Hellyer2016-11-282-4/+4
* Fix some clippy lintsAustin Hellyer2016-11-281-7/+7
* Add before/after framework command hooksIllia K2016-11-282-5/+33
* Improve docs and add new message builder methodsIllia K2016-11-2815-89/+262
* Correctly track Cache's unavailable guildsAustin Hellyer2016-11-271-0/+6
* Re-export CreateEmbedFooterKisei2016-11-271-0/+1
* Add Context, REST, and model documentationfwrs2016-11-274-4/+205
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-272-15/+38
* Voice example no longer requires 'extras'Austin Hellyer2016-11-262-7/+2
* Add a bit more docsAustin Hellyer2016-11-2613-25/+592
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-265-10/+32
* Remove the 'extras' feature flagAustin Hellyer2016-11-265-65/+4
* Tiny import re-orderAustin Hellyer2016-11-261-2/+1
* Add no-named-argument command macro matchAustin Hellyer2016-11-261-1/+37
* Add Cache::get_guild_channelAustin Hellyer2016-11-261-0/+13
* More widely support no-cache method compilesAustin Hellyer2016-11-255-115/+174
* Catch some clippy lintsAustin Hellyer2016-11-251-3/+0
* Move events into their own moduleAustin Hellyer2016-11-2511-839/+865
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-2512-78/+78
* Fix permission check on Message::deleteAustin Hellyer2016-11-251-8/+2
* Rename the `http` module to `rest`Austin Hellyer2016-11-2516-222/+222
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-246-68/+103
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-2413-69/+83
* Ignore WebSocketError::NoDataAvailableAustin Hellyer2016-11-231-0/+2
* Ensure embed fields are inline by defaultAustin Hellyer2016-11-231-1/+1
* Update doctest to use new CacheAustin Hellyer2016-11-221-1/+1
* Change the CACHE to be an RwLockAustin Hellyer2016-11-2210-35/+35
* Rename the State to CacheAustin Hellyer2016-11-2218-252/+252
* Don't typo CreateEmbed::image fieldAustin Hellyer2016-11-211-1/+1
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-217-11/+12
* Re-organize the client moduleAustin Hellyer2016-11-2113-581/+627
* Add support for creating embed imagesAustin Hellyer2016-11-212-0/+49
* Don't block entirely on HTTP requestsAustin Hellyer2016-11-211-8/+5
* Add created_at method to Ids and UserAustin Hellyer2016-11-212-0/+16
* Make Context::channel_id publicAustin Hellyer2016-11-211-1/+5