aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* Tiny import re-orderAustin Hellyer2016-11-261-2/+1
* More widely support no-cache method compilesAustin Hellyer2016-11-252-0/+14
* Move events into their own moduleAustin Hellyer2016-11-255-76/+93
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-252-22/+22
* Rename the `http` module to `rest`Austin Hellyer2016-11-255-111/+111
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-245-34/+48
* Ignore WebSocketError::NoDataAvailableAustin Hellyer2016-11-231-0/+2
* Update doctest to use new CacheAustin Hellyer2016-11-221-1/+1
* Change the CACHE to be an RwLockAustin Hellyer2016-11-223-14/+14
* Rename the State to CacheAustin Hellyer2016-11-225-122/+122
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-213-7/+7
* Re-organize the client moduleAustin Hellyer2016-11-219-560/+606
* Don't block entirely on HTTP requestsAustin Hellyer2016-11-211-8/+5
* Make Context::channel_id publicAustin Hellyer2016-11-211-1/+5
* 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
* Rework contextual presence methodsAustin Hellyer2016-11-191-9/+72
* Rename state methods from find_ to get_Austin Hellyer2016-11-192-7/+7
* 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-194-91/+180
* Don't send embed on message edits if emptyAustin Hellyer2016-11-191-5/+9
* Add Context::set_game_nameAustin Hellyer2016-11-181-0/+18
* Register friend suggestion eventsAustin Hellyer2016-11-183-0/+42
* A bit of docsAustin Hellyer2016-11-185-117/+535
* Feature macros should use else as block separatorAustin Hellyer2016-11-182-4/+4
* Ratelimiting: don't attempt to RL for NoneAustin Hellyer2016-11-181-14/+18
* Add DELETE/PUT guild member roleAustin Hellyer2016-11-162-0/+37
* Accepting invites only works for user accountsAustin Hellyer2016-11-161-0/+16
* Add message edit/edit_message rich embedsAustin Hellyer2016-11-151-2/+10
* Add send_message rich embedsAustin Hellyer2016-11-151-6/+91
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-155-301/+600
* Add a message builder for Context::send_messageAustin Hellyer2016-11-152-15/+16
* State: on update, return old instancesAustin Hellyer2016-11-153-78/+81
* Allow current user to nickname themselvesAustin Hellyer2016-11-143-0/+34
* Add voice connection supportAustin Hellyer2016-11-145-93/+121
* Add internal moduleAustin Hellyer2016-11-146-6/+6
* Move the builders to the utilsAustin Hellyer2016-11-131-1/+1
* Add a check for message content lengthAustin Hellyer2016-11-122-1/+44
* Add delete_message_reactions + register eventAustin Hellyer2016-11-115-0/+52
* Add a clippy configAustin Hellyer2016-11-101-5/+5
* Fix leave_guild endpointAustin Hellyer2016-11-101-2/+2
* Fix some clippy lintsAustin Hellyer2016-11-101-2/+0
* Implementing missing HTTP methodsAustin Hellyer2016-11-102-5/+36
* Fix ratelimit bucket for start_integration_syncAustin Hellyer2016-11-101-1/+1
* slice_patterns is not stableAustin Hellyer2016-11-101-5/+5
* Properly shutdown on connection DropAustin Hellyer2016-11-101-0/+24
* Correctly shutdown the connectionAustin Hellyer2016-11-101-5/+13
* Map op codes via a macroAustin Hellyer2016-11-091-0/+1