| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Decode discriminators as strings | Austin Hellyer | 2016-11-17 | 1 | -7/+2 |
| * | Add DELETE/PUT guild member role | Austin Hellyer | 2016-11-16 | 1 | -5/+36 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -4/+47 |
| * | Decode embed/role colours into Colour struct | Austin Hellyer | 2016-11-14 | 1 | -9/+1 |
| * | Allow current user to nickname themselves | Austin Hellyer | 2016-11-14 | 1 | -0/+35 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -1/+1 |
| * | Add a Feature enum | Austin Hellyer | 2016-11-09 | 1 | -1/+1 |
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+20 |
| * | Add some more documentation | Austin Hellyer | 2016-11-06 | 1 | -5/+6 |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 |
| * | Fix doc links to enum variants | Austin Hellyer | 2016-11-05 | 1 | -12/+12 |
| * | Add message reactions | Austin Hellyer | 2016-11-05 | 1 | -1/+2 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+933 |