| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework the models directory | Zeyla Hellyer | 2017-03-25 | 1 | -2723/+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 | 1 | -15/+15 |
| * | Standardize message editing methods | Zeyla Hellyer | 2017-02-27 | 1 | -33/+152 |
| * | Remove sending message nonces | Zeyla Hellyer | 2017-02-27 | 1 | -1/+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 | 1 | -7/+7 |
| * | 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 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -31/+37 |
| * | 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 |
| * | Update examples for OOP update | Austin Hellyer | 2017-01-26 | 1 | -17/+19 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -24/+28 |
| * | Rename 'webhooks' methods to 'get_webhooks' | Austin Hellyer | 2017-01-24 | 1 | -20/+20 |
| * | Use Id methods where possible | Austin Hellyer | 2017-01-24 | 1 | -24/+11 |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 1 | -123/+1240 |
| * | Add back Message::guild_id() | Austin Hellyer | 2017-01-16 | 1 | -0/+13 |
| * | First round of deleting useless methods | Austin Hellyer | 2017-01-15 | 1 | -125/+2 |
| * | Clarify that messages can't be older than 2 weeks. | Illia | 2017-01-14 | 1 | -2/+6 |
| * | Fix build | Illia | 2017-01-11 | 1 | -6/+6 |
| * | Add Message.content_safe and fix distinct method not being included in User. | Illia | 2017-01-11 | 1 | -0/+27 |
| * | Update icons/splashes to be WEBP | Austin Hellyer | 2017-01-08 | 1 | -1/+1 |
| * | Simplify Reaction::delete() | Austin Hellyer | 2017-01-08 | 1 | -10/+9 |
| * | Alphabetize model method names | Austin Hellyer | 2017-01-08 | 1 | -26/+32 |
| * | Code style cleanup | Austin Hellyer | 2017-01-08 | 1 | -4/+4 |
| * | Fix model doc links | Austin Hellyer | 2017-01-02 | 1 | -3/+4 |
| * | Add Message::guild() helper | Austin Hellyer | 2016-12-31 | 1 | -3/+15 |
| * | Fix typo | Illia | 2016-12-31 | 1 | -1/+1 |
| * | Add command alias support and command.example | taavi? | 2016-12-29 | 1 | -2/+0 |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 1 | -2/+115 |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -24/+36 |
| * | Fix Message::delete() | Austin Hellyer | 2016-12-18 | 1 | -7/+7 |
| * | Expose message webhook Ids | Illia | 2016-12-18 | 1 | -0/+6 |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 1 | -46/+71 |
| * | Fix no-cache+method conditional compiles | Austin Hellyer | 2016-12-10 | 1 | -4/+5 |
| * | Fix some clippy lints | Austin Hellyer | 2016-12-09 | 1 | -2/+2 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -50/+50 |
| * | Improve Mentions, fix MessageBuilder | Illia | 2016-12-06 | 1 | -8/+1 |
| * | Add more Context docs+permission requirements | Austin Hellyer | 2016-12-04 | 1 | -0/+2 |
| * | Add Message::guild_id() | Austin Hellyer | 2016-12-01 | 1 | -0/+17 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -7/+6 |
| * | Optimize for cached, non-method compiles | Austin Hellyer | 2016-11-28 | 1 | -4/+6 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -1/+25 |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 1 | -49/+70 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -17/+17 |
| * | Fix permission check on Message::delete | Austin Hellyer | 2016-11-25 | 1 | -8/+2 |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -31/+31 |
| * | Allow compiling with only either cache or methods | Austin Hellyer | 2016-11-24 | 1 | -37/+51 |