aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add message edit/edit_message rich embedsAustin Hellyer2016-11-152-7/+27
* Add send_message rich embedsAustin Hellyer2016-11-156-29/+442
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-1521-413/+1096
* Add a message builder for Context::send_messageAustin Hellyer2016-11-154-15/+89
* State: on update, return old instancesAustin Hellyer2016-11-154-148/+236
* Decode embed/role colours into Colour structAustin Hellyer2016-11-144-11/+14
* Allow current user to nickname themselvesAustin Hellyer2016-11-144-0/+69
* Add missing permission shorthandsAustin Hellyer2016-11-141-0/+16
* Add voice connection supportAustin Hellyer2016-11-1424-159/+1366
* Add internal moduleAustin Hellyer2016-11-1422-20/+21
* Move the builders to the utilsAustin Hellyer2016-11-1317-609/+643
* Don't overflow on message length checkAustin Hellyer2016-11-121-3/+3
* Add a check for message content lengthAustin Hellyer2016-11-124-7/+129
* Add delete_message_reactions + register eventAustin Hellyer2016-11-117-2/+95
* Add a clippy configAustin Hellyer2016-11-103-11/+11
* Fix leave_guild endpointAustin Hellyer2016-11-101-2/+2
* Fix some clippy lintsAustin Hellyer2016-11-108-36/+10
* 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-102-6/+5
* Properly shutdown on connection DropAustin Hellyer2016-11-102-0/+25
* Correctly shutdown the connectionAustin Hellyer2016-11-101-5/+13
* Add a Feature enumAustin Hellyer2016-11-091-1/+1
* Add REST error code enumAustin Hellyer2016-11-091-0/+87
* Map op codes via a macroAustin Hellyer2016-11-094-66/+51
* Fix README exampleAustin Hellyer2016-11-081-4/+8
* Framework: fix command arg positioningAustin Hellyer2016-11-082-46/+71
* Add Manage Webhooks to permissions 2FA listAustin Hellyer2016-11-081-0/+2
* Add arguments to framework commandsAustin Hellyer2016-11-072-3/+8
* Add webhook supportAustin Hellyer2016-11-0712-1/+718
* Add Attachment::download{,to_directory}Austin Hellyer2016-11-071-0/+144
* 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
* Add an 'allow_whitespace' framework configAustin Hellyer2016-11-062-31/+84
* Allow non-prefixed mentionsAustin Hellyer2016-11-061-15/+20
* Fix framework locking on MessageCreate dispatchAustin Hellyer2016-11-061-2/+3
* Add some more documentationAustin Hellyer2016-11-0611-38/+129
* Move HTTP/ratelimiting into a separate moduleAustin Hellyer2016-11-063-5/+5
* Fix doc importAustin Hellyer2016-11-061-1/+1
* Add a prelude for userlandAustin Hellyer2016-11-0521-26/+46
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-054-82/+136
* Fix doc links to enum variantsAustin Hellyer2016-11-059-81/+81
* Support major parameters in ratelimitsAustin Hellyer2016-11-053-84/+139
* Finalize invite-related documentationAustin Hellyer2016-11-052-18/+60
* Add message reactionsAustin Hellyer2016-11-0511-11/+441
* Fix readme example to properly use frameworkAustin Hellyer2016-10-231-2/+3
* Abstract opcodes to enumsAustin Hellyer2016-10-223-20/+127
* Add ability to fully set a presenceAustin Hellyer2016-10-202-2/+27