| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add info logging for close codes we cannot handle. | Rapptz | 2017-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | Miscellaneous documentation fixes in Client.wait_for | Rapptz | 2017-02-23 | 1 | -4/+7 | |
| | | ||||||
| * | Remove Client.email attribute. | Rapptz | 2017-02-23 | 1 | -5/+0 | |
| | | | | | Use ClientUser.email instead. | |||||
| * | Fall back to single message delete in Messageable.purge | Rapptz | 2017-02-23 | 1 | -9/+30 | |
| | | | | | | | Also make it work on user accounts. Fixes #456. | |||||
| * | Add User.avatar_url_as to convert a user's avatar. | Rapptz | 2017-02-22 | 1 | -5/+37 | |
| | | ||||||
| * | [commands] Register cog listeners with the name of the attribute. | Rapptz | 2017-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Forward keyword arguments in Member.ban | Rapptz | 2017-02-21 | 1 | -2/+2 | |
| | | ||||||
| * | Fix Client.emojis returning a list of IDs. | Rapptz | 2017-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | Check that the type in Colour and Permissions are int. | Rapptz | 2017-02-21 | 2 | -1/+7 | |
| | | ||||||
| * | Reconnect when a task times out and propagates. | Rapptz | 2017-02-19 | 1 | -0/+1 | |
| | | ||||||
| * | [commands] Fix bad logic in command list filtering. | Rapptz | 2017-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | Fix NameError in GuildChannel.overwrites_for | Rapptz | 2017-02-17 | 1 | -2/+2 | |
| | | ||||||
| * | Fix Guild.bans to return a BanEntry object. | Rapptz | 2017-02-16 | 1 | -4/+15 | |
| | | ||||||
| * | Add experimental reconnection logic. | Rapptz | 2017-02-15 | 3 | -33/+141 | |
| | | ||||||
| * | Don't RESUME when given sharding related close codes. | Rapptz | 2017-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | Make discord.ext a namespace package. | Rapptz | 2017-02-14 | 2 | -13/+2 | |
| | | ||||||
| * | Ensure after is called inside the daemon thread for players. | Rapptz | 2017-02-14 | 1 | -2/+6 | |
| | | ||||||
| * | [commands] Add commands.clean_content converter. | Rapptz | 2017-02-13 | 2 | -2/+62 | |
| | | ||||||
| * | Fix bug with Message.role_mentions always being empty. | Rapptz | 2017-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | [commands] Allow converters to be instantiated. | Rapptz | 2017-02-13 | 2 | -8/+14 | |
| | | | | | | | | | | | This allows for you to create converters that can have varying behaviour using the converter's __init__ instead of having to do a meta-class based approach to get around the fact that __init__ is part of the interface. To make up for the lack of __init__, a new method Converter.prepare was added to do the work that __init__ used to do. | |||||
| * | Allow utils.maybe_coroutine to take any arguments. | Rapptz | 2017-02-13 | 1 | -3/+3 | |
| | | ||||||
| * | Add support for limit=None in Messageable.history. | Rapptz | 2017-02-13 | 2 | -11/+33 | |
| | | | | | Fixes #480. | |||||
| * | [commands] Remove Commands: if no commands can be run in help command. | Rapptz | 2017-02-13 | 1 | -2/+4 | |
| | | ||||||
| * | Documentation fixes for permission. | Rapptz | 2017-02-13 | 1 | -3/+3 | |
| | | ||||||
| * | [commands] Add cog local error handlers via __error. | Rapptz | 2017-02-12 | 1 | -2/+11 | |
| | | ||||||
| * | [commands] Add param attribute to MissingRequiredArgument | Rapptz | 2017-02-12 | 2 | -2/+9 | |
| | | | | | | | This should allow easier querying on what argument is missing. Fixes #470. | |||||
| * | Implement async checks. Fixes #380. | Rapptz | 2017-02-12 | 5 | -40/+83 | |
| | | ||||||
| * | Implement utilities for AsyncIterator. | Rapptz | 2017-02-11 | 4 | -52/+181 | |
| | | | | | Closes #473. | |||||
| * | Add Client.get_user_profile to get an arbitrary user's profile. | Rapptz | 2017-02-10 | 1 | -1/+38 | |
| | | ||||||
| * | Add Client.emojis to get all emojis. | Rapptz | 2017-02-10 | 2 | -6/+9 | |
| | | | | | This removes the older get_all_emojis generator. | |||||
| * | Fix NameError in GroupChannel. | Rapptz | 2017-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | [commands] Add Command.usage argument to override argument display. | Michael Van Buren | 2017-02-10 | 2 | -1/+6 | |
| | | ||||||
| * | Fix Member.display_name to work. | Rapptz | 2017-02-10 | 2 | -1/+11 | |
| | | ||||||
| * | Fix NameError in Client.get_invite | Rapptz | 2017-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | Better group DM support. | Rapptz | 2017-02-09 | 3 | -1/+174 | |
| | | ||||||
| * | Call message edit handlers after attempting to patch individual fields | Rapptz | 2017-02-09 | 1 | -6/+6 | |
| | | ||||||
| * | Removed unused variables in routes. | Rapptz | 2017-02-09 | 1 | -3/+0 | |
| | | ||||||
| * | Fix more places where server is used instead of guild in docstrings. | Rapptz | 2017-02-08 | 2 | -3/+3 | |
| | | ||||||
| * | Fix support for instant invites. | Rapptz | 2017-02-08 | 4 | -96/+165 | |
| | | ||||||
| * | Remove unused constants in HTTPClient | Rapptz | 2017-02-08 | 1 | -12/+0 | |
| | | ||||||
| * | Add missing continue statement in gateway futures. | Rapptz | 2017-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | Handle HEARTBEAT_ACK | Rapptz | 2017-02-08 | 1 | -2/+24 | |
| | | ||||||
| * | Rewrite RESUME logic to be more in line with what is requested. | Rapptz | 2017-02-08 | 3 | -24/+13 | |
| | | | | | | | Apparently we should always try to RESUME first and if we get INVALIDATE_SESSION then we should IDENTIFY instead. This is the preferred way to do RESUMEs. | |||||
| * | Only defer the lock if we're pre-emptively rate limiting. | Rapptz | 2017-02-08 | 1 | -1/+1 | |
| | | | | | | | If a 429 was already hit somehow then we're no longer pre-emptively rate limiting and we're going to end up having a race condition in the lock/unlock cycle. | |||||
| * | [commands] Better support for retrieving children commands. | Rapptz | 2017-02-06 | 1 | -2/+25 | |
| | | | | | | * GroupMixin.get_command now supports fully qualified names * Add GroupMixin.walk_commands to get an iterator of all commands. | |||||
| * | [commands] Fix converters returning the wrong types when an ID is passed | Rapptz | 2017-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | Fix Member.permissions_in passing in the wrong self parameter. | Rapptz | 2017-01-31 | 1 | -0/+16 | |
| | | ||||||
| * | Fix parsing of Invite.user | Rapptz | 2017-01-30 | 1 | -2/+2 | |
| | | ||||||
| * | Faster implementation of Guild.default_channel. | Rapptz | 2017-01-29 | 1 | -4/+4 | |
| | | ||||||
| * | Change Role.is_everyone to Role.is_default. | Rapptz | 2017-01-29 | 2 | -9/+9 | |
| | | ||||||