88 Commits (ea2d972666364c0f8159c9166e97f1b6053e3b68)

Author SHA1 Message Date
Rapptz ea2d972666 Make global log variable in modules private 4 years ago
Rapptz 8d80259a80 Reformat shard.py 4 years ago
Stocker 5390caa67d
Typehint shard.py 4 years ago
Aaron Hennessey 15eb3d2e5d
Remove afk parameter from change_presence 4 years ago
Rapptz a8da7d03b9 Remove AutoShardedClient.request_offline_members 4 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Rapptz 54288879e2 Remove userbot functionality 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Nadir Chowdhury 63ec23bac2
Code optimisations and refactoring via Sourcery 4 years ago
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