| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix an unused use on non-cache | Zeyla Hellyer | 2017-04-19 | 1 | -1/+2 |
| * | Default to using [0, 1] shards | Zeyla Hellyer | 2017-04-13 | 1 | -1/+1 |
| * | Add Shard Id helpers | Zeyla Hellyer | 2017-04-12 | 1 | -1/+24 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 2 | -65/+50 |
| * | Remove support for group calls and guild sync | Zeyla Hellyer | 2017-04-09 | 1 | -17/+1 |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 1 | -20/+4 |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 1 | -0/+2 |
| * | Pass by reference where possible | Zeyla Hellyer | 2017-02-28 | 2 | -2/+2 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -2/+2 |
| * | Resume when restarting WS sender/receiver | Austin Hellyer | 2017-02-07 | 2 | -25/+24 |
| * | Fix value of 'browser' in identify | Austin Hellyer | 2017-02-03 | 1 | -1/+1 |
| * | Optimize presence update for self in cache | Austin Hellyer | 2017-02-01 | 1 | -7/+2 |
| * | Log only unexpected keepalive errors | Austin Hellyer | 2017-02-01 | 1 | -2/+15 |
| * | Add guild chunking | Austin Hellyer | 2017-01-25 | 1 | -0/+13 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 2 | -3/+2 |
| * | Abstract large threshold number to a constant | Austin Hellyer | 2017-01-24 | 1 | -2/+2 |
| * | Reboot shard on broken pipe | Austin Hellyer | 2017-01-20 | 1 | -3/+16 |
| * | Credit Shard::latency | Austin Hellyer | 2017-01-16 | 1 | -0/+2 |
| * | Set internal seq to number received on dispatches | Austin Hellyer | 2017-01-15 | 1 | -0/+2 |
| * | Don't reconnect on WS error within some time | Austin Hellyer | 2017-01-15 | 1 | -0/+7 |
| * | Reconnect on any websocket error | Austin Hellyer | 2017-01-15 | 1 | -2/+0 |
| * | Add shard latency tracking | Austin Hellyer | 2017-01-14 | 2 | -7/+38 |
| * | Fix a payload decode | Austin Hellyer | 2017-01-09 | 1 | -6/+1 |
| * | Add more shard logging | Austin Hellyer | 2017-01-08 | 1 | -6/+32 |
| * | Slightly modify close resume logic | Austin Hellyer | 2017-01-08 | 1 | -1/+4 |
| * | 4011 is not handable | Laura | 2017-01-04 | 1 | -1/+2 |
| * | Convert heartbeat debug to a trace | Austin Hellyer | 2016-12-31 | 1 | -1/+1 |
| * | Remove use of struct pattern match | Austin Hellyer | 2016-12-29 | 1 | -1/+1 |
| * | Slightly simplify Shard::set_presence | Austin Hellyer | 2016-12-29 | 1 | -5/+4 |
| * | "Fix" clippy lints | Austin Hellyer | 2016-12-29 | 1 | -0/+1 |
| * | Rework some event handles | Austin Hellyer | 2016-12-29 | 1 | -3/+24 |
| * | Heartbeat recv: send null d value | Austin Hellyer | 2016-12-29 | 1 | -1/+1 |
| * | A bit more logging | Austin Hellyer | 2016-12-29 | 1 | -0/+4 |
| * | Round 1 | Austin Hellyer | 2016-12-29 | 4 | -47/+98 |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -2/+3 |
| * | Update current user presence in cache on set | Austin Hellyer | 2016-12-28 | 1 | -1/+20 |
| * | Accept u64 shard counts | Austin Hellyer | 2016-12-26 | 2 | -4/+4 |
| * | Make 'voice' feature not require 'cache' | Austin Hellyer | 2016-12-16 | 1 | -1/+1 |
| * | Simplify gateway identify compression | Austin Hellyer | 2016-12-16 | 1 | -7/+2 |
| * | Cleanup gateway prep | Austin Hellyer | 2016-12-12 | 1 | -4/+1 |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 2 | -3/+3 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 2 | -24/+24 |
| * | Fix Shard::set_presence example | Austin Hellyer | 2016-12-03 | 1 | -1/+1 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 2 | -16/+15 |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 1 | -1/+1 |
| * | Remove duplicated gateway logic | Austin Hellyer | 2016-11-29 | 2 | -24/+11 |
| * | Retrieve a new URL on reconnect | Austin Hellyer | 2016-11-29 | 1 | -2/+4 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 2 | -4/+4 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 2 | -2/+52 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 2 | -10/+3 |