| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -2/+2 |
| * | Ignore WebSocketError::NoDataAvailable | Austin Hellyer | 2016-11-23 | 1 | -0/+2 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -4/+4 |
| * | Re-organize the client module | Austin Hellyer | 2016-11-21 | 5 | -0/+750 |