aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A bit of docsAustin Hellyer2016-11-1820-187/+1048
* 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-172-2/+14
* Decode discriminators as stringsAustin Hellyer2016-11-172-9/+3
* Add a build decoder for u64s with a defaultAustin Hellyer2016-11-172-1/+6
* 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
* Travis: allow nightly to failAustin Hellyer2016-11-151-0/+3
* Fix travis to install libsodiumAustin Hellyer2016-11-151-10/+16
* Fix a few clippy lintsAustin Hellyer2016-11-151-8/+9
* 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-1522-414/+1101
* Embed Author: everything but 'name' is optionalAustin Hellyer2016-11-151-0/+2
* Add a message builder for Context::send_messageAustin Hellyer2016-11-154-15/+89
* Feature-gate voice exampleAustin Hellyer2016-11-151-0/+14
* State: on update, return old instancesAustin Hellyer2016-11-154-148/+236
* Decode embed/role colours into Colour structAustin Hellyer2016-11-146-17/+21
* Allow current user to nickname themselvesAustin Hellyer2016-11-144-0/+69
* Add missing permission shorthandsAustin Hellyer2016-11-141-0/+16
* GitLab: test for voiceAustin Hellyer2016-11-141-1/+1
* Travis: Pass feature flag 'voice'Austin Hellyer2016-11-143-2/+3
* Add voice connection supportAustin Hellyer2016-11-1426-160/+1550
* Add internal moduleAustin Hellyer2016-11-1422-20/+21
* EmbedAuthor 'url' is optionalAustin Hellyer2016-11-141-0/+1
* 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-104-11/+19
* Fix leave_guild endpointAustin Hellyer2016-11-101-2/+2
* Fix some clippy lintsAustin Hellyer2016-11-109-36/+13
* Implementing missing HTTP methodsAustin Hellyer2016-11-106-5/+119
* 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-094-3/+28
* Correctly decode Group channel IDsAustin Hellyer2016-11-091-0/+1
* Add REST error code enumAustin Hellyer2016-11-091-0/+87
* Map op codes via a macroAustin Hellyer2016-11-094-66/+51
* Fix message decoding with reactionsAustin Hellyer2016-11-091-0/+1
* Update URLs to docsAustin Hellyer2016-11-082-14/+16
* Fix README exampleAustin Hellyer2016-11-082-7/+15
* Framework: fix command arg positioningAustin Hellyer2016-11-083-47/+72
* Add Manage Webhooks to permissions 2FA listAustin Hellyer2016-11-081-0/+2
* Fix build script for optional defaulted u64sAustin Hellyer2016-11-082-1/+6
* Make all Embed fields except for 'kind' optionalAustin Hellyer2016-11-081-0/+7