| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #206 (#207) | Uninteresting Account | 2017-10-29 | 1 | -10/+27 |
| | | |||||
| * | Add a todo | acdenisSK | 2017-09-30 | 1 | -0/+1 |
| | | |||||
| * | Make the internal string public | acdenisSK | 2017-09-30 | 1 | -1/+1 |
| | | |||||
| * | Use display instead of std::error::Error | acdenisSK | 2017-09-25 | 1 | -28/+3 |
| | | | | | Kind of a bad decision but due to the compiler being a meany with impl conflicts for `From<&str>` and `From<String>`, it needs to be done. Plus it removes the useless custom struct. | ||||
| * | Revamp errors in `Args` and commands | acdenisSK | 2017-09-23 | 1 | -9/+54 |
| | | |||||
| * | Also rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -2/+7 |
| | | |||||
| * | Add Send/Sync to framework items | Zeyla Hellyer | 2017-09-18 | 1 | -7/+7 |
| | | |||||
| * | Apply rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -4/+1 |
| | | |||||
| * | Copy some methods from Command to Group (#164) | Maiddog | 2017-09-11 | 1 | -1/+8 |
| | | |||||
| * | Allow commands to be limited to certain roles (#157) | Lakelezz | 2017-09-05 | 1 | -0/+3 |
| | | |||||
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 1 | -1/+4 |
| | | |||||
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -4/+1 |
| | | | | | 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 | -1/+1 |
| | | |||||
| * | Revamp the args to an `Args` struct | acdenisSK | 2017-08-20 | 1 | -8/+5 |
| | | | | | Fixes #142 | ||||
| * | Move builtin framework impl to its own module | Zeyla Hellyer | 2017-08-19 | 1 | -0/+157 |
| 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. | |||||