| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow HistoryIterator to take limit of 1 even when around is passed | hamza1311 | 2020-04-19 | 1 | -2/+0 |
| | | |||||
| * | Fix PartialEmoji.url.read for reactions | apple502j | 2020-04-18 | 1 | -1/+1 |
| | | |||||
| * | Fix cases where member_count is equal to 0 | Rapptz | 2020-04-16 | 1 | -1/+1 |
| | | | | | Fixes #4008, #4005 | ||||
| * | [tasks] Replace stack-based implementation with a cleaner one. | Rapptz | 2020-04-14 | 1 | -37/+6 |
| | | |||||
| * | [tasks] Create different Loop objects for different instances | Rapptz | 2020-04-14 | 1 | -2/+44 |
| | | | | | Fixes #2294 | ||||
| * | Bump blocking threshold from 5 seconds to 10 seconds | Rapptz | 2020-04-14 | 1 | -3/+3 |
| | | |||||
| * | Add traceback to debug blocking issues | Rapptz | 2020-04-14 | 1 | -1/+12 |
| | | |||||
| * | Remove from the FAQ that there's no event for invites being created | chickenmatty | 2020-04-14 | 1 | -1/+1 |
| | | |||||
| * | Guild.owner may be None for very large guilds. | Arthur | 2020-04-14 | 1 | -1/+1 |
| | | |||||
| * | Fix an FFmpegOpusAudio documentation detail, and some capitalization | Austin Lasher | 2020-04-14 | 1 | -6/+6 |
| | | |||||
| * | Update copyright year for documentation | jack1142 | 2020-04-14 | 1 | -1/+1 |
| | | |||||
| * | Edit message publish documentation | Kowlin | 2020-04-14 | 1 | -5/+2 |
| | | |||||
| * | Add new alias VerificationLevel.very_high | apple502j | 2020-04-09 | 2 | -0/+7 |
| | | |||||
| * | [commands] Raise CheckFailure if all bot "check once" fail | Rapptz | 2020-04-06 | 1 | -0/+2 |
| | | | | | Fix #2643 | ||||
| * | Move log levels around to make INFO a little less noisy | Rapptz | 2020-04-06 | 2 | -6/+10 |
| | | |||||
| * | Bump version for development | Rapptz | 2020-04-06 | 1 | -2/+2 |
| | | |||||
| * | Fix VoiceClient.average_latency erroring when heartbeat is None | Rapptz | 2020-04-06 | 1 | -2/+4 |
| | | |||||
| * | animated key is never given to reaction_remove(_emoji) | NCPlayz | 2020-04-06 | 2 | -5/+5 |
| | | |||||
| * | Update documentation on guild features to reflect Discord changes | Jake Ward | 2020-04-06 | 1 | -2/+3 |
| | | |||||
| * | [commands] Stop yielding duplicate commands from walk_commands | MarkKoz | 2020-04-06 | 1 | -2/+6 |
| | | |||||
| * | Documentation fixups for allowed mentions | Rapptz | 2020-04-04 | 2 | -2/+2 |
| | | |||||
| * | Rename allowed mention parameters to allowed_mentions | Rapptz | 2020-04-04 | 5 | -34/+35 |
| | | |||||
| * | Allow introspection and setting of global allowed mention configuration | Rapptz | 2020-04-04 | 1 | -0/+18 |
| | | |||||
| * | Fix various implementation bugs with allowed mentions | Rapptz | 2020-04-04 | 3 | -7/+11 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 8 | -7/+152 |
| | | |||||
| * | Fix regression with Member.activities not clearing | Rapptz | 2020-04-04 | 2 | -2/+5 |
| | | |||||
| * | Add position argument to Guild.create_category | Ilya Lukyanov | 2020-04-04 | 1 | -2/+2 |
| | | | | | This way we can specify category position upon creation | ||||
| * | Allow for optional custom error handler in tasks extension | Josh B | 2020-04-04 | 1 | -6/+38 |
| | | |||||
| * | Remove extra to in tasks docs | Epic | 2020-04-04 | 1 | -1/+1 |
| | | |||||
| * | Add use_cached to Attachment.to_file | Maku | 2020-04-04 | 1 | -2/+12 |
| | | |||||
| * | [tasks] Add is_running property to Loop | James | 2020-04-04 | 1 | -0/+7 |
| | | |||||
| * | Added VoiceClient.latency and VoiceClient.average_latency | Fwf | 2020-04-04 | 2 | -5/+39 |
| | | | | | | This also implements the heartbeating a bit more consistent to the official Discord client. | ||||
| * | [commands] Implement `commands.before/after_invoke` | NCPlayz | 2020-04-04 | 2 | -8/+101 |
| | | |||||
| * | Fix documentation problem with color | Saurabh Chaturvedi | 2020-04-04 | 1 | -1/+4 |
| | | | | | At readthedocs.io, for role `color`, it says "Returns the role colour. An alias exists under `color`". This PR fixes that to say "Returns the role color. An alias exists under `colour`". | ||||
| * | Version bump to v1.3.3v1.3.3 | Rapptz | 2020-04-04 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.3.3 | Rapptz | 2020-04-04 | 1 | -0/+13 |
| | | |||||
| * | Change default close code to 4000 instead of 1000. | Rapptz | 2020-04-04 | 3 | -3/+3 |
| | | | | | | | | | | | This prevents our sessions from being invalidated by Discord which caused a lot of failures when resuming. This caused an unnecessary amount of IDENTIFYs to happen depending on the circumstances. Closes #2631 See also discord/discord-api-docs#1472 | ||||
| * | Fixed missing awaits in subclassed coros | DevilXD | 2020-04-04 | 1 | -1/+1 |
| | | |||||
| * | Don't add None to Member.activities tuple | jack1142 | 2020-04-04 | 2 | -2/+4 |
| | | |||||
| * | Add "FEATURABLE" in guild features. | PredaaA | 2020-04-04 | 1 | -0/+1 |
| | | |||||
| * | [commands] Fix a typo in the docstring of the internal _Semaphore class | s0lst1ce | 2020-04-04 | 1 | -1/+1 |
| | | |||||
| * | fixing the BaseActivity links | Glazed_Belmont | 2020-04-04 | 1 | -3/+3 |
| | | |||||
| * | Change package manager yum to dnf | Peter Levart | 2020-03-01 | 2 | -2/+2 |
| | | |||||
| * | Capitalize Python for consistency | Peter Levart | 2020-03-01 | 1 | -1/+1 |
| | | |||||
| * | Bump version to v1.3.2v1.3.2 | Rapptz | 2020-02-22 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.3.2 | Rapptz | 2020-02-22 | 1 | -0/+18 |
| | | |||||
| * | Suppress missing Content-Type headers when fetching content | Rapptz | 2020-02-22 | 1 | -2/+7 |
| | | | | | Fixes #2572 | ||||
| * | Fix invalid format specifier in PartialWebhookState.__getattr__ | Sebastiaan Zeeff | 2020-02-22 | 1 | -1/+1 |
| | | | | | | | | | | The message for the AttributeError raised by the __getattr__ method of the PartialWebhookState class is formatted using `str.format`. However, the placeholder contained a stray ":" before the !r specifier. This caused a ValueError("Invalid format specifier") to be raised whenever this method was called in lieu of the AttributeError that is intended to be raised. | ||||
| * | on_invite_create requires Manage Channels | the-white-light | 2020-02-22 | 1 | -0/+2 |
| | | | | | Event on_invite_create (and presumably _delete) require Manage Channels permission. | ||||
| * | Fix Webhook.send returning an empty string when wait=False | Rapptz | 2020-02-16 | 1 | -2/+4 |
| | | |||||