| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added __eq__ to Message | Andres Torres | 2020-09-04 | 1 | -0/+9 |
| | | |||||
| * | Add South Korea VoiceRegion | Patrick | 2020-08-18 | 1 | -0/+3 |
| | | |||||
| * | Document on_error "special" behavior | Vexs | 2020-08-14 | 1 | -0/+8 |
| | | |||||
| * | Add an exposed way to extract shard-specific information. | Rapptz | 2020-07-25 | 1 | -4/+10 |
| | | | | | Closes #2654 | ||||
| * | Add shard related connection and resume events. | Rapptz | 2020-07-25 | 1 | -0/+30 |
| | | | | | | | | These include: * on_shard_resumed * on_shard_connect * on_shard_disconnect | ||||
| * | Fix typo in on_socket_raw_send documentation | AXVin | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | [docs] fix reference to `Guild` and document `utils.resolve_template` | NCPlayz | 2020-07-08 | 1 | -0/+2 |
| | | |||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 1 | -1/+30 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -0/+6 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -47/+182 |
| | | |||||
| * | Add support for public user flags | JohnyTheCarrot | 2020-05-29 | 1 | -0/+6 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Add new alias VerificationLevel.very_high | apple502j | 2020-04-09 | 1 | -0/+6 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 1 | -0/+6 |
| | | |||||
| * | 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. | ||||
| * | Add discord.ChannelType.category to documentation | Deniz | 2020-02-16 | 1 | -0/+3 |
| | | |||||
| * | Documentation fixes (#2531) | Harmon | 2020-01-24 | 1 | -7/+7 |
| | | | | | | * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation | ||||
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 1 | -6/+37 |
| | | | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog | ||||
| * | Add changelog for v1.3 | Rapptz | 2020-01-22 | 1 | -0/+1 |
| | | |||||
| * | Improve usability of utils.sleep_until | Josh B | 2020-01-21 | 1 | -0/+1 |
| | | | | | | | | | | Fix issue where sleeping for an extended period on python 3.5 would cause an exception Add sleep_until to API docs Add result argument to sleep_until | ||||
| * | Drop final 0 in versionadded numbers in api.rst | Rapptz | 2020-01-21 | 1 | -7/+6 |
| | | |||||
| * | Add support for clearing a specific reaction. | Rapptz | 2020-01-17 | 1 | -5/+35 |
| | | | | | Closes #2440 | ||||
| * | Add support for on_invite_create and on_invite_delete | Rapptz | 2020-01-17 | 1 | -0/+31 |
| | | |||||
| * | Document BaseActivity | Rapptz | 2020-01-14 | 1 | -0/+6 |
| | | |||||
| * | Add support for custom activities | Rapptz | 2020-01-14 | 1 | -0/+9 |
| | | | | | | | It's been long enough. Fixes #2400 | ||||
| * | Add `VoiceRegion.dubai` | NCPlayz | 2020-01-06 | 1 | -1/+4 |
| | | |||||
| * | Add Profile.system and Profile.team_user to query newer flags | Rapptz | 2019-12-21 | 1 | -3/+9 |
| | | |||||
| * | Implement discord.MessageFlags | NCPlayz | 2019-12-20 | 1 | -0/+6 |
| | | | | | Refactor flags placement and use it for suppression. | ||||
| * | Implement `Webhook.type` | NCPlayz | 2019-11-26 | 1 | -0/+12 |
| | | |||||
| * | Add new audit log entry types. Fix issue with unknown entry types | Josh B | 2019-11-26 | 1 | -2/+87 |
| | | |||||
| * | docs: `on_guild_emojis_update` is a `Sequence` | jack1142 | 2019-10-17 | 1 | -2/+2 |
| | | |||||
| * | add suppress-embeds to on_message_edit triggers | Riley Shaw | 2019-10-17 | 1 | -0/+1 |
| | | |||||
| * | Add europe region | apple502j | 2019-10-17 | 1 | -0/+9 |
| | | |||||
| * | change game playing to activity | Riley Shaw | 2019-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add CHANNEL_FOLLOW_ADD Message Type | Dice | 2019-08-27 | 1 | -0/+6 |
| | | | | | | | | | Add documentation for MessageType.channel_follow_add Add versionchanged to new MessageType attr Add system_content for new MessageType | ||||
| * | Add FFmpegOpusAudio and other voice improvements | Imayhaveborkedit | 2019-07-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework FFmpeg player and add FFmpegOpusAudio I have extracted some of the base FFmpeg source code into its own base class and reimplemented the PCM and the new Opus variants. Support avconv probing Also fix a few things Update `__all__` Fix the bugs Rework probe functions and add factory function Probing involves subprocess so it has been reworked into an async factory function. Add docs + a few tweaks * Removed unnecessary read() and is_opus() functions from FFmpegAudio * Clear self._stdout in cleanup() * Add 20 second process communication timeout to probe functions * Capped probe function bitrate values at 512 Change AudioPlayer to use more accurate, monotonic time.perf_counter() Add lazy opus loading The library now no longer loads libopus on import, only on opus.Encoder creation or manually. Fix review nits | ||||
| * | Fix some linking issues with TeamMembershipState | Rapptz | 2019-06-30 | 1 | -2/+2 |
| | | |||||
| * | Remove constructibility from certain classes in documentation. | Rapptz | 2019-06-30 | 1 | -4/+4 |
| | | |||||
| * | [commands] Properly raise the correct exception for owner_ids | Rapptz | 2019-06-29 | 1 | -4/+1 |
| | | | | | Also some minor nits with documentation. | ||||
| * | Support team members data in application info | fourjr | 2019-06-29 | 1 | -0/+21 |
| | | |||||
| * | Update Sphinx to 2.1.2 | Rapptz | 2019-06-28 | 1 | -18/+22 |
| | | |||||
| * | Update docs to note Enum derivation change | Toby Harradine | 2019-06-10 | 1 | -1/+2 |
| | | |||||
| * | Fix exception hierarchy documentation. | Rapptz | 2019-06-08 | 1 | -3/+6 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -83/+131 |
| | | |||||
| * | Add support for system channel flags | Rapptz | 2019-06-06 | 1 | -0/+7 |
| | | |||||
| * | Add support for new message types related to premium guilds. | Rapptz | 2019-06-04 | 1 | -0/+16 |
| | | |||||
| * | Fix pluralization errors in various files | Ehren Julien-Neitzert | 2019-05-23 | 1 | -1/+1 |
| | | | | | | * Replaced instances of 'return an' with 'returns an' * fixed pluralization errors | ||||
| * | Update on_group_join docs | apple502j | 2019-05-18 | 1 | -2/+1 |
| | | |||||
| * | Add India region to VoiceRegion | apple502j | 2019-05-13 | 1 | -0/+3 |
| | | |||||
| * | 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. | ||||