| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't re-request gateway URL when autosharding | Austin Hellyer | 2017-01-27 | 1 | -11/+13 | |
| * | Update examples for OOP update | Austin Hellyer | 2017-01-26 | 1 | -4/+4 | |
| * | Make Guild::create_channel return a GuildChannel | Austin Hellyer | 2017-01-25 | 1 | -2/+2 | |
| * | Add guild chunking | Austin Hellyer | 2017-01-25 | 1 | -0/+13 | |
| * | Fix shard immediately rebooting on handle start | Austin Hellyer | 2017-01-24 | 1 | -0/+2 | |
| * | Fix no-framework compiles | Austin Hellyer | 2017-01-24 | 2 | -8/+8 | |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 6 | -21/+28 | |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 2 | -3/+3 | |
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 2 | -343/+170 | |
| * | Avoid a needless clone on login | Austin Hellyer | 2017-01-24 | 1 | -20/+11 | |
| * | Abstract large threshold number to a constant | Austin Hellyer | 2017-01-24 | 1 | -2/+2 | |
| * | Code style | Austin Hellyer | 2017-01-24 | 1 | -56/+26 | |
| * | Change rest::execute_webhooks to a POST | Austin Hellyer | 2017-01-24 | 1 | -1/+1 | |
| * | Make BootInfo/MonitorInfo private | Austin Hellyer | 2017-01-23 | 1 | -3/+3 | |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 2 | -1133/+276 | |
| * | 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 | 3 | -108/+211 | |
| * | Make a single POST on guild role create | Austin Hellyer | 2017-01-18 | 2 | -15/+3 | |
| * | TRACE-log on shard handler event receival | Austin Hellyer | 2017-01-18 | 1 | -0/+4 | |
| * | 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 | |
| * | Clarify that messages can't be older than 2 weeks. | Illia | 2017-01-14 | 1 | -0/+2 | |
| * | 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 | |
| * | 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 | 2 | -2/+2 | |
| * | Simplify a small bit of Context | Austin Hellyer | 2017-01-04 | 1 | -21/+14 | |
| * | Simplify Context::get_reaction_users | Austin Hellyer | 2017-01-04 | 1 | -5/+1 | |
| * | Fix Context::get_reaction_users docs | Austin Hellyer | 2017-01-04 | 1 | -6/+0 | |
| * | Add Context::get_user | Austin Hellyer | 2017-01-04 | 1 | -0/+22 | |
| * | Return a User from rest::get_user | Austin Hellyer | 2017-01-04 | 1 | -2/+2 | |
| * | 4011 is not handable | Laura | 2017-01-04 | 1 | -1/+2 | |
| * | Remove user logout endpoint | Austin Hellyer | 2017-01-01 | 2 | -26/+0 | |
| * | Implement context message queueing | Taavi | 2017-01-01 | 1 | -1/+38 | |
| * | Convert heartbeat debug to a trace | Austin Hellyer | 2016-12-31 | 1 | -1/+1 | |
| * | Fix typo | Illia | 2016-12-31 | 3 | -5/+5 | |
| * | 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 | |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 4 | -2/+155 | |
| * | 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 | |