| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 25 | -101/+117 | |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 6 | -25/+22 | |
| * | 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 | 3 | -3/+6 | |
| * | Update examples for OOP style update | Austin Hellyer | 2017-01-24 | 16 | -45/+43 | |
| * | 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 | |
| * | Rename 'webhooks' methods to 'get_webhooks' | Austin Hellyer | 2017-01-24 | 2 | -50/+50 | |
| * | Use Id methods where possible | Austin Hellyer | 2017-01-24 | 4 | -59/+32 | |
| * | Add GuildId::as_channel_id() | Austin Hellyer | 2017-01-23 | 1 | -0/+6 | |
| * | Make BootInfo/MonitorInfo private | Austin Hellyer | 2017-01-23 | 1 | -3/+3 | |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 16 | -1843/+3263 | |
| * | 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 | |
| * | Fix application decoding w/ rpc_origins | Austin Hellyer | 2017-01-20 | 2 | -0/+6 | |
| * | Make a single POST on guild role create | Austin Hellyer | 2017-01-18 | 3 | -19/+4 | |
| * | TRACE-log on shard handler event receival | Austin Hellyer | 2017-01-18 | 1 | -0/+4 | |
| * | Add back Message::guild_id() | Austin Hellyer | 2017-01-16 | 1 | -0/+13 | |
| * | 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 | |
| * | First round of deleting useless methods | Austin Hellyer | 2017-01-15 | 5 | -170/+33 | |
| * | 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 | |
| * | allow quotes to be escaped in quote parser | Illia | 2017-01-15 | 1 | -1/+5 | |
| * | 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 | 2 | -2/+8 | |
| * | Convert Colour to be a tuple struct | Austin Hellyer | 2017-01-13 | 5 | -35/+28 | |
| * | Fix build | Illia | 2017-01-11 | 2 | -7/+7 | |
| * | Add Message.content_safe and fix distinct method not being included in User. | Illia | 2017-01-11 | 3 | -1/+40 | |
| * | Stop abusing unicode for sanitisation | Illia | 2017-01-11 | 1 | -6/+6 | |
| * | Use zero-width space for mention prevention | Illia | 2017-01-11 | 1 | -13/+13 | |
| * | Fix a payload decode | Austin Hellyer | 2017-01-09 | 2 | -8/+1 | |
| * | Add note about CurrentUser.mobile | Austin Hellyer | 2017-01-09 | 1 | -0/+1 | |
| * | Use CDN for default avatars | Austin Hellyer | 2017-01-09 | 3 | -19/+10 | |
| * | Update icons/splashes to be WEBP | Austin Hellyer | 2017-01-08 | 2 | -7/+7 | |
| * | Add User::default_avatar_url() method | Austin Hellyer | 2017-01-08 | 4 | -0/+67 | |
| * | Simplify Reaction::delete() | Austin Hellyer | 2017-01-08 | 1 | -10/+9 | |
| * | Alphabetize model method names | Austin Hellyer | 2017-01-08 | 5 | -111/+118 | |
| * | 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 | |
| * | Remove cruft from src/lib.rs | Austin Hellyer | 2017-01-08 | 1 | -57/+0 | |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 9 | -105/+68 | |
| * | 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 | |
| * | Add Rohrkatze Blue to Colour struct | Brendan McCarthy | 2017-01-06 | 1 | -0/+2 | |
| * | Make Client.shards private | Austin Hellyer | 2017-01-05 | 1 | -1/+1 | |
| * | Fix rs suffix | Illia | 2017-01-05 | 11 | -27/+27 | |
| * | Simplify a small bit of Context | Austin Hellyer | 2017-01-04 | 1 | -21/+14 | |