269 Commits (dea92a69dc47d629845aaf7eea068e33252c8d86)

Author SHA1 Message Date
apple502j dea92a69dc
Remove support for guild subscriptions 4 years ago
Rapptz 9b94fe1ce0 Remove superfluous unused payload parameter 4 years ago
Rapptz 7bdaa793f6 Create temporary DMChannels from message create events 4 years ago
Nadir Chowdhury f1fac96e33
Remove `private_channel_(delete/create)` events 4 years ago
Rapptz 7d79b4ba55 Remove Member related handling in PRESENCE_UPDATE 4 years ago
Rapptz d85805ab6d First pass at supporting v8 API 4 years ago
Rapptz 7e3c5f3faf Fix some regressions from create_task change 4 years ago
Rapptz 8cece19b22 Add on_interaction event and Interaction class. 4 years ago
Rapptz 1e7f139313 Add support for setting application_id 4 years ago
Nadir Chowdhury 2ff24a27b5
Use `asyncio.create_task` over `asyncio.ensure_future` 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 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
Rapptz 61884dd9ac Use member provided data in typing_start event if not in cache 4 years ago
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