| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `Region`s `Japan`-variant lowercase.upstream | Lakelezz | 2018-11-13 | 1 | -1/+1 |
| | | |||||
| * | Add Nick Methods for `Message` and `UserId` (#432) | Lakelezz | 2018-11-11 | 2 | -0/+32 |
| | | |||||
| * | Add Function to call if a Message without Command has been sent (#430) | Lakelezz | 2018-11-11 | 2 | -5/+68 |
| | | |||||
| * | Add Function to neutralise Mentions (#414) | Lakelezz | 2018-10-30 | 3 | -7/+548 |
| | | |||||
| * | Fix cache write lock timer (#423) | Erk- | 2018-10-30 | 1 | -8/+9 |
| | | |||||
| * | Fix compilation without cache (#420) | Erk- | 2018-10-24 | 1 | -0/+1 |
| | | |||||
| * | Fix NSFW Checks (#418) | Lakelezz | 2018-10-20 | 6 | -22/+7 |
| | | |||||
| * | Prefix only Command (#416) | Lakelezz | 2018-10-15 | 3 | -3/+46 |
| | | |||||
| * | Add Option to disable bypassing Checks for Owners (#419) | Lakelezz | 2018-10-15 | 4 | -2/+24 |
| | | |||||
| * | Add configuration for the write lock the cache is using to update (#415) | Erk- | 2018-10-15 | 3 | -10/+92 |
| | | |||||
| * | Fix Default Command to inherit Group-Options (#412) | Lakelezz | 2018-10-11 | 2 | -4/+19 |
| | | |||||
| * | Simplify code by removing negation (#413) | Lakelezz | 2018-10-09 | 1 | -4/+3 |
| | | |||||
| * | A bunch of typo fixes (#404) | Perry Fraser | 2018-10-01 | 18 | -34/+34 |
| | | |||||
| * | Change DOS line endings to UNIX line endings | Erk- | 2018-09-27 | 2 | -1801/+1801 |
| | | |||||
| * | Fixed dead links in the http::raw module | Erk- | 2018-09-25 | 1 | -43/+43 |
| | | |||||
| * | Remove a compiler warning about an unused variable (#398) | Mariell | 2018-09-23 | 1 | -1/+1 |
| | | |||||
| * | Remove inconsistent braces (#397) | Mariell | 2018-09-23 | 1 | -3/+1 |
| | | |||||
| * | Generalise mention parsing | acdenisSK | 2018-09-22 | 2 | -1/+26 |
| | | | | | Fixes #396 | ||||
| * | Make `trim` return `&mut self` (#395) | Lakelezz | 2018-09-21 | 1 | -4/+5 |
| | | |||||
| * | Be able to trim whitespace | acdenisSK | 2018-09-19 | 1 | -0/+44 |
| | | |||||
| * | Compile without `cache`-feature (#393) | Bond-009 | 2018-09-19 | 1 | -0/+5 |
| | | |||||
| * | Don't log event deserialization failures in voice | Zeyla Hellyer | 2018-09-15 | 1 | -5/+1 |
| | | |||||
| * | Remove cache requirement on Message::is_private | Zeyla Hellyer | 2018-09-14 | 1 | -5/+1 |
| | | | | | | This can instead check the `guild_id` structfield, so the cache is no longer required. | ||||
| * | Message: avoid perm checks in non-guild channels | Zeyla Hellyer | 2018-09-14 | 1 | -12/+20 |
| | | |||||
| * | Check if a group is empty and exclude them if that's the case. (#389) | Lakelezz | 2018-09-14 | 1 | -5/+9 |
| | | |||||
| * | Add `Usage Sample`-field back to help. (#388) | Lakelezz | 2018-09-14 | 1 | -2/+14 |
| | | |||||
| * | Change default branch to 'current' | Zeyla Hellyer | 2018-09-13 | 3 | -5/+5 |
| | | | | | | | | | | The default branch of 'master' has a few issues, but the biggest technical issue is that it doesn't accurately represent the development work done on it by name alone: is it the branch for maintaining the "current" released version, or for the development of the next majour version? In certain Rust projects these are combined into one branch, but we don't do this, so this is one way out of the ambiguity. | ||||
| * | Revert "Old message on update (#368)" | Zeyla Hellyer | 2018-09-13 | 4 | -94/+32 |
| | | | | | This reverts commit 27ccf2c9c8ce785b54595eaabcebf86db07bf5bc. | ||||
| * | Add tests for help (#387) | Lakelezz | 2018-09-11 | 1 | -0/+81 |
| | | | | | | | * Add tests for `levenshtein_distance`-function. * Add tests for `Matrix`-struct. | ||||
| * | Add missing usage on plain help (#386) | Lakelezz | 2018-09-11 | 1 | -1/+5 |
| | | |||||
| * | Add single group help (#385) | Lakelezz | 2018-09-11 | 3 | -14/+65 |
| | | |||||
| * | Fix to build with Rust 1.25.0. | Lakelezz | 2018-09-10 | 1 | -1/+1 |
| | | |||||
| * | Fix group-prefix ambiguity in help (#384) | Lakelezz | 2018-09-10 | 1 | -11/+25 |
| | | |||||
| * | Update client docs to not say user token (#383) | Perry Fraser | 2018-09-09 | 1 | -1/+1 |
| | | |||||
| * | Check if bots are ignored before dispatching `unrecognised_command` (#381) | Lakelezz | 2018-09-09 | 1 | -5/+8 |
| | | |||||
| * | Suggest similar commands when using help (#377) | Lakelezz | 2018-09-09 | 3 | -18/+131 |
| | | |||||
| * | Add Member::user_id | Zeyla Hellyer | 2018-09-05 | 1 | -0/+14 |
| | | | | | | Adds a `user_id` method to `Member`, which is a shortcut for retrieving the member's user ID. | ||||
| * | Fix `has_correct_permissions` when no guild is available (#376) | Lakelezz | 2018-08-31 | 1 | -3/+7 |
| | | |||||
| * | Refactor Help (#375) | Lakelezz | 2018-08-31 | 1 | -411/+482 |
| | | |||||
| * | Add newline in MessageBuilder::push_codeblock_safe | Zeyla Hellyer | 2018-08-30 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | MessageBuilder::push_codeblock_safe did not add a newline after the language or code fence, resulting in an output like: ```code here``` or: ```rustcode here``` This commit fixes that, and makes the equivalent outputs: ``` code here``` and: ```rust code here``` Closes #374. | ||||
| * | Add more unit tests for MessageBuilder | Zeyla Hellyer | 2018-08-30 | 1 | -0/+205 |
| | | |||||
| * | Old message on update (#368) | Adelyn | 2018-08-26 | 4 | -32/+94 |
| | | |||||
| * | Move low-level http functions to a raw module | Zeyla Hellyer | 2018-08-24 | 3 | -1738/+1756 |
| | | | | | | | Move the low-level http functions that work with serde maps directly into an `http::raw` module, and re-export them from the `http` module for backwards compatibility purposes. | ||||
| * | Properly link to User in Game docs | Zeyla Hellyer | 2018-08-24 | 1 | -0/+2 |
| | | |||||
| * | Add support for session start info in BotGateway | Zeyla Hellyer | 2018-08-24 | 1 | -0/+16 |
| | | | | | | Add support for the new information describing the current session start ratelimits given in the GET /gateway/bot endpoint. | ||||
| * | Make `is_command_visible` work with DMs. (#369) | Maiddog | 2018-08-17 | 1 | -0/+6 |
| | | |||||
| * | Change HTTP Bulk Delete from DELETE to POST | Adelyn | 2018-08-17 | 1 | -1/+1 |
| | | |||||
| * | Fix GuildChannel::_permissions_for on no-cache | Zeyla Hellyer | 2018-08-15 | 1 | -1/+2 |
| | | | | | | Fix the compilation of `GuildChannel::_permissions_for` when the `cache` feature is disabled. | ||||
| * | Fix routing for http::create_private_channel | Zeyla Hellyer | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes | Lakelezz | 2018-08-12 | 15 | -52/+173 |
| | | |||||