| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement `From<&str> for ReactionType` | Zeyla Hellyer | 2017-04-19 | 1 | -0/+22 | |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 11 | -413/+896 | |
| * | Update the way errors are handled in dispatch | Illia | 2017-04-19 | 1 | -1/+6 | |
| * | Add Shard Id helpers | Zeyla Hellyer | 2017-04-12 | 4 | -0/+171 | |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 27 | -1039/+2232 | |
| * | Clippy lints + permission byte literals | Zeyla Hellyer | 2017-04-09 | 2 | -29/+28 | |
| * | Remove support for group calls and guild sync | Zeyla Hellyer | 2017-04-09 | 1 | -151/+0 | |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 17 | -860/+54 | |
| * | Rework the models directory | Zeyla Hellyer | 2017-03-25 | 19 | -5311/+5353 | |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 4 | -8/+178 | |
| * | Fix Member methods due to variant joined_at values | Zeyla Hellyer | 2017-03-20 | 3 | -20/+42 | |
| * | Fix no-cache compilations | Zeyla Hellyer | 2017-03-17 | 1 | -1/+1 | |
| * | Remove invite accepting | Zeyla Hellyer | 2017-03-04 | 1 | -63/+0 | |
| * | a | Zeyla Hellyer | 2017-03-01 | 1 | -4/+1 | |
| * | Add Message::guild() | Zeyla Hellyer | 2017-03-01 | 1 | -0/+16 | |
| * | Pass by reference where possible | Zeyla Hellyer | 2017-02-28 | 5 | -41/+41 | |
| * | Standardize message editing methods | Zeyla Hellyer | 2017-02-27 | 1 | -33/+152 | |
| * | Remove sending message nonces | Zeyla Hellyer | 2017-02-27 | 2 | -2/+0 | |
| * | Add missing send_file/send_message impls | Zeyla Hellyer | 2017-02-25 | 1 | -4/+144 | |
| * | Update doctests for Context changes | Zeyla Hellyer | 2017-02-15 | 2 | -11/+13 | |
| * | Add 'say' to Group, GuildChannel, PrivateChannel | Zeyla Hellyer | 2017-02-13 | 1 | -7/+61 | |
| * | Remove most Context methods | Zeyla Hellyer | 2017-02-12 | 1 | -0/+21 | |
| * | Fix a not-if-else lint | Zeyla Hellyer | 2017-02-12 | 2 | -0/+3 | |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 7 | -129/+178 | |
| * | Remove MessageId::get_reaction_users | Austin Hellyer | 2017-02-07 | 1 | -34/+1 | |
| * | Standardize methods for creating messages | Austin Hellyer | 2017-02-05 | 1 | -16/+8 | |
| * | Register the 'status' setting for users | Austin Hellyer | 2017-01-27 | 2 | -0/+4 | |
| * | Update examples for OOP update | Austin Hellyer | 2017-01-26 | 3 | -45/+54 | |
| * | Make Guild::create_channel return a GuildChannel | Austin Hellyer | 2017-01-25 | 1 | -3/+3 | |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 4 | -39/+47 | |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 2 | -9/+9 | |
| * | Abstract large threshold number to a constant | Austin Hellyer | 2017-01-24 | 1 | -1/+2 | |
| * | 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 | |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 10 | -677/+2975 | |
| * | Make a single POST on guild role create | Austin Hellyer | 2017-01-18 | 1 | -4/+1 | |
| * | Add back Message::guild_id() | Austin Hellyer | 2017-01-16 | 1 | -0/+13 | |
| * | First round of deleting useless methods | Austin Hellyer | 2017-01-15 | 4 | -164/+3 | |
| * | Clarify that messages can't be older than 2 weeks. | Illia | 2017-01-14 | 1 | -2/+6 | |
| * | Convert Colour to be a tuple struct | Austin Hellyer | 2017-01-13 | 1 | -1/+1 | |
| * | 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 | |
| * | Fix a payload decode | Austin Hellyer | 2017-01-09 | 1 | -2/+0 | |
| * | Use CDN for default avatars | Austin Hellyer | 2017-01-09 | 1 | -13/+1 | |
| * | 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 | 1 | -0/+31 | |
| * | Simplify Reaction::delete() | Austin Hellyer | 2017-01-08 | 1 | -10/+9 | |
| * | Alphabetize model method names | Austin Hellyer | 2017-01-08 | 5 | -111/+118 | |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 6 | -57/+66 | |