aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename the State to CacheAustin Hellyer2016-11-2221-262/+262
* Don't typo CreateEmbed::image fieldAustin Hellyer2016-11-211-1/+1
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-218-12/+13
* Re-organize the client moduleAustin Hellyer2016-11-2115-592/+638
* 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
* Add framework command named argumentsAustin Hellyer2016-11-212-0/+33
* No-run on context doc exampleAustin Hellyer2016-11-201-1/+1
* Add methods for setting individual presence dataAustin Hellyer2016-11-202-6/+103
* Fix context doctestsAustin Hellyer2016-11-201-4/+4
* Fix voice example for state method renamingsAustin Hellyer2016-11-201-4/+4
* Add Member::roles()Austin Hellyer2016-11-201-0/+20
* Rework contextual presence methodsAustin Hellyer2016-11-192-14/+77
* Rename state methods from find_ to get_Austin Hellyer2016-11-197-23/+22
* Fix type errors for non-framework buildsAustin Hellyer2016-11-192-5/+13
* Nonblocking connectionAustin Hellyer2016-11-193-81/+70
* Fix cond. compile across multiple feature targetsAustin Hellyer2016-11-196-164/+239
* Don't send embed on message edits if emptyAustin Hellyer2016-11-192-6/+10
* Add PublicChannel::guild()Austin Hellyer2016-11-191-0/+9
* Add GuildId::to_channelAustin Hellyer2016-11-181-0/+8
* Add Context::set_game_nameAustin Hellyer2016-11-181-0/+18
* Register friend suggestion eventsAustin Hellyer2016-11-186-0/+88