| 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 |
| * | 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 | 4 | -25/+18 |
| * | 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 |
| * | Use CDN for default avatars | Austin Hellyer | 2017-01-09 | 2 | -14/+5 |
| * | 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 | 3 | -0/+51 |
| * | 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 | 6 | -9/+9 |
| * | 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 |
| * | Add Meibi Pink to colours | Mei | 2017-01-02 | 1 | -0/+2 |
| * | hashmap of usages | Taavetti Sjelkov | 2017-01-02 | 1 | -1/+1 |
| * | Fix model doc links | Austin Hellyer | 2017-01-02 | 1 | -3/+4 |
| * | Feature-flag a framework check | Austin Hellyer | 2017-01-02 | 1 | -5/+8 |
| * | Fix no-cache method builds | Austin Hellyer | 2017-01-02 | 1 | -1/+3 |
| * | Relisting 'Commands:' is redundant in embed help | Austin Hellyer | 2017-01-01 | 1 | -2/+0 |
| * | Remove user logout endpoint | Austin Hellyer | 2017-01-01 | 2 | -26/+0 |
| * | Implement context message queueing | Taavi | 2017-01-01 | 8 | -43/+83 |
| * | Fix command macro signatures | Austin Hellyer | 2016-12-31 | 1 | -4/+4 |
| * | Convert heartbeat debug to a trace | Austin Hellyer | 2016-12-31 | 1 | -1/+1 |
| * | Fix doctest | Austin Hellyer | 2016-12-31 | 1 | -12/+17 |
| * | Add Message::guild() helper | Austin Hellyer | 2016-12-31 | 1 | -3/+15 |
| * | Fix typo | Illia | 2016-12-31 | 12 | -20/+20 |
| * | Add command alias support and command.example | taavi? | 2016-12-29 | 6 | -66/+155 |
| * | 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 | 11 | -10/+949 |
| * | Rework some event handles | Austin Hellyer | 2016-12-29 | 1 | -3/+24 |