aboutsummaryrefslogtreecommitdiff
path: root/discord/state.py
Commit message (Expand)AuthorAgeFilesLines
...
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-0/+1
* Remove userbot functionalityRapptz2021-04-041-98/+28
* Modernize code to use f-stringsRapptz2021-04-041-4/+2
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-5/+4
* Use member provided data in typing_start event if not in cacheRapptz2021-01-241-0/+5
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Dispatch user updates if the global cache gets stale in update eventsRapptz2021-01-071-0/+6
* Implement presences for `Guild.query_members`Nadir Chowdhury2020-12-311-6/+17
* remove extraneous assignmentSebastian Law2020-12-221-2/+0
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-2/+0
* Ensure member key is not overwritten by author key in MESSAGE_UPDATERapptz2020-11-231-0/+3
* Don't store a user cache if there's no member intent or cache is offRapptz2020-11-231-0/+6
* Fix error with templates not having access to member cache flags.Rapptz2020-11-211-6/+6
* Fix error when querying members from the gateway.Rapptz2020-10-191-2/+1
* Allow concurrent calls to guild.chunk()Rapptz2020-10-191-23/+35
* Load member from guild_member_update dispatchFlorian Spieß2020-10-171-0/+3
* Ensure our own member is never evicted from the cache in any policy.Rapptz2020-10-171-4/+5
* Fix attribute errors when timing out during chunking start-upRapptz2020-10-171-2/+2
* Add warning if guilds intent is disabled.Rapptz2020-09-281-0/+3
* Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errorsRapptz2020-09-281-2/+11
* Add Client.intents to query the current intentsRapptz2020-09-261-0/+6
* Make Intent class creation more intuitiveRapptz2020-09-241-1/+1
* Fix typo in ValueError messageapple502j2020-09-241-1/+1
* Add chunk_guilds_at_startup and deprecate fetch_offline_membersRapptz2020-09-241-5/+16
* Default MemberCacheFlags based on intentsRapptz2020-09-231-2/+2
* Pass default intents if not explicitly givenRapptz2020-09-231-0/+2
* Allow finer grained control over the member cache.Rapptz2020-09-231-6/+27
* Add Guild.chunk and deprecated Client.request_offline_membersRapptz2020-09-231-25/+32
* Fix timeouts due to hitting the gateway rate limitRapptz2020-09-231-2/+2
* Maximize the amount of concurrency while chunking.Rapptz2020-09-231-1/+13
* Speed up chunking for guilds with presence intent enabledRapptz2020-09-231-3/+8
* Maximize concurrency when chunking on AutoSharded clientsRapptz2020-09-231-21/+45
* All guilds require chunking if opting into itRapptz2020-09-231-6/+3
* Handle user updates within GUILD_MEMBER_UPDATERapptz2020-09-231-1/+5
* Rewrite chunking to work with intents.Rapptz2020-09-231-162/+77
* Change unknown cache log warnings from WARNING -> DEBUGRapptz2020-09-231-19/+19
* Add support for guild intentsRapptz2020-09-231-0/+8
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-4/+10
* Update message references in AutoShardedConnectionStateRapptz2020-07-251-0/+23
* Add guild_ready_timeout to control the timeout of GUILD_CREATE streamRapptz2020-07-251-4/+8
* Add shard related connection and resume events.Rapptz2020-07-251-0/+5
* Add before_identify_hook to have finer control over IDENTIFY syncingRapptz2020-07-251-1/+10
* Rewrite of AutoShardedClient to prevent overlapping identifyRapptz2020-07-251-0/+2
* Fix TypeError on missing shard_id kwargAnurag2020-06-071-2/+2
* Add user_ids fields for query_membersTarek2020-05-291-2/+2
* Fix TypeError in chunkerapple502j2020-05-231-1/+1
* state: use bytes.hex() instead of binascii.hexlify().decode()iomintz2020-05-101-2/+1
* Fix timeout issues with fetching members via query_membersRapptz2020-05-101-12/+25
* Decrement Guild.member_count even if member is not cachedRapptz2020-04-191-1/+1
* Fix PartialEmoji.url.read for reactionsapple502j2020-04-181-1/+1