| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Have the variants be renamed to use snake_case | acdenisSK | 2017-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | feature-flag the vec_shift dependency | acdenisSK | 2017-08-21 | 2 | -1/+126 | |
| | | ||||||
| * | Revamp the args to an `Args` struct | acdenisSK | 2017-08-20 | 6 | -143/+42 | |
| | | | | | Fixes #142 | |||||
| * | Use wildcard | acdenisSK | 2017-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | Move builtin framework impl to its own module | Zeyla Hellyer | 2017-08-19 | 12 | -1064/+1074 | |
| | | | | | | | | | | | | | | | | | | The framework is now moved in its entirity to the `framework` module, with the `Framework` trait currently on its own and the builtin implementation provided. The builtin implementation has been renamed to "Standard". Upgrade path: Rename the `BuiltinFramework` import to `StandardFramework`. Instead of importing builtin framework items from `serenity::framework`, import them from `serenity::framework::standard`. This is the beginning to #60. The root `framework` module (non-standard implementation) will be built more by the time it's closed. | |||||
| * | Add html_root_url | acdenisSK | 2017-08-19 | 1 | -0/+1 | |
| | | ||||||
| * | Revert back to `deserialize_map` | acdenisSK | 2017-08-19 | 1 | -3/+1 | |
| | | ||||||
| * | `name` in reactions can be nullable | acdenisSK | 2017-08-19 | 1 | -30/+8 | |
| | | ||||||
| * | Fix rustfmt lines that are too long | Zeyla Hellyer | 2017-08-18 | 6 | -11/+41 | |
| | | | | | | Apparently rustfmt can't fix some of these, causing it to exit with 3 and therefore failing the build. | |||||
| * | Clippy lints | Zeyla Hellyer | 2017-08-18 | 5 | -40/+47 | |
| | | ||||||
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 48 | -506/+807 | |
| | | ||||||
| * | Move Clippy lints to a cfg_attr | Zeyla Hellyer | 2017-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | Move the Framework trait to the framework | Zeyla Hellyer | 2017-08-18 | 4 | -25/+21 | |
| | | ||||||
| * | Clippy | acdenisSK | 2017-08-19 | 6 | -17/+11 | |
| | | ||||||
| * | Fix a failing test (#140) | Bond-009 | 2017-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | 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 ↵ | acdenisSK | 2017-08-18 | 4 | -15/+23 | |
| | | | | | construct the `args`) | |||||
| * | 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 | |
| | | | | | It already is filled, so this needed to be reworded a bit, but anyways, *facepalm for the unecessary issue creation*. Fixes #137 | |||||
| * | Provide the args to the checks | acdenisSK | 2017-08-16 | 3 | -10/+12 | |
| | | ||||||
| * | a little for-loop to iterator change | acdenisSK | 2017-08-16 | 1 | -3/+1 | |
| | | | | | Also added .vscode to .gitignore, because it may or may not contain some stuff others wouldn't want when they're coding in it. | |||||
| * | Use `#[serde(default)]` on `nsfw` instead | acdenisSK | 2017-08-15 | 1 | -3/+1 | |
| | | ||||||
| * | `$crate_name` => `version`, and a few adjustements | acdenisSK | 2017-08-14 | 1 | -21/+13 | |
| | | ||||||
| * | Fix string delimiters (#134) | Lakelezz | 2017-08-13 | 3 | -31/+39 | |
| | | ||||||
| * | 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 | |
| | | | | | Not really related to the events by any means | |||||
| * | Split event handling in the cache to a trait | acdenisSK | 2017-08-10 | 4 | -491/+550 | |
| | | | | | note: This trait might become like `framework::Framework` in the future. | |||||
| * | 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 | |
| | | | | | This commit does NOT interfere with the "accept Display" change to the builder | |||||
| * | >.> | 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 ↵ | acdenisSK | 2017-08-04 | 2 | -1/+43 | |
| | | | | | | | "default channel" concept Also fix a little mistake | |||||
| * | 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 | |
| | | | | | | The `ext` has existed for a long while just for backwards compatibility. But then again, majority of people should have migrated to the current modules already; making this module useless to keep in the library. | |||||
| * | 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 | |
| | | ||||||