| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `animated` to `Emoji` and `ReactionType` | Zeyla Hellyer | 2018-01-21 | 4 | -0/+21 |
| * | Fix doctests for a variety of feature targets | Zeyla Hellyer | 2017-11-01 | 2 | -1/+3 |
| * | Fix clippy lints | Zeyla Hellyer | 2017-10-11 | 2 | -2/+2 |
| * | `to_owned` -> `to_string` | acdenisSK | 2017-10-01 | 4 | -22/+22 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -12/+20 |
| * | Apply rustfmt + fix tests | Zeyla Hellyer | 2017-09-09 | 2 | -0/+2 |
| * | Clippy lints | Zeyla Hellyer | 2017-08-18 | 3 | -5/+7 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 1 | -20/+12 |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 6 | -44/+54 |
| * | rustfmt | acdenisSK | 2017-07-27 | 9 | -65/+73 |
| * | Fix the tests (#129) | Bond-009 | 2017-07-21 | 1 | -0/+1 |
| * | Fix tests | acdenisSK | 2017-07-19 | 1 | -2/+6 |
| * | Fix doc tests | acdenisSK | 2017-07-02 | 1 | -0/+1 |
| * | Fix no-feature tests | Zeyla Hellyer | 2017-06-24 | 8 | -104/+121 |
| * | Make EmbedFooter icon URLs optional | Zeyla Hellyer | 2017-06-14 | 2 | -0/+35 |
| * | Make Member::guild_id non-optional | Zeyla Hellyer | 2017-06-13 | 1 | -1/+1 |
| * | Deserialize embed footers | Zeyla Hellyer | 2017-06-10 | 3 | -0/+95 |
| * | Fix negative nonces failing to deserialize | Zeyla Hellyer | 2017-06-10 | 2 | -0/+27 |
| * | Use chrono for struct timestamp fields | Zeyla Hellyer | 2017-06-06 | 2 | -8/+8 |
| * | Deprecate *User::distinct, add *User::tag | Zeyla Hellyer | 2017-06-01 | 1 | -0/+2 |
| * | Add Content for MessageBuilder | Skye | 2017-05-30 | 1 | -0/+26 |
| * | Handle message type 7 (member join) | illia k | 2017-05-22 | 2 | -0/+28 |
| * | Fix non-custom emoji deserialization | Zeyla Hellyer | 2017-04-27 | 3 | -0/+4 |
| * | Add `is_nsfw` check to channels | Zeyla Hellyer | 2017-04-26 | 1 | -0/+79 |
| * | Make `User.discriminator` a u16 | Zeyla Hellyer | 2017-04-25 | 2 | -12/+12 |
| * | Fix decoding for `CurrentUser.discriminator` | Zeyla Hellyer | 2017-04-25 | 2 | -0/+6 |
| * | Add a test suite for event deserialization | Zeyla Hellyer | 2017-04-19 | 29 | -46/+200 |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -8/+8 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 5 | -26/+59 |
| * | Fix tests | Zeyla Hellyer | 2017-03-25 | 1 | -0/+1 |
| * | Fix Member methods due to variant joined_at values | Zeyla Hellyer | 2017-03-20 | 2 | -0/+37 |
| * | Fix some clippy lints | Zeyla Hellyer | 2017-02-28 | 1 | -2/+2 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -3/+4 |
| * | Convert Colour to be a tuple struct | Austin Hellyer | 2017-01-13 | 1 | -10/+10 |
| * | Use CDN for default avatars | Austin Hellyer | 2017-01-09 | 1 | -5/+5 |
| * | Add User::default_avatar_url() method | Austin Hellyer | 2017-01-08 | 1 | -0/+16 |
| * | Implement context message queueing | Taavi | 2017-01-01 | 1 | -11/+11 |
| * | Add user static avatar url methods | Austin Hellyer | 2016-12-28 | 1 | -0/+2 |
| * | Support webp/gif avatars | Austin Hellyer | 2016-12-28 | 1 | -2/+4 |
| * | Remove image/thumbnail embed builders | Austin Hellyer | 2016-12-18 | 1 | -2/+2 |
| * | Allow time::Tm to be passed into embed timestamp | Austin Hellyer | 2016-12-18 | 1 | -1/+1 |
| * | Make Id displays format u64 instead of a mention | Austin Hellyer | 2016-12-17 | 1 | -5/+64 |
| * | Fix User::avatar_url + add Id display tests | Austin Hellyer | 2016-12-15 | 2 | -0/+36 |
| * | Deprecate embed image/thumbnail height/width | Austin Hellyer | 2016-12-09 | 1 | -7/+2 |
| * | Command builder, quoted args, and multi-prefixes | Illia | 2016-12-09 | 1 | -0/+6 |
| * | Implement From<Embed> for CreateEmbed | Austin Hellyer | 2016-12-08 | 1 | -0/+77 |
| * | Allow mentionable structs to be used as command arguments | Illia | 2016-12-07 | 1 | -0/+33 |
| * | Improve Mentions, fix MessageBuilder | Illia | 2016-12-06 | 1 | -0/+53 |
| * | Make Member::colour() return an optional colour | Austin Hellyer | 2016-12-03 | 1 | -1/+1 |
| * | Tests exist | Austin Hellyer | 2016-12-03 | 1 | -1/+1 |