| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 20 | -187/+1048 | |
| * | Feature macros should use else as block separator | Austin Hellyer | 2016-11-18 | 3 | -8/+8 | |
| * | Ratelimiting: don't attempt to RL for None | Austin Hellyer | 2016-11-18 | 1 | -14/+18 | |
| * | Allow Id/u64 equality comparisons | Austin Hellyer | 2016-11-17 | 2 | -2/+14 | |
| * | Decode discriminators as strings | Austin Hellyer | 2016-11-17 | 2 | -9/+3 | |
| * | Add a build decoder for u64s with a default | Austin Hellyer | 2016-11-17 | 2 | -1/+6 | |
| * | Add DELETE/PUT guild member role | Austin Hellyer | 2016-11-16 | 3 | -5/+73 | |
| * | Accepting invites only works for user accounts | Austin Hellyer | 2016-11-16 | 2 | -3/+59 | |
| * | Add Colour::from_rgb | Austin Hellyer | 2016-11-16 | 1 | -0/+34 | |
| * | Travis: allow nightly to fail | Austin Hellyer | 2016-11-15 | 1 | -0/+3 | |
| * | Fix travis to install libsodium | Austin Hellyer | 2016-11-15 | 1 | -10/+16 | |
| * | Fix a few clippy lints | Austin Hellyer | 2016-11-15 | 1 | -8/+9 | |
| * | Add message edit/edit_message rich embeds | Austin Hellyer | 2016-11-15 | 2 | -7/+27 | |
| * | Add send_message rich embeds | Austin Hellyer | 2016-11-15 | 6 | -29/+442 | |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 22 | -414/+1101 | |
| * | Embed Author: everything but 'name' is optional | Austin Hellyer | 2016-11-15 | 1 | -0/+2 | |
| * | Add a message builder for Context::send_message | Austin Hellyer | 2016-11-15 | 4 | -15/+89 | |
| * | Feature-gate voice example | Austin Hellyer | 2016-11-15 | 1 | -0/+14 | |
| * | State: on update, return old instances | Austin Hellyer | 2016-11-15 | 4 | -148/+236 | |
| * | Decode embed/role colours into Colour struct | Austin Hellyer | 2016-11-14 | 6 | -17/+21 | |
| * | Allow current user to nickname themselves | Austin Hellyer | 2016-11-14 | 4 | -0/+69 | |
| * | Add missing permission shorthands | Austin Hellyer | 2016-11-14 | 1 | -0/+16 | |
| * | GitLab: test for voice | Austin Hellyer | 2016-11-14 | 1 | -1/+1 | |
| * | Travis: Pass feature flag 'voice' | Austin Hellyer | 2016-11-14 | 3 | -2/+3 | |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 26 | -160/+1550 | |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 22 | -20/+21 | |
| * | EmbedAuthor 'url' is optional | Austin Hellyer | 2016-11-14 | 1 | -0/+1 | |
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 17 | -609/+643 | |
| * | Don't overflow on message length check | Austin Hellyer | 2016-11-12 | 1 | -3/+3 | |
| * | Add a check for message content length | Austin Hellyer | 2016-11-12 | 4 | -7/+129 | |
| * | Add delete_message_reactions + register event | Austin Hellyer | 2016-11-11 | 7 | -2/+95 | |
| * | Add a clippy config | Austin Hellyer | 2016-11-10 | 4 | -11/+19 | |
| * | Fix leave_guild endpoint | Austin Hellyer | 2016-11-10 | 1 | -2/+2 | |
| * | Fix some clippy lints | Austin Hellyer | 2016-11-10 | 9 | -36/+13 | |
| * | Implementing missing HTTP methods | Austin Hellyer | 2016-11-10 | 6 | -5/+119 | |
| * | Fix ratelimit bucket for start_integration_sync | Austin Hellyer | 2016-11-10 | 1 | -1/+1 | |
| * | slice_patterns is not stable | Austin Hellyer | 2016-11-10 | 2 | -6/+5 | |
| * | Properly shutdown on connection Drop | Austin Hellyer | 2016-11-10 | 2 | -0/+25 | |
| * | Correctly shutdown the connection | Austin Hellyer | 2016-11-10 | 1 | -5/+13 | |
| * | Add a Feature enum | Austin Hellyer | 2016-11-09 | 4 | -3/+28 | |
| * | Correctly decode Group channel IDs | Austin Hellyer | 2016-11-09 | 1 | -0/+1 | |
| * | Add REST error code enum | Austin Hellyer | 2016-11-09 | 1 | -0/+87 | |
| * | Map op codes via a macro | Austin Hellyer | 2016-11-09 | 4 | -66/+51 | |
| * | Fix message decoding with reactions | Austin Hellyer | 2016-11-09 | 1 | -0/+1 | |
| * | Update URLs to docs | Austin Hellyer | 2016-11-08 | 2 | -14/+16 | |
| * | Fix README example | Austin Hellyer | 2016-11-08 | 2 | -7/+15 | |
| * | Framework: fix command arg positioning | Austin Hellyer | 2016-11-08 | 3 | -47/+72 | |
| * | Add Manage Webhooks to permissions 2FA list | Austin Hellyer | 2016-11-08 | 1 | -0/+2 | |
| * | Fix build script for optional defaulted u64s | Austin Hellyer | 2016-11-08 | 2 | -1/+6 | |
| * | Make all Embed fields except for 'kind' optional | Austin Hellyer | 2016-11-08 | 1 | -0/+7 | |