aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move purge and delete_messages from Messageable.Rapptz2017-02-262-144/+145
* Check for PrivateChannel before GuildChannel in Client.get_channelRapptz2017-02-251-4/+4
* Wrap asyncio.wait into a saner alternative that raises TimeoutError.Rapptz2017-02-252-3/+10
* Make Guild.large a property instead of an attribute.Rapptz2017-02-241-7/+17
* Add info logging for close codes we cannot handle.Rapptz2017-02-241-0/+1
* Miscellaneous documentation fixes in Client.wait_forRapptz2017-02-231-4/+7
* Remove Client.email attribute.Rapptz2017-02-231-5/+0
* Fall back to single message delete in Messageable.purgeRapptz2017-02-231-9/+30
* Add User.avatar_url_as to convert a user's avatar.Rapptz2017-02-221-5/+37
* [commands] Register cog listeners with the name of the attribute.Rapptz2017-02-221-1/+1
* Forward keyword arguments in Member.banRapptz2017-02-211-2/+2
* Fix Client.emojis returning a list of IDs.Rapptz2017-02-211-1/+1
* Check that the type in Colour and Permissions are int.Rapptz2017-02-212-1/+7
* Reconnect when a task times out and propagates.Rapptz2017-02-191-0/+1
* [commands] Fix bad logic in command list filtering.Rapptz2017-02-181-1/+1
* Fix NameError in GuildChannel.overwrites_forRapptz2017-02-171-2/+2
* Fix Guild.bans to return a BanEntry object.Rapptz2017-02-161-4/+15
* Add experimental reconnection logic.Rapptz2017-02-153-33/+141
* Don't RESUME when given sharding related close codes.Rapptz2017-02-151-1/+1
* Make discord.ext a namespace package.Rapptz2017-02-142-13/+2
* Ensure after is called inside the daemon thread for players.Rapptz2017-02-141-2/+6
* [commands] Add commands.clean_content converter.Rapptz2017-02-132-2/+62
* Fix bug with Message.role_mentions always being empty.Rapptz2017-02-131-1/+1
* [commands] Allow converters to be instantiated.Rapptz2017-02-132-8/+14
* Allow utils.maybe_coroutine to take any arguments.Rapptz2017-02-131-3/+3
* Add support for limit=None in Messageable.history.Rapptz2017-02-132-11/+33
* [commands] Remove Commands: if no commands can be run in help command.Rapptz2017-02-131-2/+4
* 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