aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add blitz blue colorCrawl2016-11-301-0/+2
* Add Blurple to Colour listGetRektByMe2016-11-301-0/+2
* Add kerbal colourindiv02016-11-301-0/+2
* Release v0.1.0v0.1.0Austin Hellyer2016-11-308-8/+8
* Re-order example Cargo.toml'sAustin Hellyer2016-11-308-15/+16
* Example should be no-runAustin Hellyer2016-11-301-1/+1
* Update readme exampleAustin Hellyer2016-11-302-2/+2
* Move the example in the readmeAustin Hellyer2016-11-302-58/+64
* Clarify some docsAustin Hellyer2016-11-304-45/+124
* Add remaining REST routesAustin Hellyer2016-11-303-8/+85
* Add documentation for examplesAustin Hellyer2016-11-2914-45/+298
* Clean up the codebaseAustin Hellyer2016-11-2943-670/+389
* Add more shiny readme badgesAustin Hellyer2016-11-291-2/+6
* Add initial audio supportAustin Hellyer2016-11-2914-204/+713
* 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-292-12/+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-285-13/+27
* Cargo: Don't have bins for examplesAustin Hellyer2016-11-281-35/+0
* Fix doctestsAustin Hellyer2016-11-282-4/+4
* Fix some clippy lintsAustin Hellyer2016-11-281-7/+7
* Update example 07 with framework changesAustin Hellyer2016-11-281-5/+5
* Add before/after framework command hooksIllia K2016-11-283-13/+45
* Improve docs and add new message builder methodsIllia K2016-11-2815-89/+262
* Add an initial tiny test suite to get Travis goingAustin Hellyer2016-11-272-0/+54
* 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-2711-5/+216
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-272-15/+38
* Voice example no longer requires 'extras'Austin Hellyer2016-11-263-13/+8
* Add a bit more docsAustin Hellyer2016-11-2614-25/+597
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-265-10/+32
* Remove the 'extras' feature flagAustin Hellyer2016-11-266-67/+5
* Tiny import re-orderAustin Hellyer2016-11-261-2/+1
* Add no-named-argument command macro matchAustin Hellyer2016-11-262-3/+39
* Add Cache::get_guild_channelAustin Hellyer2016-11-262-40/+33
* 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-2520-96/+96
* 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-247-69/+104
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-2416-106/+122
* 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-2211-39/+39