aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add handling for integration auditlog entryHEADmasterAdelyn Breedlove2019-12-091-1/+9
|
* Patch auditlog deserialize to allow unknown fieldsAdelyn Breedlove2019-12-091-6/+19
|
* Add new auditlog type enumsAdelyn Breedlove2019-12-091-10/+65
|
* Merge branch 'aliases-fix'Mishio5952018-11-142-0/+25
|\
| * StandardFramework::cmd and CreateGroup::cmd now register aliasescmd-aliases-fixMishio5952018-11-142-0/+25
| |
* | Merge branch 'upstream'Mishio5952018-11-1350-1977/+2895
|\|
| * Make `Region`s `Japan`-variant lowercase.upstreamLakelezz2018-11-131-1/+1
| |
| * Bump versionacdenisSK2018-11-121-1/+1
| |
| * Update examples' unwraps to expects and imports as nested (#435)Lakelezz2018-11-1211-77/+98
| |
| * Add Link to the `Voice on Windows`-Wiki-Entry (#434)Lakelezz2018-11-121-0/+2
| |
| * Add Nick Methods for `Message` and `UserId` (#432)Lakelezz2018-11-112-0/+32
| |
| * Update `base64` and `sodiumoxide` (#431)Douman2018-11-111-2/+3
| | | | | | `sodiumoxide` builds with the `std`-feature now as it depends on a feature unavailable for Rust 1.25.
| * Add Function to call if a Message without Command has been sent (#430)Lakelezz2018-11-112-5/+68
| |
| * Bump versionacdenisSK2018-11-051-1/+1
| |
| * Add Function to neutralise Mentions (#414)Lakelezz2018-10-304-7/+579
| |
| * Fix cache write lock timer (#423)Erk-2018-10-301-8/+9
| |
| * Add guideline about maximum characters per line (#422)Lakelezz2018-10-301-0/+3
| |
| * Fix compilation without cache (#420)Erk-2018-10-241-0/+1
| |
| * Fix NSFW Checks (#418)Lakelezz2018-10-206-22/+7
| |
| * Prefix only Command (#416)Lakelezz2018-10-154-3/+49
| |
| * Add Option to disable bypassing Checks for Owners (#419)Lakelezz2018-10-154-2/+24
| |
| * Add configuration for the write lock the cache is using to update (#415)Erk-2018-10-153-10/+92
| |
| * Fix Default Command to inherit Group-Options (#412)Lakelezz2018-10-112-4/+19
| |
| * Add `travis_wait` to extend build-time.Lakelezz2018-10-101-1/+1
| |
| * Simplify code by removing negation (#413)Lakelezz2018-10-091-4/+3
| |
| * A bunch of typo fixes (#404)Perry Fraser2018-10-0118-34/+34
| |
| * Change DOS line endings to UNIX line endingsErk-2018-09-272-1801/+1801
| |
| * Fixed dead links in the http::raw moduleErk-2018-09-251-43/+43
| |
| * Remove a compiler warning about an unused variable (#398)Mariell2018-09-231-1/+1
| |
| * Remove inconsistent braces (#397)Mariell2018-09-231-3/+1
| |
| * Generalise mention parsingacdenisSK2018-09-222-1/+26
| | | | | | | | Fixes #396
| * Make `trim` return `&mut self` (#395)Lakelezz2018-09-211-4/+5
| |
| * Be able to trim whitespaceacdenisSK2018-09-191-0/+44
| |
| * Compile without `cache`-feature (#393)Bond-0092018-09-191-0/+5
| |
* | Finish rebaseMishio5952018-09-162-14/+1
| |
* | Add back old message on updateMishio5952018-09-161-1/+1
| |
* | Change Cache::message test to ignore and move binding for new message in ↵Mishio5952018-09-161-2/+1
| | | | | | | | message_update dispatch
* | Create `Args` only when needed.Lake Lezz2018-09-161-0/+7
| | | | | | | | Modify `Args` accordingly upon failed sub-command.
* | Prevent sub-group-prefixes to picked.Lake Lezz2018-09-161-1/+1
| |
* | Add `impl AsRef<MessageId> for Message`Mishio5952018-09-161-0/+6
| |
* | EventHandler::message_update with cache feature sends old message if availableMishio5952018-09-162-2/+3
| |
* | add method Colour::hexMishio5952018-09-161-4/+2
| |
* | Old message is optionally passed with message_update eventMishio5952018-09-164-32/+95
|/
* Don't log event deserialization failures in voiceZeyla Hellyer2018-09-151-5/+1
|
* Release 0.5.9Zeyla Hellyer2018-09-142-1/+87
|
* Remove cache requirement on Message::is_privateZeyla Hellyer2018-09-141-5/+1
| | | | | This can instead check the `guild_id` structfield, so the cache is no longer required.
* Message: avoid perm checks in non-guild channelsZeyla Hellyer2018-09-141-12/+20
|
* Check if a group is empty and exclude them if that's the case. (#389)Lakelezz2018-09-141-5/+9
|
* Add `Usage Sample`-field back to help. (#388)Lakelezz2018-09-141-2/+14
|
* Change default branch to 'current'Zeyla Hellyer2018-09-135-10/+10
| | | | | | | | | 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.