254 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Rapptz 442962596e Dispatch user updates if the global cache gets stale in update events 4 years ago
Nadir Chowdhury 59c11e71a2
Implement presences for `Guild.query_members` 4 years ago
Sebastian Law 36292a65ea
remove extraneous assignment 4 years ago
Nadir Chowdhury 6b803acde4
[chore] Remove redundant imports 4 years ago
Rapptz f174365d33 Ensure member key is not overwritten by author key in MESSAGE_UPDATE 4 years ago
Rapptz 7a3a571e0a Don't store a user cache if there's no member intent or cache is off 4 years ago
Rapptz 431ee8794b Fix error with templates not having access to member cache flags. 4 years ago
Rapptz 707cb47438 Fix error when querying members from the gateway. 5 years ago
Rapptz 1a6295dffb Allow concurrent calls to guild.chunk() 5 years ago
Florian Spieß ae65d75f96
Load member from guild_member_update dispatch 5 years ago
Rapptz 61e25cb090 Ensure our own member is never evicted from the cache in any policy. 5 years ago
Rapptz b07d474bd6 Fix attribute errors when timing out during chunking start-up 5 years ago
Rapptz bf42cf7232 Add warning if guilds intent is disabled. 5 years ago
Rapptz 1ebb52b139 Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errors 5 years ago
Rapptz 28e5b2a5e1 Add Client.intents to query the current intents 5 years ago
Rapptz e4d7f44aa5 Make Intent class creation more intuitive 5 years ago
apple502j dc6e9e7fd6
Fix typo in ValueError message 5 years ago
Rapptz 005a80303f Add chunk_guilds_at_startup and deprecate fetch_offline_members 5 years ago
Rapptz 8d5c05ed20 Default MemberCacheFlags based on intents 5 years ago
Rapptz 4d813da9e1 Pass default intents if not explicitly given 5 years ago
Rapptz 23ae084b8c Allow finer grained control over the member cache. 5 years ago
Rapptz cb8cb557f5 Add Guild.chunk and deprecated Client.request_offline_members 5 years ago
Rapptz 0ea0f483bc Fix timeouts due to hitting the gateway rate limit 5 years ago
Rapptz 7db0008190 Maximize the amount of concurrency while chunking. 5 years ago
Rapptz 0ec72660cf Speed up chunking for guilds with presence intent enabled 5 years ago
Rapptz 92e1816114 Maximize concurrency when chunking on AutoSharded clients 5 years ago
Rapptz 3df269daa3 All guilds require chunking if opting into it 5 years ago
Rapptz c261f7c4a3 Handle user updates within GUILD_MEMBER_UPDATE 5 years ago
Rapptz 930761e058 Rewrite chunking to work with intents. 5 years ago
Rapptz 11d8a6fa3c Change unknown cache log warnings from WARNING -> DEBUG 5 years ago
Rapptz a6381dcf77 Add support for guild intents 5 years ago
Rapptz 0b93fa3a82 Implement VoiceProtocol lower level hooks. 5 years ago
Rapptz ec3c3eb4c6 Update message references in AutoShardedConnectionState 5 years ago
Rapptz d37b91dfc6 Add guild_ready_timeout to control the timeout of GUILD_CREATE stream 5 years ago
Rapptz 8070d39a23 Add shard related connection and resume events. 5 years ago
Rapptz 394b514cc9 Add before_identify_hook to have finer control over IDENTIFY syncing 5 years ago
Rapptz 09ecb16680 Rewrite of AutoShardedClient to prevent overlapping identify 5 years ago
Anurag 421d8bf8ca
Fix TypeError on missing shard_id kwarg 5 years ago
Tarek a972c95f12 Add user_ids fields for query_members 5 years ago
apple502j cb43e19bea Fix TypeError in chunker 5 years ago
iomintz 755ab28311
state: use bytes.hex() instead of binascii.hexlify().decode() 5 years ago
Rapptz 13a3f760e6 Fix timeout issues with fetching members via query_members 5 years ago
Rapptz 0d5e6e213c Decrement Guild.member_count even if member is not cached 5 years ago
apple502j 14f80fce45 Fix PartialEmoji.url.read for reactions 5 years ago
Rapptz 8874aa3dd2 Move log levels around to make INFO a little less noisy 5 years ago
NCPlayz c8f32f3151 animated key is never given to reaction_remove(_emoji) 5 years ago
Rapptz d853a57e86 Rename allowed mention parameters to allowed_mentions 5 years ago
Rapptz 041785937e Add support for configuring allowed mentions per message or bot wide. 5 years ago
Rapptz 5c7df3d943 Bump waiting time of GUILD_CREATE stream by number of shards waited. 5 years ago