| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework the models directory | Zeyla Hellyer | 2017-03-25 | 1 | -2587/+0 |
| * | Fix Member methods due to variant joined_at values | Zeyla Hellyer | 2017-03-20 | 1 | -0/+16 |
| * | Pass by reference where possible | Zeyla Hellyer | 2017-02-28 | 1 | -16/+16 |
| * | Update doctests for Context changes | Zeyla Hellyer | 2017-02-15 | 1 | -4/+6 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -68/+86 |
| * | Update examples for OOP update | Austin Hellyer | 2017-01-26 | 1 | -11/+4 |
| * | Make Guild::create_channel return a GuildChannel | Austin Hellyer | 2017-01-25 | 1 | -3/+3 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -15/+16 |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 1 | -6/+6 |
| * | 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 | 1 | -30/+30 |
| * | Use Id methods where possible | Austin Hellyer | 2017-01-24 | 1 | -34/+19 |
| * | 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 | 1 | -236/+1482 |
| * | Make a single POST on guild role create | Austin Hellyer | 2017-01-18 | 1 | -4/+1 |
| * | First round of deleting useless methods | Austin Hellyer | 2017-01-15 | 1 | -20/+1 |
| * | Convert Colour to be a tuple struct | Austin Hellyer | 2017-01-13 | 1 | -1/+1 |
| * | Fix build | Illia | 2017-01-11 | 1 | -1/+1 |
| * | Add Message.content_safe and fix distinct method not being included in User. | Illia | 2017-01-11 | 1 | -0/+6 |
| * | Update icons/splashes to be WEBP | Austin Hellyer | 2017-01-08 | 1 | -6/+6 |
| * | Alphabetize model method names | Austin Hellyer | 2017-01-08 | 1 | -40/+39 |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 1 | -3/+3 |
| * | Fix no-cache method builds | Austin Hellyer | 2017-01-02 | 1 | -1/+3 |
| * | Fix typo | Illia | 2016-12-31 | 1 | -1/+1 |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 1 | -3/+155 |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -22/+33 |
| * | Simplify Role's Ord impl | Austin Hellyer | 2016-12-28 | 1 | -11/+3 |
| * | (╯°□°)╯︵ ┻━┻ | Austin Hellyer | 2016-12-19 | 1 | -3/+10 |
| * | Add guild splash URL methods | Austin Hellyer | 2016-12-17 | 1 | -0/+23 |
| * | Add emoji URL generation methods | Austin Hellyer | 2016-12-12 | 1 | -0/+7 |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 1 | -34/+34 |
| * | Fix no-cache+method conditional compiles | Austin Hellyer | 2016-12-10 | 1 | -7/+4 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -47/+47 |
| * | Improve Mentions, fix MessageBuilder | Illia | 2016-12-06 | 1 | -5/+0 |
| * | Add documentation for models | Illia | 2016-12-04 | 1 | -1/+1 |
| * | Import this import _again_ | Austin Hellyer | 2016-12-03 | 1 | -0/+2 |
| * | Make Member::colour() return an optional colour | Austin Hellyer | 2016-12-03 | 1 | -18/+7 |
| * | Add Member::colour | Illia | 2016-12-03 | 1 | -9/+34 |
| * | Add Role Eq/Ord impls | Austin Hellyer | 2016-12-03 | 1 | -0/+33 |
| * | Add Member.colour | Illia | 2016-12-03 | 1 | -0/+11 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -10/+6 |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 1 | -2/+2 |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 1 | -58/+79 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -4/+4 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -26/+26 |
| * | Allow compiling with only either cache or methods | Austin Hellyer | 2016-11-24 | 1 | -18/+20 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -12/+12 |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -6/+6 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -15/+15 |
| * | Add Member::roles() | Austin Hellyer | 2016-11-20 | 1 | -0/+20 |