| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'debug' of https://github.com/serenity-rs/serenity into debugdebug | Mishio595 | 2018-08-02 | 4 | -14/+415 |
| |\ | |||||
| | * | Don't delay Ready with cache enabled | Zeyla Hellyer | 2018-08-01 | 1 | -46/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | When the cache is enabled, don't delay the Ready until all guilds have been received. This never really worked in the first place and duplicates the "cached" logic that fires when all guilds have been received. This presumably fixes the "silent death" bug, as this appears to stall the thread on certain conditions. | ||||
| | * | De-cringe a comment | acdenisSK | 2018-08-01 | 1 | -3/+3 |
| | | | |||||
| | * | Add From impls for Game, generify Game params | Zeyla Hellyer | 2018-08-01 | 4 | -13/+76 |
| | | | | | | | | | | | Add more `impl From<T> for Game` implementations, and make `Into<Game>` trait bounds for all function parameters accepting a Game. | ||||
| | * | Move unit tests into source | Zeyla Hellyer | 2018-08-01 | 12 | -0/+1242 |
| | | | | | | | | | | | | | | | | | | | Move the unit tests into the relevant source files. There's no need for them to be seprate, especially when the `tests` directory is meant to be for integration tests. The deserialization tests that include JSON files are still in the `tests` dir, along with the public prelude re-export tests. | ||||
| | * | Reword the inner doc comment in `complex_bucket` | acdenisSK | 2018-08-01 | 1 | -11/+15 |
| | | | |||||
| | * | Deprecate Context::edit_profile | Zeyla Hellyer | 2018-08-01 | 1 | -0/+1 |
| | | | | | | | | | This method won't exist in v0.6.x. | ||||
| | * | Make GuildId::member use the cache when possible (#356) | Maiddog | 2018-08-01 | 1 | -1/+11 |
| | | | |||||
| | * | Dump state in all codepaths in shard | Zeyla Hellyer | 2018-07-30 | 1 | -48/+85 |
| | | | |||||
| | * | Debugging for shard/client | Zeyla Hellyer | 2018-07-30 | 4 | -14/+378 |
| | | | |||||
| * | | Merge branch 'upstream' | Mishio595 | 2018-08-01 | 20 | -82/+1362 |
| |\ \ | |||||
| | * | | Don't delay Ready with cache enabled | Zeyla Hellyer | 2018-08-01 | 1 | -46/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the cache is enabled, don't delay the Ready until all guilds have been received. This never really worked in the first place and duplicates the "cached" logic that fires when all guilds have been received. This presumably fixes the "silent death" bug, as this appears to stall the thread on certain conditions. | ||||
| | * | | De-cringe a comment | acdenisSK | 2018-08-01 | 1 | -3/+3 |
| | | | | |||||
| | * | | Add From impls for Game, generify Game params | Zeyla Hellyer | 2018-08-01 | 4 | -13/+76 |
| | | | | | | | | | | | | | | | | Add more `impl From<T> for Game` implementations, and make `Into<Game>` trait bounds for all function parameters accepting a Game. | ||||
| | * | | Move unit tests into source | Zeyla Hellyer | 2018-08-01 | 12 | -0/+1242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the unit tests into the relevant source files. There's no need for them to be seprate, especially when the `tests` directory is meant to be for integration tests. The deserialization tests that include JSON files are still in the `tests` dir, along with the public prelude re-export tests. | ||||
| | * | | Reword the inner doc comment in `complex_bucket` | acdenisSK | 2018-08-01 | 1 | -11/+15 |
| | | | | |||||
| | * | | Deprecate Context::edit_profile | Zeyla Hellyer | 2018-07-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | This method won't exist in v0.6.x. | ||||
| | * | | Make GuildId::member use the cache when possible (#356) | Maiddog | 2018-07-31 | 1 | -1/+11 |
| | |/ | |||||
| | * | Reduce minimal Rust version to 1.25 | Zeyla Hellyer | 2018-07-29 | 2 | -4/+4 |
| | | | |||||
| | * | Add note about cache in UserId::get docs | Zeyla Hellyer | 2018-07-29 | 1 | -2/+3 |
| | | | |||||
| | * | Add `impl AsRef<MessageId> for Message` (#355) | Adelyn | 2018-07-25 | 1 | -0/+6 |
| | | | |||||
| | * | Fix `ChannelId::send_message`'s dead links | acdenisSK | 2018-07-25 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'asref_messageid_for_message' | Mishio595 | 2018-07-24 | 1 | -0/+6 |
| |\ \ | |||||
| | * | | Add `impl AsRef<MessageId> for Message`asref_messageid_for_message | Mishio595 | 2018-07-24 | 1 | -0/+6 |
| | |/ | |||||
| * | | Merge branch 'old_message_on_update' | Mishio595 | 2018-07-24 | 4 | -27/+64 |
| |\ \ | |||||
| | * | | EventHandler::message_update with cache feature sends old message if available | Mishio595 | 2018-07-24 | 4 | -27/+64 |
| | |/ | |||||
| * / | add method Colour::hexcolour_hex | Mishio595 | 2018-07-24 | 1 | -0/+14 |
| |/ | |||||
| * | Fallback to default-command if passed sub-command is wrong | Lakelezz | 2018-07-24 | 1 | -50/+59 |
| | | |||||
| * | Compare built up length with original user-input instead of iterations | Lakelezz | 2018-07-24 | 1 | -5/+16 |
| | | |||||
| * | Some minor changes to `Args` | acdenisSK | 2018-07-21 | 1 | -10/+9 |
| | | | | | | | | - use `?` rather than unwrap - Remove the `PartialEq<TokenKind> impl; it's not needed anymore. - Inline `at_end` because why not. - Split the second part of the while condition as an if inside the body. | ||||
| * | Add default-commands for command-groups (#351) | Lakelezz | 2018-07-21 | 3 | -7/+51 |
| | | |||||
| * | Do not suggest command if no command is actually related to input. (#350) | Lakelezz | 2018-07-20 | 1 | -1/+1 |
| | | |||||
| * | Use `current` to figure out the end quote | acdenisSK | 2018-07-19 | 1 | -17/+4 |
| | | |||||
| * | Style Line | acdenisSK | 2018-07-19 | 1 | -0/+1 |
| | | |||||
| * | Merge `Token` and `TokenOwned` | acdenisSK | 2018-07-19 | 1 | -26/+10 |
| | | |||||
| * | Use an `Option` to denote end | acdenisSK | 2018-07-19 | 1 | -18/+7 |
| | | |||||
| * | Fix some clippy lints | Zeyla Hellyer | 2018-07-15 | 18 | -100/+98 |
| | | | | | | Some lints were not resolved due to causing API changes. Most lints in the framework were left unfixed. | ||||
| * | Support multiple prefixes for command-groups (#343) | Lakelezz | 2018-07-15 | 4 | -28/+62 |
| | | |||||
| * | Add checks for groups (#349) | Lakelezz | 2018-07-15 | 4 | -5/+34 |
| | | |||||
| * | typos | Zeyla Hellyer | 2018-07-14 | 1 | -2/+2 |
| | | |||||
| * | Abstract impls in Channel's Mentionable impl | Zeyla Hellyer | 2018-07-14 | 1 | -4/+4 |
| | | | | | | Abstract the implementations for each of Channel's variants' `Mentionable` implementations by using the underlying impl. | ||||
| * | Implement Mentionable for Group | Zeyla Hellyer | 2018-07-14 | 1 | -0/+6 |
| | | |||||
| * | Implement Mentionable for PrivateChannel | Zeyla Hellyer | 2018-07-14 | 1 | -0/+6 |
| | | |||||
| * | Implement Mentionable for ChannelCategory | Zeyla Hellyer | 2018-07-14 | 1 | -1/+7 |
| | | |||||
| * | Quickly rename to `no_dm_prefix` | acdenisSK | 2018-07-14 | 2 | -6/+6 |
| | | | | | Minimize assumptions that `no_prefix` would work everywhere. | ||||
| * | Allow for nil prefixes in DMs | acdenisSK | 2018-07-14 | 2 | -1/+31 |
| | | | | | Fixes #339 | ||||
| * | Add docs for `Args::new` | acdenisSK | 2018-07-13 | 1 | -0/+27 |
| | | |||||
| * | Fix doc links with no anchor | Zeyla Hellyer | 2018-07-11 | 7 | -4/+18 |
| | | |||||
| * | impl Mentionable for GuildChannel (#348) | Adelyn | 2018-07-10 | 1 | -0/+4 |
| | | |||||
| * | Fix ffmpeg_optioned doctest | Zeyla Hellyer | 2018-07-09 | 1 | -0/+2 |
| | | |||||