aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add framework command named argumentsAustin Hellyer2016-11-211-0/+23
* 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
* 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-185-0/+71
* A bit of docsAustin Hellyer2016-11-1819-186/+1045
* Feature macros should use else as block separatorAustin Hellyer2016-11-183-8/+8
* Ratelimiting: don't attempt to RL for NoneAustin Hellyer2016-11-181-14/+18
* Allow Id/u64 equality comparisonsAustin Hellyer2016-11-171-1/+13
* Decode discriminators as stringsAustin Hellyer2016-11-171-7/+2
* Add DELETE/PUT guild member roleAustin Hellyer2016-11-163-5/+73
* Accepting invites only works for user accountsAustin Hellyer2016-11-162-3/+59
* Add Colour::from_rgbAustin Hellyer2016-11-161-0/+34
* Fix a few clippy lintsAustin Hellyer2016-11-151-8/+9