aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add more unit tests for MessageBuilderZeyla Hellyer2018-08-301-0/+205
* Old message on update (#368)Adelyn2018-08-264-32/+94
* Move low-level http functions to a raw moduleZeyla Hellyer2018-08-243-1738/+1756
* Properly link to User in Game docsZeyla Hellyer2018-08-241-0/+2
* Add support for session start info in BotGatewayZeyla Hellyer2018-08-241-0/+16
* Fix a broken link in README (#373)Adelyn2018-08-221-2/+2
* Make `is_command_visible` work with DMs. (#369)Maiddog2018-08-171-0/+6
* Change HTTP Bulk Delete from DELETE to POSTAdelyn2018-08-171-1/+1
* Fix GuildChannel::_permissions_for on no-cacheZeyla Hellyer2018-08-151-1/+2
* Fix routing for http::create_private_channelZeyla Hellyer2018-08-131-1/+1
* Release v0.5.8Zeyla Hellyer2018-08-122-1/+56
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-1216-53/+174
* Revert "Send silence frames upon connection (Fix #301)"Zeyla Hellyer2018-08-112-5/+3
* Add Colour::hexMishio5952018-08-111-0/+16
* Make default-command receive every bit of the command upon failureLakelezz2018-08-111-4/+3
* Use one macro instead of the same code twice, avoid seperated changes. (#365)Lakelezz2018-08-111-18/+13
* Fix `iter_quoted`'s doctestacdenisSK2018-08-101-2/+3
* Fix all the dead links in the docsErk-2018-08-0946-558/+551
* [routing] Fix various incorrect routes. (#364)Lymia Aluysia2018-08-081-4/+4
* Bump to v0.5.7Zeyla Hellyer2018-08-082-1/+28
* [http] Fix some routing issuesZeyla Hellyer2018-08-081-4/+4
* Fix erroneous deadlock detected messages. (#363)Lymia Aluysia2018-08-081-10/+10
* Decringe an old commentacdenisSK2018-08-081-2/+1
* Bump to v0.5.6Zeyla Hellyer2018-08-072-1/+108
* TypoacdenisSK2018-08-071-1/+1
* Capitalise iacdenisSK2018-08-071-4/+4
* Refactor docs in `Args`acdenisSK2018-08-071-83/+102
* Reword `ArgError`'s docs a littleacdenisSK2018-08-071-3/+2
* Unwrap `rfind`acdenisSK2018-08-071-6/+1