aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* delete examplesHEADmasterNathan Perry2021-01-2331-2060/+0
* Merge tag 'v0.7.5'Nathan Perry2020-01-2813-36/+103
|\
| * Bump versionAlex M. M2020-01-132-1/+6
| * Restrict `command_attr` version to 0.1.6Alex M. M2020-01-131-1/+1
| * Bump versionAlex M. M2019-12-133-2/+27
| * Implement Default for CommandOptions and GroupOptions (#747)LeSeulArtichaut2019-12-012-2/+10
| * Fix regression of default option initialisationAlex M. M2019-11-261-1/+1
| * Administer some clippy suggestionsAlex M. M2019-11-237-11/+17
| * Enable pub restrictions (#745)Alex M. M2019-11-221-11/+6
| * Bump versionKen Swenson2019-11-192-1/+16
| * Cover all error cases for audit log deserialization (#742)Rens Rikkerink2019-11-191-1/+1
| * Patch auditlog deserialize to allow unknown fields (#741)Rens Rikkerink2019-11-191-9/+22
* | don't check return typeNathan Perry2019-11-171-16/+3
* | unfuck errorsNathan Perry2019-11-174-66/+60
* | rework arg errors, run + fix testsNathan Perry2019-11-176-61/+84
* | switch to anyhow + thiserror, fix voice errorsNathan Perry2019-11-1714-109/+108
* | clean up featuresNathan Perry2019-11-171-17/+21
* | rip out error depsNathan Perry2019-11-178-147/+17
* | merge fixesNathan Perry2019-11-1726-381/+355
* | merge upstream into masterNathan Perry2019-11-17170-10560/+17761
|\|
| * Try to update repository information beforehandAlex M. M2019-11-031-0/+1
| * Properly `pub`licise the iteratorAlex M. M2019-11-021-1/+1
| * Set the minimum supported Rust version to 1.37Alex M. M2019-10-221-1/+1
| * Bump versionAlex M. M2019-10-212-1/+19
| * Use the correct ip for the UDP socket (#734)Alex M. M2019-10-202-1/+2
| * Fix `ClientVoiceManager::remove` to actually call `Manager::remove` (#730)MOZGIII2019-10-151-1/+1
| * Bump versionAlex M. M2019-09-292-1/+63
| * Fix `has_role` returning an incorrect result if the member is not cached (#725)Rens Rikkerink2019-09-271-6/+4
| * Fix incorrect label usage in plain help commandsAlex M. M2019-09-231-2/+2
| * Remove the last mention of the global CACHE (#716)shuji narazaki2019-09-151-5/+0
| * Add optional inviter field to Invite (#715)Rens Rikkerink2019-09-111-1/+39
| * Add more formats and case insensitivity to parse_invite (#714)Rens Rikkerink2019-09-111-18/+13
| * Implement WebSocket shutdown support (#713)Rens Rikkerink2019-09-094-7/+78
| * Add new message fields. (#703)Erk2019-09-063-2/+167
| * Fix serenity version in the readme (#710)Zalax2019-09-021-1/+1
| * Add missing word `need`.Lakelezz2019-08-301-1/+1
| * Add support for the `preferred_locale` field (#701)Erk2019-08-309-11/+26
| * Updated related project's hrefs (#708)Antonio Román2019-08-291-2/+2
| * Set minimum Rust version to `1.37.0`.Lakelezz2019-08-291-3/+3
| * Update the versions in the README and library docAlex M. M2019-08-292-3/+3
| * Update changelogAlex M. M2019-08-291-0/+14
| * Update all dependencies. (#705)Lakelezz2019-08-292-17/+43
| * Bump versionAlex M. M2019-08-273-2/+59
| * Allow users to create their own messages (#700)Alex M. M2019-08-272-0/+272
| * Add Methods to get Permissions of `Roles` in `GuildChannel`s (#689)Lakelezz2019-08-227-70/+251
| * Play a YouTube Search's first Video (#680)__SyS__2019-08-192-1/+49
| * Fix plain help suggestions (#687)Lakelezz2019-08-181-2/+2
| * Move `webpki` and `webpki-roots` to the `rustls_backend`-feature (#688)leo-lb2019-08-181-3/+1
| * Allow delimiters to be set on a per command basis (#686)Alex M. M2019-08-184-2/+34
| * Add group removal and non-consuming group adding functions to StandardFramewo...Oscar2019-08-161-3/+24