| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | Fix model doc links | Austin Hellyer | 2017-01-02 | 1 | -3/+4 | |
| * | Fix no-cache method builds | Austin Hellyer | 2017-01-02 | 1 | -1/+3 | |
| * | Add Message::guild() helper | Austin Hellyer | 2016-12-31 | 1 | -3/+15 | |
| * | Fix typo | Illia | 2016-12-31 | 3 | -4/+4 | |
| * | Add command alias support and command.example | taavi? | 2016-12-29 | 1 | -2/+0 | |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 4 | -8/+321 | |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 4 | -56/+84 | |
| * | Add user static avatar url methods | Austin Hellyer | 2016-12-28 | 1 | -0/+16 | |
| * | Simplify Role's Ord impl | Austin Hellyer | 2016-12-28 | 1 | -11/+3 | |
| * | Support webp/gif avatars | Austin Hellyer | 2016-12-28 | 1 | -4/+24 | |
| * | Accept u64 shard counts | Austin Hellyer | 2016-12-26 | 1 | -3/+3 | |
| * | Match event names | Austin Hellyer | 2016-12-22 | 1 | -107/+63 | |
| * | Simplify event decoding | Austin Hellyer | 2016-12-22 | 1 | -62/+62 | |
| * | Abstract event decoders to associated functions | Austin Hellyer | 2016-12-22 | 1 | -260/+682 | |
| * | (╯°□°)╯︵ ┻━┻ | Austin Hellyer | 2016-12-19 | 1 | -3/+10 | |
| * | Fix a typo in UserId::find docs | Austin Hellyer | 2016-12-18 | 1 | -1/+1 | |
| * | Fix Message::delete() | Austin Hellyer | 2016-12-18 | 1 | -7/+7 | |
| * | Expose message webhook Ids | Illia | 2016-12-18 | 1 | -0/+6 | |
| * | Add guild splash URL methods | Austin Hellyer | 2016-12-17 | 1 | -0/+23 | |
| * | Make Id displays format u64 instead of a mention | Austin Hellyer | 2016-12-17 | 1 | -3/+3 | |
| * | Fix User::avatar_url + add Id display tests | Austin Hellyer | 2016-12-15 | 1 | -2/+2 | |
| * | Implement command groups and buckets | Illia | 2016-12-13 | 1 | -1/+1 | |
| * | Add emoji URL generation methods | Austin Hellyer | 2016-12-12 | 2 | -0/+16 | |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 7 | -100/+136 | |
| * | Fix no-cache+method conditional compiles | Austin Hellyer | 2016-12-10 | 6 | -27/+35 | |