aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixes for permission.Rapptz2017-02-131-3/+3
* [commands] Add cog local error handlers via __error.Rapptz2017-02-121-2/+11
* [commands] Add param attribute to MissingRequiredArgumentRapptz2017-02-122-2/+9
* Implement async checks. Fixes #380.Rapptz2017-02-125-40/+83
* Implement utilities for AsyncIterator.Rapptz2017-02-114-52/+181
* Add Client.get_user_profile to get an arbitrary user's profile.Rapptz2017-02-101-1/+38
* Add Client.emojis to get all emojis.Rapptz2017-02-102-6/+9
* Fix NameError in GroupChannel.Rapptz2017-02-101-1/+1
* [commands] Add Command.usage argument to override argument display.Michael Van Buren2017-02-102-1/+6
* Fix Member.display_name to work.Rapptz2017-02-102-1/+11
* Fix NameError in Client.get_inviteRapptz2017-02-101-1/+1
* Better group DM support.Rapptz2017-02-093-1/+174
* Call message edit handlers after attempting to patch individual fieldsRapptz2017-02-091-6/+6
* Removed unused variables in routes.Rapptz2017-02-091-3/+0
* Fix more places where server is used instead of guild in docstrings.Rapptz2017-02-082-3/+3
* Fix support for instant invites.Rapptz2017-02-084-96/+165
* Remove unused constants in HTTPClientRapptz2017-02-081-12/+0
* Add missing continue statement in gateway futures.Rapptz2017-02-081-0/+1
* Handle HEARTBEAT_ACKRapptz2017-02-081-2/+24
* Rewrite RESUME logic to be more in line with what is requested.Rapptz2017-02-083-24/+13
* Only defer the lock if we're pre-emptively rate limiting.Rapptz2017-02-081-1/+1
* [commands] Better support for retrieving children commands.Rapptz2017-02-061-2/+25
* [commands] Fix converters returning the wrong types when an ID is passedRapptz2017-01-311-2/+2
* Fix Member.permissions_in passing in the wrong self parameter.Rapptz2017-01-311-0/+16
* Fix parsing of Invite.userRapptz2017-01-301-2/+2
* Faster implementation of Guild.default_channel.Rapptz2017-01-291-4/+4
* Change Role.is_everyone to Role.is_default.Rapptz2017-01-292-9/+9
* Make all public is_ functions into methods instead of properties.Rapptz2017-01-296-16/+11
* Remove unused Message._handle_upgrades function.Rapptz2017-01-291-17/+0
* Re-add Client.wait_until_readyRapptz2017-01-292-1/+23
* Allow removing an embed in Message.editRapptz2017-01-292-15/+22
* Add missing int casts in many different events in the state.Rapptz2017-01-282-14/+13
* [commands] Implement before and after invoke command hooks.Rapptz2017-01-272-2/+186
* [commands] Add Context.command_failed attribute.Rapptz2017-01-272-7/+12
* Add ClientUser.friends and ClientUser.blockedRapptz2017-01-271-0/+10
* [commands] Add cog local checks via __local_checkRapptz2017-01-261-0/+10
* [commands] Rename __check to __global_check for cogs.Rapptz2017-01-261-3/+3
* [commands] Allow customising the Context class in get_context.Rapptz2017-01-261-3/+9
* Update examples to use the new generic wait_for.Rapptz2017-01-262-6/+10
* Replace wait_for_* with a generic Client.wait_forRapptz2017-01-251-288/+84
* Add compatibility shim for asyncio.Future creation.Rapptz2017-01-254-4/+13
* Remove unused ChannelPermissions namedtuple.Rapptz2017-01-252-4/+1
* Remove Client.__getattr__ and Client.__setattr__ shims.Rapptz2017-01-251-25/+28
* Optimise attribute access when dispatching.Rapptz2017-01-252-23/+18
* Implement User.profile coroutine to get a user's profile.Rapptz2017-01-244-2/+70
* Add option to disable auto member chunking.Rapptz2017-01-234-97/+156
* Fix issue with user bots chunking unavailable guilds.Rapptz2017-01-211-2/+2
* Allow unique invites for Client.create_invite.Rapptz2017-01-212-3/+6
* Update copyright year to 2017.Rapptz2017-01-2044-49/+49
* Add support for relationships.Rapptz2017-01-208-5/+272