aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix push_codeblock_safe not adding a newlinePvdBerg2018-11-061-1/+0
* | Make Message Builder use &mut self instead of selfPvdBerg2018-11-061-45/+45
* | Voice fixes, better API adherence, bitrate control, documentationKyle Simpson2018-11-064-39/+11
* | Remove some debugsZeyla Hellyer2018-11-061-2/+0
* | Add Rich Presence parsing supportZeyla Hellyer2018-11-0612-236/+311
* | Make builders mutably borrowedZeyla Hellyer2018-11-0622-380/+413
* | Permit sending files through the `CreateMessage` builder.Maid Dog2018-11-063-7/+44
* | Voice fixes, better API adherence, bitrate control, documentationKyle Simpson2018-11-0611-55/+242
* | Make MessageUpdateEvent::embeds a Vec<Embed>Zeyla Hellyer2018-11-061-1/+1
|/
* 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
* 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
* 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
* 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
* Revert "Old message on update (#368)"Zeyla Hellyer2018-09-134-94/+32
* Add tests for help (#387)Lakelezz2018-09-111-0/+81
* Add missing usage on plain help (#386)Lakelezz2018-09-111-1/+5
* Add single group help (#385)Lakelezz2018-09-114-14/+68
* Fix to build with Rust 1.25.0.Lakelezz2018-09-101-1/+1
* Fix group-prefix ambiguity in help (#384)Lakelezz2018-09-101-11/+25
* Update client docs to not say user token (#383)Perry Fraser2018-09-091-1/+1
* Check if bots are ignored before dispatching `unrecognised_command` (#381)Lakelezz2018-09-091-5/+8
* Suggest similar commands when using help (#377)Lakelezz2018-09-094-18/+136
* Add Member::user_idZeyla Hellyer2018-09-051-0/+14
* Fix `has_correct_permissions` when no guild is available (#376)Lakelezz2018-08-312-5/+9
* Refactor Help (#375)Lakelezz2018-08-311-411/+482
* Add newline in MessageBuilder::push_codeblock_safeZeyla Hellyer2018-08-301-5/+7