| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Client.intents to query the current intents | Rapptz | 2020-09-26 | 1 | -0/+8 |
| | | | | | Closes #5854 | ||||
| * | Add chunk_guilds_at_startup and deprecate fetch_offline_members | Rapptz | 2020-09-24 | 1 | -7/+13 |
| | | |||||
| * | Some documentation fixes for MemberCacheFlags and Intents | Rapptz | 2020-09-23 | 1 | -1/+2 |
| | | |||||
| * | Default MemberCacheFlags based on intents | Rapptz | 2020-09-23 | 1 | -0/+2 |
| | | |||||
| * | Add a special exception for required privileged intents | Rapptz | 2020-09-23 | 1 | -0/+2 |
| | | |||||
| * | Allow finer grained control over the member cache. | Rapptz | 2020-09-23 | 1 | -2/+7 |
| | | |||||
| * | Add Guild.chunk and deprecated Client.request_offline_members | Rapptz | 2020-09-23 | 1 | -1/+2 |
| | | |||||
| * | Fix Client.request_offline_members no longer working | Rapptz | 2020-09-23 | 1 | -4/+9 |
| | | |||||
| * | Add support for guild intents | Rapptz | 2020-09-23 | 1 | -0/+4 |
| | | |||||
| * | Implement VoiceProtocol lower level hooks. | Rapptz | 2020-09-23 | 1 | -1/+5 |
| | | | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks. | ||||
| * | Fix and add documentation | Michael | 2020-09-23 | 1 | -2/+12 |
| | | |||||
| * | Remove namedtuples to better future guard the library | Tarek | 2020-09-21 | 1 | -1/+0 |
| | | |||||
| * | Don't call close() if we've already been closed in Client.run | alkatar21 | 2020-09-01 | 1 | -1/+2 |
| | | |||||
| * | Fix hyperlink reference to PartialInviteChannel in Client | Nanofaux | 2020-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix gramatical error in Client guild_subscriptions docs | Josh | 2020-08-04 | 1 | -1/+1 |
| | | |||||
| * | Add guild_ready_timeout to control the timeout of GUILD_CREATE stream | Rapptz | 2020-07-25 | 1 | -0/+5 |
| | | | | | | | | This also fixes a timing issue where READY would take far too long to load for big bot authors. Closes #4112 | ||||
| * | Handle Connection Reset by Peer connection errors. | Rapptz | 2020-07-25 | 1 | -14/+23 |
| | | | | | | | | | | | | | This should work both on Windows and on Linux. Apparently these types of blips are considered normal for Discord. So rather than letting the reconnect logic handler expect these to be catastrophic, it should handle it specially so it doesn't waste an IDENTIFY for what ultimately should just be a small networking blip. This also makes it less noisy for the end-user as these complaints happen from time to time. | ||||
| * | Add before_identify_hook to have finer control over IDENTIFY syncing | Rapptz | 2020-07-25 | 1 | -6/+37 |
| | | |||||
| * | Rewrite gateway to use aiohttp instead of websockets | Rapptz | 2020-07-25 | 1 | -5/+6 |
| | | |||||
| * | Rewrite of AutoShardedClient to prevent overlapping identify | Rapptz | 2020-07-25 | 1 | -3/+6 |
| | | | | | This is experimental and I'm unsure if it actually works | ||||
| * | [bugs] stop resolving Object for template/invite; remove dupe methods | NCPlayz | 2020-06-29 | 1 | -2/+2 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -2/+36 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -6/+6 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix timeout issues with fetching members via query_members | Rapptz | 2020-05-10 | 1 | -19/+5 |
| | | | | | | | | | | | | | This uses the nonce field to properly disambiguate queries. There's also some redesigning going on behind the scenes and minor clean-up. Originally I planned on working on this more to account for the more widespread chunking changes planned for gateway v7 but I realized that this would indiscriminately slow down everyone else who isn't planning on working with intents for now. I will work on the larger chunking changes in the future, should time allow for it. | ||||
| * | Rename allowed mention parameters to allowed_mentions | Rapptz | 2020-04-04 | 1 | -8/+8 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | Add support for configuring allowed mentions per message or bot wide. | Rapptz | 2020-04-04 | 1 | -1/+5 |
| | | |||||
| * | Fix regression with Member.activities not clearing | Rapptz | 2020-04-04 | 1 | -0/+3 |
| | | |||||
| * | Change default close code to 4000 instead of 1000. | Rapptz | 2020-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
| * | Don't add None to Member.activities tuple | jack1142 | 2020-04-04 | 1 | -1/+2 |
| | | |||||
| * | fixing the BaseActivity links | Glazed_Belmont | 2020-04-04 | 1 | -3/+3 |
| | | |||||
| * | Minor documentation fixes | Rapptz | 2020-01-21 | 1 | -1/+1 |
| | | |||||
| * | Drop superfluous zero in version related changes in the documentation | Rapptz | 2020-01-21 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Document BaseActivity | Rapptz | 2020-01-14 | 1 | -4/+0 |
| | | |||||
| * | Expose _ActivityTag as BaseActivity to easily refer to. | Rapptz | 2020-01-14 | 1 | -6/+6 |
| | | |||||
| * | Fix more deprecation warnings for 3.8 | Rapptz | 2019-11-26 | 1 | -1/+1 |
| | | |||||
| * | Fix all deprecation warnings for 3.8 | Rapptz | 2019-11-20 | 1 | -5/+5 |
| | | |||||
| * | Use X-Ratelimit-Reset-After header by default. | Rapptz | 2019-08-27 | 1 | -1/+10 |
| | | | | | There is now an option to turn it off, of course. | ||||
| * | Strip tokens before use. | Rapptz | 2019-08-27 | 1 | -1/+1 |
| | | | | | Closes #2135 | ||||
| * | Allow disabling the message cache with max_messages=None | Rapptz | 2019-08-27 | 1 | -3/+5 |
| | | | | | | | This also changes the default to 1000 instead of 5000 since it can take some time for small bots to cycle through the default and they make up the majority of it. | ||||
| * | Disambiguate and normalize documentation for non-bot only methods | Tyler | 2019-08-11 | 1 | -1/+5 |
| | | |||||
| * | Document that the cache retrieval functions require an int ID. | Rapptz | 2019-07-23 | 1 | -9/+40 |
| | | | | | Closes #2285 | ||||
| * | on_member_leave => on_member_remove | Tarek | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | Fix doc URL in Client.fetch_guild | Steve C | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | Better knowledge on how guild_subscriptions work now. | Rapptz | 2019-07-15 | 1 | -1/+6 |
| | | |||||
| * | Add versionadded for guild_subscriptions option. | Rapptz | 2019-07-10 | 1 | -14/+16 |
| | | |||||
| * | Add support for guild subscriptions. | Rapptz | 2019-07-10 | 1 | -0/+24 |
| | | |||||