aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-0312-35/+174
* Fix compilations across feature combinationsZeyla Hellyer2017-06-0222-61/+94
* Add User::refreshZeyla Hellyer2017-06-021-0/+58
* Fix client-feature, no-model compilesZeyla Hellyer2017-06-011-3/+21
* Fix no-feature compilationsZeyla Hellyer2017-06-011-0/+1
* Check last heartbeat acknowledged in heartbeaterZeyla Hellyer2017-06-012-4/+34
* Deprecate User::getZeyla Hellyer2017-06-011-0/+1
* Deprecate *User::distinct, add *User::tagZeyla Hellyer2017-06-011-16/+73
* Fix ratelimiting::ROUTES doctestZeyla Hellyer2017-05-301-1/+1
* Include more info on ratelimiting debugsZeyla Hellyer2017-05-301-7/+7
* Fix ratelimits causing 429s in certain situationsZeyla Hellyer2017-05-301-17/+18
* Add Content for MessageBuilderSkye2017-05-302-11/+195
* Don't create group in help if no commands to showMaiddog2017-05-301-20/+15
* Add documentation and tests for frameworkMaiddog2017-05-303-4/+266
* Add cache docsMaiddog2017-05-301-0/+115
* Add docs for CurrentUserMaiddog2017-05-301-0/+103
* Add _line + _line_safe methods to MessageBuilderMaiddog2017-05-281-0/+250
* Move CreateGroup docs to the structZeyla Hellyer2017-05-281-3/+3
* Implement multiple attachmentsKen Swenson2017-05-286-0/+278
* impl From<char> for ReactionTypeZeyla Hellyer2017-05-281-0/+27
* Add CurrentUser::invite_url methodMaiddog2017-05-271-0/+12
* Guild::create_channel doesn't require mutabilityZeyla Hellyer2017-05-271-1/+1
* Remove deprecated GuildChannel methodsZeyla Hellyer2017-05-271-51/+0
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-276-0/+38
* Fix GuildChannel::create_permission anchor linkZeyla Hellyer2017-05-271-0/+1
* Fix GuildChannel::create_permission examplesZeyla Hellyer2017-05-271-14/+46
* Change create_permission to take a referenceZeyla Hellyer2017-05-272-4/+4
* Add VerificationLevel::HigherZeyla Hellyer2017-05-261-3/+6
* Fix broken docs links in http moduleZeyla Hellyer2017-05-241-43/+43
* Re-order methods/fields in the frameworkZeyla Hellyer2017-05-243-50/+50
* Move Reaction struct into its proper placeZeyla Hellyer2017-05-242-20/+20
* Clippy lintsZeyla Hellyer2017-05-242-5/+4
* Remove unused internal macroZeyla Hellyer2017-05-241-9/+0
* Sort default help by group/command namesMaiddog2017-05-241-6/+26
* Support adding reactions when creating messagealex2017-05-242-7/+23
* Add more examples and improve some othersZeyla Hellyer2017-05-2314-106/+1278
* Fix {Invite,RichInvite}::url testsZeyla Hellyer2017-05-221-0/+6
* Restructure modulesZeyla Hellyer2017-05-2276-880/+1096
* Reasonably derive Debug on itemsZeyla Hellyer2017-05-2216-21/+20
* Remove more remaining selfbot supportZeyla Hellyer2017-05-226-216/+0
* Add `Invite::url()`, `RichInvite::url()`Zeyla Hellyer2017-05-221-0/+72
* Add GuildChannel::permissions_forZeyla Hellyer2017-05-221-0/+87
* Handle message type 7 (member join)illia k2017-05-224-2/+69
* Add support for retrieving invites with countsMei2017-05-182-6/+25
* Allow unreachable_code lint in command! macroKen Swenson2017-05-181-4/+4
* Don't skip everyone role when checking channel overwritesMaiddog2017-05-131-1/+1
* Bump to v0.2.0v0.2.0Zeyla Hellyer2017-05-131-2/+1
* Fix internal enum being exportedZeyla Hellyer2017-05-131-1/+0
* Fix no-cache framework compilationZeyla Hellyer2017-05-131-7/+14
* Fix unused import lintZeyla Hellyer2017-05-131-1/+2