| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make args empty when no arguments are passed. (#143) | Maiddog | 2017-08-22 | 1 | -1/+7 | |
| | | ||||||
| * | Fix tests (#145) | Maiddog | 2017-08-22 | 6 | -63/+72 | |
| | | ||||||
| * | Replace `()` with actual error types | acdenisSK | 2017-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | feature-flag the vec_shift dependency | acdenisSK | 2017-08-21 | 1 | -0/+124 | |
| | | ||||||
| * | Revamp the args to an `Args` struct | acdenisSK | 2017-08-20 | 5 | -139/+41 | |
| | | | | | Fixes #142 | |||||
| * | Move builtin framework impl to its own module | Zeyla Hellyer | 2017-08-19 | 8 | -1056/+1066 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
| * | Fix rustfmt lines that are too long | Zeyla Hellyer | 2017-08-18 | 1 | -6/+30 | |
| | | | | | | 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 | 1 | -8/+12 | |
| | | ||||||
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 7 | -63/+113 | |
| | | ||||||
| * | Move the Framework trait to the framework | Zeyla Hellyer | 2017-08-18 | 1 | -1/+18 | |
| | | ||||||
| * | Clippy | acdenisSK | 2017-08-19 | 2 | -4/+4 | |
| | | ||||||
| * | 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. | |||||
| * | `$crate_name` => `version`, and a few adjustements | acdenisSK | 2017-08-14 | 1 | -21/+13 | |
| | | ||||||
| * | Fix string delimiters (#134) | Lakelezz | 2017-08-13 | 2 | -31/+35 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Clippy and rustfmt | acdenisSK | 2017-08-01 | 1 | -4/+5 | |
| | | ||||||
| * | Fix failing tests (#133) | Andrej | 2017-07-31 | 2 | -6/+6 | |
| | | ||||||
| * | Remove a few clones | acdenisSK | 2017-07-29 | 2 | -5/+5 | |
| | | ||||||
| * | Fix imports | acdenisSK | 2017-07-27 | 1 | -3/+3 | |
| | | ||||||
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 7 | -136/+135 | |
| | | ||||||
| * | rustfmt | acdenisSK | 2017-07-27 | 7 | -181/+254 | |
| | | ||||||
| * | Make the `framework` module feature-gated and fix the names in the helper macro | acdenisSK | 2017-07-27 | 1 | -15/+1 | |
| | | ||||||
| * | Fix the test | acdenisSK | 2017-07-22 | 1 | -2/+2 | |
| | | | | | >.> | |||||
| * | Fix #130 | acdenisSK | 2017-07-22 | 3 | -213/+210 | |
| | | | | | Removed action support from the builtin one as well, due to it adding some uneccassery complexity and it being only asked upon by one user | |||||
| * | Remove the uneccessary function and `Send + Sync` bounds | acdenisSK | 2017-07-22 | 2 | -20/+12 | |
| | | ||||||
| * | Make bucket checks less cache dependent | acdenisSK | 2017-07-22 | 2 | -64/+79 | |
| | | ||||||
| * | Implement adding checks to buckets | acdenisSK | 2017-07-15 | 2 | -24/+108 | |
| | | | | | Don't ask about the horrendous code for this | |||||
| * | Fix more doc tests | acdenisSK | 2017-07-14 | 1 | -1/+3 | |
| | | ||||||
| * | Switch to tokio for events (#122) | Alex Lyon | 2017-07-14 | 1 | -4/+6 | |
| | | ||||||
| * | Provide the command into the checks | acdenisSK | 2017-07-13 | 3 | -3/+3 | |
| | | | | | Although in the future, this will be changed to just bits of data of an actual command that wouldn't collide with the framework's code, but would still be useful for a check to use. | |||||
| * | Remove `checks_passed` in favour of the `Iterator::all` method | acdenisSK | 2017-07-04 | 1 | -11/+1 | |
| | | ||||||
| * | Fix doc tests | acdenisSK | 2017-07-02 | 4 | -45/+112 | |
| | | ||||||
| * | Add reaction actions (#115) | alex | 2017-06-28 | 1 | -1/+58 | |
| | | | | Fixes #87 | |||||
| * | Make CommandOrAlias and CommandGroup.commands public (#117) | Joe K | 2017-06-28 | 2 | -3/+3 | |
| | | ||||||
| * | Update dependencies | Zeyla Hellyer | 2017-06-21 | 1 | -2/+2 | |
| | | ||||||
| * | Split up long documentation line | Zeyla Hellyer | 2017-06-14 | 1 | -1/+2 | |
| | | ||||||
| * | Switch from #[doc(hidden)] to pub(crate) | alex | 2017-06-14 | 4 | -20/+14 | |
| | | | | | | | Switch from using `#[doc(hidden)]` to hide some internal functions to `pub(crate)`. The library now requires rustc 1.18. | |||||
| * | Make framework dynamic_prefix accept an &Message | Zeyla Hellyer | 2017-06-13 | 3 | -15/+14 | |
| | | ||||||
| * | Remove Context::{channel_id, queue} | Zeyla Hellyer | 2017-06-13 | 2 | -19/+19 | |
| | | | | | | | | | | The `channel_id` field on Context is no longer required internally, and is no longer of use to userland as event handlers are given the channel ID in some way where possible. `queue` is a remnant from when the Context was the primary way to interact with the REST API. | |||||
| * | Deprecate Client::login, add Client::new | Zeyla Hellyer | 2017-06-06 | 4 | -24/+29 | |
| | | ||||||
| * | Clippy lints | Zeyla Hellyer | 2017-06-06 | 2 | -17/+23 | |
| | | ||||||