79 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Rapptz 12d0ae71df Add a way to check if the websocket is rate limited. 4 years ago
Rapptz 005a80303f Add chunk_guilds_at_startup and deprecate fetch_offline_members 5 years ago
Rapptz bf8ca58996 Add a special exception for required privileged intents 5 years ago
Rapptz cb8cb557f5 Add Guild.chunk and deprecated Client.request_offline_members 5 years ago
Rapptz 055fe76241 Fix Client.request_offline_members no longer working 5 years ago
Rapptz 0b93fa3a82 Implement VoiceProtocol lower level hooks. 5 years ago
Rapptz 4ccd9c1591 Remove caching from AutoShardedClient.shards 5 years ago
Rapptz 50f4c31d31 Terminate shard processing queue when a clean close is encountered. 5 years ago
Rapptz b77af19939 Fix AttributeError from internal queue being double underscore. 5 years ago
Rapptz 7ed26db3b3 Add an exposed way to extract shard-specific information. 5 years ago
Rapptz a42bebe581 Propagate exceptions when an unhandled error happens 5 years ago
Rapptz e2f42597a5 Handle Connection Reset by Peer connection errors. 5 years ago
Rapptz 8070d39a23 Add shard related connection and resume events. 5 years ago
Rapptz 80cc5b5edb Handle connection errors during reidentify flow. 5 years ago
Rapptz f658fcf164 Make every shard maintain its own reconnect loop 5 years ago
Rapptz 394b514cc9 Add before_identify_hook to have finer control over IDENTIFY syncing 5 years ago
Rapptz 9c7ae6b9dc Fix READY not firing for multi-processed AutoShardedClient clusters 5 years ago
Rapptz 988505a97f Use a proper type for the event queue 5 years ago
Rapptz b8154e365f Rewrite gateway to use aiohttp instead of websockets 5 years ago
Rapptz 45cb231161 Fix AttributeError on reconnection 5 years ago
Rapptz 09ecb16680 Rewrite of AutoShardedClient to prevent overlapping identify 5 years ago
Rapptz 13a3f760e6 Fix timeout issues with fetching members via query_members 5 years ago
Rapptz 6c764465c0 Fix regression with Member.activities not clearing 5 years ago
Rapptz 403651a144 Change default close code to 4000 instead of 1000. 5 years ago
jack1142 7b3335a0b0 Don't add None to Member.activities tuple 5 years ago
Rapptz 5c7df3d943 Bump waiting time of GUILD_CREATE stream by number of shards waited. 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 5f7a97ff96 Document BaseActivity 5 years ago
Rapptz 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. 5 years ago
Rapptz 4ef0fb0d95 Fix more deprecation warnings 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
Reece Dunham 34b93c757c docs: Fix minor typo 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 00a0856cc4 Use a dict instead of getattr for parsing events. 6 years ago
Rapptz 186d9a7f9c Use a regular boolean instead of asyncio.Event for close status. 6 years ago
Rapptz 61ee88b0fc Fix oversight where on_disconnect did not get called on WS termination. 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
SnowyLuma e89e7dfe93 Add support for multiple activities 7 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Gorialis e29e3438ec
Don't try to close shards if there are none yet. 7 years ago
Rapptz 2721689254 Optimise tight loops in DiscordGateway.received_message 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Rapptz 5ae9ea26b1 Disable compression for websockets. 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago