| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update deprecated bulk delete endpoint | Zeyla Hellyer | 2017-09-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | The bulk delete endpoint of `/channels/:channel_id/messages/bulk_delete` was deprecated a while ago and was modified to `/channels/:channel_id/messages/bulk-delete`. New endpoint docs: <https://discordapp.com/developers/docs/resources/channel#bulk-delete-messages> Deprecated endpoint docs: <https://discordapp.com/developers/docs/resources/channel#bulk-delete-messages-deprecated> | |||||
| * | Allow commands to be limited to certain roles (#157) | Lakelezz | 2017-09-05 | 4 | -9/+90 | |
| | | ||||||
| * | match to map/? | acdenisSK | 2017-09-04 | 1 | -4/+1 | |
| | | ||||||
| * | Fix the PRESET_GENERAL permission constant | Zeyla Hellyer | 2017-09-03 | 1 | -1/+1 | |
| | | | | | | These bits were completely wrong and even gave the Administrator permission. | |||||
| * | Apply rustfmt fixes | Zeyla Hellyer | 2017-09-01 | 1 | -1/+2 | |
| | | ||||||
| * | Remove more non-bot user endpoints | Zeyla Hellyer | 2017-09-01 | 4 | -97/+0 | |
| | | | | | | | | | | | | | These include the following functions removed: - `http::get_application_info` - `http::get_applications` - `http::get_emoji` - `http::get_emojis` - `model::Guild::{emoji, emojis}` - `model::GuildId::{emoji, emojis}` - `model::PartialGuild::{emoji, emojis}` | |||||
| * | Add case insensitivity | acdenisSK | 2017-09-01 | 2 | -1/+19 | |
| | | ||||||
| * | Add num_args (#156) | Maiddog | 2017-08-31 | 1 | -0/+8 | |
| | | ||||||
| * | Make role references attainable via name | Lakelezz | 2017-08-29 | 2 | -0/+69 | |
| | | ||||||
| * | Add find and find_n (#153) | Maiddog | 2017-08-28 | 1 | -0/+40 | |
| | | ||||||
| * | Remove mut when not needed (#152) | Maiddog | 2017-08-28 | 1 | -2/+2 | |
| | | ||||||
| * | Prevent malformed opus data from crashing the bot process (#149) | Maiddog | 2017-08-27 | 6 | -165/+186 | |
| | | ||||||
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 56 | -612/+1111 | |
| | | ||||||
| * | Use `$crate` for `Args` | acdenisSK | 2017-08-26 | 1 | -3/+3 | |
| | | ||||||
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 58 | -1182/+821 | |
| | | | | | Also not quite sure if they goofed rustfmt or something, but its changes it did were a bit bizarre. | |||||
| * | Allow FromStr for User to use REST (#147) | Maiddog | 2017-08-24 | 2 | -7/+9 | |
| | | ||||||
| * | Apply rustfmt fixes | Zeyla Hellyer | 2017-08-22 | 1 | -6/+8 | |
| | | ||||||
| * | Add `with_config{_mut}` | acdenisSK | 2017-08-23 | 1 | -0/+40 | |
| | | ||||||
| * | Use cache when possible in UserId's get method (#146) | Maiddog | 2017-08-22 | 2 | -2/+11 | |
| | | ||||||
| * | Make args empty when no arguments are passed. (#143) | Maiddog | 2017-08-22 | 1 | -1/+7 | |
| | | ||||||
| * | Fix tests (#145) | Maiddog | 2017-08-22 | 10 | -88/+97 | |
| | | ||||||
| * | Fix presence updates | Maiddog | 2017-08-21 | 1 | -0/+2 | |
| | | | | | | Was waiting a couple more days on #139, but since this is broken functionality it's probably best to fix it sooner. Travis failures are all from unrelated commits, thanks. | |||||
| * | Cfg the display impls as well | acdenisSK | 2017-08-22 | 1 | -0/+4 | |
| | | ||||||
| * | Replace `()` with actual error types | acdenisSK | 2017-08-22 | 2 | -15/+116 | |
| | | ||||||
| * | 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 | |
| | | ||||||