| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version bump to v1.5.1v1.5.1v1.5.x | Rapptz | 2020-10-19 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.5.1 | Rapptz | 2020-10-19 | 1 | -0/+25 |
| | | |||||
| * | Fix error when querying members from the gateway. | Rapptz | 2020-10-19 | 1 | -2/+1 |
| | | | | | I accidentally made this return True instead of the actual member list | ||||
| * | Allow concurrent calls to guild.chunk() | Rapptz | 2020-10-19 | 1 | -23/+35 |
| | | | | | | | This allows people who write guild.chunk() calls in highly concurrent places such as on_message or checks to not spam the gateway with an actual request and instead waits for the pre-existing request to finish | ||||
| * | Load member from guild_member_update dispatch | Florian Spieß | 2020-10-17 | 1 | -0/+3 |
| | | |||||
| * | [commands] Lazily fetch members in discord.Member converters | Rapptz | 2020-10-17 | 1 | -1/+46 |
| | | | | | | This makes commands taking members mostly work transparently without much effort from the user. | ||||
| * | Ensure our own member is never evicted from the cache in any policy. | Rapptz | 2020-10-17 | 1 | -4/+5 |
| | | |||||
| * | Add internal method to check if the websocket is currently ratelimited | Rapptz | 2020-10-17 | 1 | -0/+9 |
| | | |||||
| * | Fix attribute errors when timing out during chunking start-up | Rapptz | 2020-10-17 | 1 | -2/+2 |
| | | |||||
| * | Fix disconnect when trying to move to another voice channel. | Rapptz | 2020-10-17 | 2 | -22/+60 |
| | | | | | | | | | | | Not overly proud of this implementation but this allows the library to differentiate between a 4014 that means "move to another channel" or "move nowhere". Sometimes the VOICE_STATE_UPDATE comes before the actual websocket disconnect so special care had to be taken in that case. Fix #5904 | ||||
| * | Mark intent alias flags as actual aliases to skip them in __iter__ | Rapptz | 2020-10-17 | 1 | -3/+3 |
| | | | | | Fix #5945 | ||||
| * | Evict keys when they're set to None in PermissionOverwrite | Rapptz | 2020-10-17 | 1 | -3/+6 |
| | | | | | Fixes #5929 | ||||
| * | Properly insert at the end if position is not found when moving. | Rapptz | 2020-10-17 | 1 | -1/+1 |
| | | | | | Fixes #5923 | ||||
| * | Escape multi-line quotes properly | Rapptz | 2020-10-17 | 1 | -2/+2 |
| | | | | | Fix #5897 | ||||
| * | Fix Colour.dark_theme docstring. | Josh | 2020-10-16 | 1 | -2/+2 |
| | | |||||
| * | logging.rst: Fix some typos and grammar errors | numbermaniac | 2020-10-16 | 1 | -7/+7 |
| | | |||||
| * | Use Hashable mixin for Message | PythonCoderAS | 2020-10-16 | 1 | -4/+2 |
| | | |||||
| * | Fix typo in event reference | Eric Chan | 2020-10-16 | 1 | -1/+1 |
| | | |||||
| * | Add note pointing to discord.AllowedMentions | ChristopherJHart | 2020-10-04 | 1 | -0/+6 |
| | | |||||
| * | Add intents to the issue template | Rapptz | 2020-10-03 | 1 | -0/+4 |
| | | |||||
| * | Update intent documentation to use defaults | Rapptz | 2020-10-03 | 1 | -1/+1 |
| | | |||||
| * | Add intents to event reference | Xua | 2020-10-01 | 1 | -0/+76 |
| | | |||||
| * | Add intents to examples | Zomatree | 2020-10-01 | 2 | -2/+13 |
| | | |||||
| * | Some minor documentation fixes. | Rapptz | 2020-09-28 | 1 | -2/+14 |
| | | | | | Make examples all mention where to put it for the unaware. | ||||
| * | Version bump to v1.5.0v1.5.0 | Rapptz | 2020-09-28 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.4.2 | Rapptz | 2020-09-28 | 1 | -0/+28 |
| | | |||||
| * | Add changelog for v1.5.0 | Rapptz | 2020-09-28 | 1 | -0/+60 |
| | | |||||
| * | Add warning if guilds intent is disabled. | Rapptz | 2020-09-28 | 1 | -0/+3 |
| | | |||||
| * | Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errors | Rapptz | 2020-09-28 | 1 | -2/+11 |
| | | | | | | If the guilds intent is disabled all guilds are unavailable. This means we don't receive a member_count attribute and cannot update it. | ||||
| * | Update intents with small typo fixes | Alex Nørgaard | 2020-09-27 | 1 | -2/+2 |
| | | |||||
| * | Add Client.intents to query the current intents | Rapptz | 2020-09-26 | 2 | -0/+14 |
| | | | | | Closes #5854 | ||||
| * | Fixed incorrectly named 'Intent' class in doc. | Nekokatt | 2020-09-26 | 1 | -1/+1 |
| | | | | `Intent.members` -> `Intents.members`. | ||||
| * | Make Intent class creation more intuitive | Rapptz | 2020-09-24 | 3 | -11/+15 |
| | | |||||
| * | Fix typo in ValueError message | apple502j | 2020-09-24 | 1 | -1/+1 |
| | | |||||
| * | More intent documentation. | Rapptz | 2020-09-24 | 1 | -0/+24 |
| | | | | | | | Mention that you can downgrade the library to revert. Also mention that intents need to be updated in the code as well as the developer portal. | ||||
| * | More intent related documentation | Rapptz | 2020-09-24 | 2 | -4/+67 |
| | | |||||
| * | Add chunk_guilds_at_startup and deprecate fetch_offline_members | Rapptz | 2020-09-24 | 3 | -16/+34 |
| | | |||||
| * | Fix typos in Intents documentation | Sebastian Law | 2020-09-24 | 2 | -9/+13 |
| | | |||||
| * | Add support for flag alias | apple502j | 2020-09-24 | 2 | -11/+25 |
| | | |||||
| * | Use delete_message_days instead of delete-message-days | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Use /invites/ instead of /invite/ | Rapptz | 2020-09-23 | 1 | -2/+2 |
| | | |||||
| * | Add documentation for gateway intents | Rapptz | 2020-09-23 | 5 | -2/+206 |
| | | |||||
| * | Mention potential Guild.member_count accuracy issues | Rapptz | 2020-09-23 | 1 | -1/+8 |
| | | |||||
| * | Fix presence intent docstring | Muhammad Hamza | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Disable voice cache in weird intent configurations. | Rapptz | 2020-09-23 | 1 | -0/+3 |
| | | |||||
| * | Fix up wording in MemberCacheFlags exception | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Some documentation fixes for MemberCacheFlags and Intents | Rapptz | 2020-09-23 | 1 | -1/+2 |
| | | |||||
| * | Default MemberCacheFlags based on intents | Rapptz | 2020-09-23 | 3 | -2/+30 |
| | | |||||
| * | Add a special exception for required privileged intents | Rapptz | 2020-09-23 | 4 | -3/+46 |
| | | |||||
| * | Pass default intents if not explicitly given | Rapptz | 2020-09-23 | 1 | -0/+2 |
| | | |||||