aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initial commitAustin Hellyer2016-10-1833-0/+9672