| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace Vec parameters by IntoIterator (#176) | François Triquet | 2017-10-04 | 1 | -3/+3 |
| | | |||||
| * | `to_owned` -> `to_string` | acdenisSK | 2017-10-01 | 1 | -7/+7 |
| | | |||||
| * | Fix tests and example 05 | Zeyla Hellyer | 2017-09-24 | 1 | -3/+8 |
| | | |||||
| * | Revamp errors in `Args` and commands | acdenisSK | 2017-09-23 | 1 | -26/+4 |
| | | |||||
| * | Also rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -2/+2 |
| | | |||||
| * | Add Send/Sync to framework items | Zeyla Hellyer | 2017-09-18 | 1 | -0/+2 |
| | | |||||
| * | Apply rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -7/+4 |
| | | |||||
| * | Allow commands to be limited to certain roles (#157) | Lakelezz | 2017-09-05 | 1 | -0/+8 |
| | | |||||
| * | Add num_args (#156) | Maiddog | 2017-08-31 | 1 | -0/+8 |
| | | |||||
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 1 | -4/+7 |
| | | |||||
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -7/+4 |
| | | | | | Also not quite sure if they goofed rustfmt or something, but its changes it did were a bit bizarre. | ||||
| * | Fix tests (#145) | Maiddog | 2017-08-22 | 1 | -5/+2 |
| | | |||||
| * | Revamp the args to an `Args` struct | acdenisSK | 2017-08-20 | 1 | -26/+7 |
| | | | | | Fixes #142 | ||||
| * | Move builtin framework impl to its own module | Zeyla Hellyer | 2017-08-19 | 1 | -0/+245 |
| 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. | |||||