| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -3/+1 |
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 1 | -15/+15 |
| * | Avoid a needless clone on login | Austin Hellyer | 2017-01-24 | 1 | -20/+11 |
| * | Make BootInfo/MonitorInfo private | Austin Hellyer | 2017-01-23 | 1 | -3/+3 |
| * | Fix no-framework compilation | Austin Hellyer | 2017-01-21 | 1 | -12/+28 |
| * | Dispatch Ready events | Austin Hellyer | 2017-01-21 | 1 | -6/+23 |
| * | Reboot shard on broken pipe | Austin Hellyer | 2017-01-20 | 1 | -105/+194 |
| * | TRACE-log on shard handler event receival | Austin Hellyer | 2017-01-18 | 1 | -0/+4 |
| * | Wait 5s between shard boots | Austin Hellyer | 2017-01-07 | 1 | -0/+3 |
| * | Fix shard boot index | Austin Hellyer | 2017-01-07 | 1 | -4/+4 |
| * | Make Client.shards private | Austin Hellyer | 2017-01-05 | 1 | -1/+1 |
| * | Fix rs suffix | Illia | 2017-01-05 | 1 | -1/+1 |
| * | Remove user logout endpoint | Austin Hellyer | 2017-01-01 | 1 | -19/+0 |
| * | Fix typo | Illia | 2016-12-31 | 1 | -1/+1 |
| * | Round 1 | Austin Hellyer | 2016-12-29 | 1 | -14/+25 |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -2/+3 |
| * | Accept u64 shard counts | Austin Hellyer | 2016-12-26 | 1 | -5/+8 |
| * | Add `on_message` example | indiv0 | 2016-12-21 | 1 | -0/+16 |
| * | Remove cache feature dependency for framework | Austin Hellyer | 2016-12-16 | 1 | -0/+12 |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 1 | -6/+6 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -2/+2 |
| * | Add a ShareMap across contexts | Austin Hellyer | 2016-12-05 | 1 | -3/+32 |
| * | 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 |