| 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 | 24 | -1242/+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 |
| | | | |||||
| | * | Merge deserialization tests into one | Zeyla Hellyer | 2018-08-01 | 5 | -334/+307 |
| | | | |||||
| | * | 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 | 41 | -1666/+1842 |
| |\ \ | |||||
| | * | | 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 | 24 | -1242/+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 |
| | | | | |||||
| | * | | Merge deserialization tests into one | Zeyla Hellyer | 2018-07-31 | 5 | -334/+307 |
| | | | | |||||
| | * | | 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 |
| | |/ | |||||
| | * | Spaces between badges in readme | Zeyla Hellyer | 2018-07-29 | 1 | -1/+1 |
| | | | | | | | | | Readme changes require a lot of commits after all. | ||||
| | * | Make the readme badges more pretty | Zeyla Hellyer | 2018-07-29 | 1 | -6/+6 |
| | | | |||||
| | * | Document minimum Rust version | Zeyla Hellyer | 2018-07-29 | 1 | -2/+6 |
| | | | |||||
| | * | Reduce minimal Rust version to 1.25 | Zeyla Hellyer | 2018-07-29 | 2 | -4/+4 |
| | | | |||||
| | * | Fix closing code fence in readme | Zeyla Hellyer | 2018-07-29 | 1 | -0/+1 |
| | | | |||||
| | * | Readme: list default features in "Features" | Zeyla Hellyer | 2018-07-29 | 1 | -0/+21 |
| | | | |||||
| | * | Add note about cache in UserId::get docs | Zeyla Hellyer | 2018-07-29 | 1 | -2/+3 |
| | | | |||||
| | * | Update license/Cargo email | Zeyla Hellyer | 2018-07-28 | 2 | -2/+2 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Release v0.5.5 | Zeyla Hellyer | 2018-07-24 | 2 | -1/+140 |
| | | | |||||
| * | | 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 | 4 | -7/+53 |
| | | |||||
| * | 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 | 5 | -31/+71 |
| | | |||||
| * | Add checks for groups (#349) | Lakelezz | 2018-07-15 | 5 | -7/+65 |
| | | |||||
| * | 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. | ||||