| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a case for `context, message, args, full_message` | acdenisSK | 2017-08-18 | 1 | -0/+8 |
| * | Allow the user to be given the original message (as in, the message used to c... | acdenisSK | 2017-08-18 | 4 | -15/+23 |
| * | Fix args when `use_quotes` is true | acdenisSK | 2017-08-18 | 1 | -1/+1 |
| * | Expande CheckFailed to provide Arc<Command>(#138) | Lakelezz | 2017-08-17 | 1 | -2/+2 |
| * | Reword this | acdenisSK | 2017-08-16 | 1 | -1/+1 |
| * | Provide the args to the checks | acdenisSK | 2017-08-16 | 3 | -10/+12 |
| * | a little for-loop to iterator change | acdenisSK | 2017-08-16 | 2 | -3/+3 |
| * | Use `#[serde(default)]` on `nsfw` instead | acdenisSK | 2017-08-15 | 1 | -3/+1 |
| * | Update examples | acdenisSK | 2017-08-14 | 4 | -9/+8 |
| * | `$crate_name` => `version`, and a few adjustements | acdenisSK | 2017-08-14 | 2 | -23/+15 |
| * | Fix string delimiters (#134) | Lakelezz | 2017-08-13 | 4 | -32/+48 |
| * | Trim a second time for a sake | acdenisSK | 2017-08-12 | 1 | -6/+8 |
| * | Rewamp the custom delimeter functionality to support more | acdenisSK | 2017-08-12 | 2 | -5/+34 |
| * | Add support for custom delimeters | acdenisSK | 2017-08-12 | 2 | -1/+29 |
| * | Don't do any other fuzz about private channels if they're already in the cache | acdenisSK | 2017-08-11 | 1 | -0/+4 |
| * | Put `update_user_entry` back into the cache | acdenisSK | 2017-08-11 | 2 | -14/+12 |
| * | Split event handling in the cache to a trait | acdenisSK | 2017-08-10 | 4 | -491/+550 |
| * | Remove the `I` bound for the language param and fix `push_mono_safe` | acdenisSK | 2017-08-08 | 1 | -5/+5 |
| * | Fix the test `message_content_safe` | acdenisSK | 2017-08-06 | 3 | -69/+80 |
| * | Update examples | acdenisSK | 2017-08-06 | 6 | -22/+25 |
| * | make Travis test on OS X (#123) | Alex Lyon | 2017-08-05 | 1 | -1/+2 |
| * | >.> | acdenisSK | 2017-08-05 | 1 | -1/+1 |
| * | Refactor the display stuff a bit | acdenisSK | 2017-08-04 | 3 | -75/+22 |
| * | Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul... | acdenisSK | 2017-08-04 | 2 | -1/+43 |
| * | Remove uneccessary map | acdenisSK | 2017-08-04 | 1 | -2/+2 |
| * | Make so content and language can be of different types | acdenisSK | 2017-08-04 | 1 | -2/+2 |
| * | Also make the message builder use Display | acdenisSK | 2017-08-04 | 1 | -53/+119 |
| * | Make some functions accept anything that's implemented Display | acdenisSK | 2017-08-04 | 3 | -14/+31 |
| * | Change to c-like enums and transmute | acdenisSK | 2017-08-02 | 1 | -164/+55 |
| * | Fix tests | Zeyla Hellyer | 2017-08-01 | 1 | -1/+1 |
| * | Make colour implement `From<(u8, u8, u8)>` | acdenisSK | 2017-08-01 | 1 | -0/+5 |
| * | Use ranges instead of guards | acdenisSK | 2017-08-01 | 1 | -9/+7 |
| * | Clippy and rustfmt | acdenisSK | 2017-08-01 | 6 | -20/+24 |
| * | Provide the input and limit back to the user, and do some consistencies | acdenisSK | 2017-08-01 | 3 | -5/+11 |
| * | Remove the `ext` module and remove a match | acdenisSK | 2017-08-01 | 3 | -29/+2 |
| * | Fix failing tests (#133) | Andrej | 2017-07-31 | 3 | -8/+9 |
| * | Reuse `num` | acdenisSK | 2017-07-31 | 1 | -8/+8 |
| * | Improve `Action` | acdenisSK | 2017-07-31 | 1 | -100/+200 |
| * | Handle the `None`s better | acdenisSK | 2017-07-30 | 1 | -3/+8 |
| * | Remove a few clones | acdenisSK | 2017-07-29 | 7 | -27/+26 |
| * | Fix imports | acdenisSK | 2017-07-27 | 1 | -3/+3 |
| * | Fix the `_other` match arm | acdenisSK | 2017-07-27 | 1 | -3/+6 |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 57 | -1408/+1610 |
| * | rustfmt | acdenisSK | 2017-07-27 | 88 | -2766/+2765 |
| * | Use a consistent indentation style | Zeyla Hellyer | 2017-07-26 | 2 | -26/+26 |
| * | Make the `framework` module feature-gated and fix the names in the helper macro | acdenisSK | 2017-07-27 | 4 | -23/+28 |
| * | Fix condional compilation for `Framework::initialized` when builtin-framework... | acdenisSK | 2017-07-27 | 1 | -18/+22 |
| * | Fix is_own code | Zeyla Hellyer | 2017-07-25 | 1 | -1/+1 |
| * | Actually, rename it to "is_own" instead | acdenisSK | 2017-07-26 | 1 | -1/+1 |
| * | Add a util function for checking if a message was sent by the bot or someone ... | acdenisSK | 2017-07-26 | 1 | -0/+6 |