| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Encase the event storage in an Arc<RwLock> | Austin Hellyer | 2016-12-02 | 1 | -71/+71 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -2/+0 |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 1 | -1/+0 |
| * | Remove duplicated gateway logic | Austin Hellyer | 2016-11-29 | 1 | -13/+0 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -4/+17 |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 1 | -0/+7 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -65/+78 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -11/+11 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -5/+5 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -3/+3 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -30/+30 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -1/+1 |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 1 | -221/+75 |
| * | Fix type errors for non-framework builds | Austin Hellyer | 2016-11-19 | 1 | -4/+12 |
| * | Nonblocking connection | Austin Hellyer | 2016-11-19 | 1 | -11/+26 |
| * | Fix cond. compile across multiple feature targets | Austin Hellyer | 2016-11-19 | 1 | -56/+112 |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 1 | -0/+20 |
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -52/+112 |
| * | Feature macros should use else as block separator | Austin Hellyer | 2016-11-18 | 1 | -3/+3 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -123/+275 |
| * | State: on update, return old instances | Austin Hellyer | 2016-11-15 | 1 | -18/+40 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -3/+7 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Add a check for message content length | Austin Hellyer | 2016-11-12 | 1 | -0/+7 |
| * | Add delete_message_reactions + register event | Austin Hellyer | 2016-11-11 | 1 | -0/+10 |
| * | Map op codes via a macro | Austin Hellyer | 2016-11-09 | 1 | -0/+1 |
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+10 |
| * | Add some more documentation | Austin Hellyer | 2016-11-06 | 1 | -5/+17 |
| * | Move HTTP/ratelimiting into a separate module | Austin Hellyer | 2016-11-06 | 1 | -1/+0 |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 |
| * | Convert all doc anchors to named anchors | Austin Hellyer | 2016-11-05 | 1 | -5/+7 |
| * | Fix doc links to enum variants | Austin Hellyer | 2016-11-05 | 1 | -48/+48 |
| * | Add message reactions | Austin Hellyer | 2016-11-05 | 1 | -0/+20 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+973 |