aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add webhook supportAustin Hellyer2016-11-075-0/+367
* Remove Context::get_application{s,_info}Austin Hellyer2016-11-061-8/+0
* Remove Context alias methodsAustin Hellyer2016-11-061-92/+9
* Fix old ratelimit resets breaking next requestsAustin Hellyer2016-11-061-1/+10
* Remove Context::get_voice_regionsAustin Hellyer2016-11-061-4/+0
* Fix framework locking on MessageCreate dispatchAustin Hellyer2016-11-061-2/+3
* Add some more documentationAustin Hellyer2016-11-063-22/+100
* Move HTTP/ratelimiting into a separate moduleAustin Hellyer2016-11-063-5/+5
* Add a prelude for userlandAustin Hellyer2016-11-056-6/+6
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-052-74/+120
* Fix doc links to enum variantsAustin Hellyer2016-11-052-51/+51
* Support major parameters in ratelimitsAustin Hellyer2016-11-052-80/+135
* Finalize invite-related documentationAustin Hellyer2016-11-051-2/+19
* Add message reactionsAustin Hellyer2016-11-056-2/+187
* Abstract opcodes to enumsAustin Hellyer2016-10-221-8/+8
* Add ability to fully set a presenceAustin Hellyer2016-10-202-2/+27
* Initial commitAustin Hellyer2016-10-188-0/+3969