| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [tasks] Log exception when something failed to logging. | Rapptz | 2019-05-13 | 1 | -0/+6 |
| | | |||||
| * | Add back __repr__ that were deleted in the Asset redesign | Benjamin Mintz | 2019-05-13 | 3 | -0/+11 |
| | | | | | | | The Asset PR (be227ebcf0c8bad6b56798339b5414b8da414dc0) changed some namedtuple-deriving classes to object-deriving classes, which meant that the free __repr__ provided by namedtuple was removed | ||||
| * | [tasks] Return coro from before and after decorators | SnowyLuma | 2019-05-13 | 1 | -1/+2 |
| | | |||||
| * | Add India region to VoiceRegion | apple502j | 2019-05-13 | 2 | -0/+4 |
| | | |||||
| * | [tasks] Keep retrying before gracefully exiting. | Rapptz | 2019-05-12 | 1 | -2/+10 |
| | | |||||
| * | [tasks] Add Loop.stop to gracefully stop a task. | Rapptz | 2019-05-12 | 1 | -0/+17 |
| | | | | | Updated docs will follow shortly. | ||||
| * | [tasks] Reset iteration count when loop terminates. | Rapptz | 2019-05-12 | 1 | -0/+1 |
| | | |||||
| * | Change version to v1.2.0a for development purposes. | Rapptz | 2019-05-11 | 1 | -2/+2 |
| | | |||||
| * | [commands] Explicitly assign invoked_subcommand to None before invoking | Rapptz | 2019-05-11 | 1 | -0/+2 |
| | | | | | | This should fix instances of it not working as expected in nested groups. | ||||
| * | Version bump to v1.1.1v1.1.1 | Rapptz | 2019-05-11 | 2 | -2/+17 |
| | | |||||
| * | Add back signal handling to Client.run | Rapptz | 2019-05-11 | 1 | -2/+16 |
| | | | | | | Apparently Python does not transform SIGTERM to KeyboardInterrupt as nicely as I thought. | ||||
| * | Don't overwrite data parameter in webhooks. | Rapptz | 2019-05-10 | 1 | -15/+15 |
| | | | | | Fixes #2140 | ||||
| * | Version bump to v1.1.0v1.1.0 | Rapptz | 2019-05-10 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.1.0 | Rapptz | 2019-05-10 | 3 | -0/+71 |
| | | |||||
| * | Fix typo in Loop.restart documentation | Steve C | 2019-05-10 | 1 | -1/+1 |
| | | |||||
| * | [tasks] Add Loop.restart | Rapptz | 2019-05-10 | 1 | -1/+28 |
| | | | | | | | | This implementation waits until the task is done before starting it again. Closes #2075 | ||||
| * | Minor nits in Discord Converters section of the docs. | Rapptz | 2019-05-09 | 1 | -1/+2 |
| | | |||||
| * | [commands] MinimalHelpCommand: add cog description | Benjamin Mintz | 2019-05-09 | 1 | -0/+3 |
| | | |||||
| * | Tightended the constraints of Spotify.__eq__. | Dante Dam | 2019-05-09 | 1 | -1/+2 |
| | | |||||
| * | Document remaining public enums. | NCPlayz | 2019-05-09 | 1 | -17/+110 |
| | | | | | | | | | | - UserContentFilter - FriendFlags - PremiumType - Theme UserFlags is not documented as though it is only used internally. | ||||
| * | Add cached_message to on_raw_message_edit event | Vexs | 2019-05-09 | 3 | -3/+12 |
| | | | | | Also add documentation for this behavior | ||||
| * | Mention what can be done during initialisation in embeds. | Rapptz | 2019-05-07 | 1 | -3/+6 |
| | | |||||
| * | [commands] Better note for Command.invoke | Rapptz | 2019-05-05 | 1 | -6/+11 |
| | | |||||
| * | Translation sync with Crowdin | Rapptz | 2019-05-04 | 19 | -11331/+9336 |
| | | |||||
| * | Actually use multiple checks in the examples for checks. | Rapptz | 2019-05-01 | 1 | -0/+2 |
| | | |||||
| * | Add log line to show if we disconnected normally. | Rapptz | 2019-05-01 | 1 | -0/+1 |
| | | |||||
| * | [tasks] Add way to query cancellation state for Loop.after_loop | Rapptz | 2019-04-30 | 2 | -8/+51 |
| | | | | | Fixes #2121 | ||||
| * | Add support for voice kicking. | Rapptz | 2019-04-30 | 1 | -5/+13 |
| | | |||||
| * | [commands] Fix MessageConverter not inheriting from Converter | Rapptz | 2019-04-29 | 1 | -1/+1 |
| | | | | | Closes #2126 | ||||
| * | [tasks] Remove support for awaitables due to gotchas. | Rapptz | 2019-04-29 | 2 | -37/+17 |
| | | | | | Fixes #2079 | ||||
| * | Proper location of versionadded | Rapptz | 2019-04-29 | 1 | -2/+2 |
| | | |||||
| * | Fixed a typo in GuildChannel.overwrites docstring | DevilXD | 2019-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed TextChannel edit method missing slowmode unit | DevilXD | 2019-04-29 | 2 | -4/+4 |
| | | |||||
| * | Added missing get_role method to the faq. | Tarek1337 | 2019-04-29 | 1 | -0/+1 |
| | | |||||
| * | Add read method to attachment objects | Vexs | 2019-04-29 | 1 | -2/+37 |
| | | | | | Refactor save to use new read method | ||||
| * | [commands] Fix Context.send_help to work with the copied HelpCommand | Rapptz | 2019-04-29 | 1 | -0/+2 |
| | | |||||
| * | [commands] Copy HelpCommand instances to prevent race conditions. | Rapptz | 2019-04-29 | 1 | -29/+52 |
| | | | | | | | | | Fixes #2123 Slight breaking change if someone had an expectation that no copies were made behind the scene (which is sensible), however writing code that relies on this expectation is probably buggy anyway. | ||||
| * | Fix USER_UPDATE changes not triggering for member instances. | Rapptz | 2019-04-28 | 2 | -19/+31 |
| | | | | | Also add a ClientUser.locale attribute. | ||||
| * | Rewrite loop cleanup code (again...) and remove signal handling. | Rapptz | 2019-04-26 | 1 | -66/+27 |
| | | | | | This should hopefully be the last time I touch this. | ||||
| * | voice room → voice channel in event documentation | Rapptz | 2019-04-25 | 1 | -2/+2 |
| | | |||||
| * | Use a regular boolean instead of asyncio.Event for close status. | Rapptz | 2019-04-25 | 2 | -6/+6 |
| | | |||||
| * | [commands] Allow passing `current` to more cooldown mapping methods. | Rapptz | 2019-04-24 | 2 | -5/+9 |
| | | | | | Also adds a CooldownMapping.update_rate_limit helper function. | ||||
| * | Add Asset.read() to retrieve assets into bytes objects | slice | 2019-04-20 | 1 | -22/+40 |
| | | |||||
| * | [commands] Allow passing of a message to NoPrivateMessage again. | Rapptz | 2019-04-20 | 2 | -4/+5 |
| | | | | | Prevents an accidental breaking change. | ||||
| * | [commands] DM channels are NSFW in commands.is_nsfw check. | Rapptz | 2019-04-20 | 1 | -2/+3 |
| | | |||||
| * | Consistent use of __all__ to prevent merge conflicts. | Rapptz | 2019-04-20 | 12 | -36/+130 |
| | | |||||
| * | [commands] Clean docstrings in Command.parents and Command.root_parent | Rapptz | 2019-04-20 | 1 | -7/+3 |
| | | |||||
| * | [commands] Consistently mention inheritance of exceptions. | Rapptz | 2019-04-20 | 1 | -12/+45 |
| | | |||||
| * | [commands] Add Command.parents | Vexs | 2019-04-20 | 1 | -8/+22 |
| | | | | | Make command.root_parent use new command.parents property | ||||
| * | [commands] Add custom exception classes for built-in checks | Vexs | 2019-04-20 | 3 | -47/+241 |
| | | | | | | | | | Added: * MissingRole * BotMissingRole * MissingAnyRole * BotMissingAnyRole | ||||