index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
state.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-0
/
+1
*
Remove userbot functionality
Rapptz
2021-04-04
1
-98
/
+28
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-5
/
+4
*
Use member provided data in typing_start event if not in cache
Rapptz
2021-01-24
1
-0
/
+5
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Dispatch user updates if the global cache gets stale in update events
Rapptz
2021-01-07
1
-0
/
+6
*
Implement presences for `Guild.query_members`
Nadir Chowdhury
2020-12-31
1
-6
/
+17
*
remove extraneous assignment
Sebastian Law
2020-12-22
1
-2
/
+0
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-2
/
+0
*
Ensure member key is not overwritten by author key in MESSAGE_UPDATE
Rapptz
2020-11-23
1
-0
/
+3
*
Don't store a user cache if there's no member intent or cache is off
Rapptz
2020-11-23
1
-0
/
+6
*
Fix error with templates not having access to member cache flags.
Rapptz
2020-11-21
1
-6
/
+6
*
Fix error when querying members from the gateway.
Rapptz
2020-10-19
1
-2
/
+1
*
Allow concurrent calls to guild.chunk()
Rapptz
2020-10-19
1
-23
/
+35
*
Load member from guild_member_update dispatch
Florian Spieß
2020-10-17
1
-0
/
+3
*
Ensure our own member is never evicted from the cache in any policy.
Rapptz
2020-10-17
1
-4
/
+5
*
Fix attribute errors when timing out during chunking start-up
Rapptz
2020-10-17
1
-2
/
+2
*
Add warning if guilds intent is disabled.
Rapptz
2020-09-28
1
-0
/
+3
*
Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errors
Rapptz
2020-09-28
1
-2
/
+11
*
Add Client.intents to query the current intents
Rapptz
2020-09-26
1
-0
/
+6
*
Make Intent class creation more intuitive
Rapptz
2020-09-24
1
-1
/
+1
*
Fix typo in ValueError message
apple502j
2020-09-24
1
-1
/
+1
*
Add chunk_guilds_at_startup and deprecate fetch_offline_members
Rapptz
2020-09-24
1
-5
/
+16
*
Default MemberCacheFlags based on intents
Rapptz
2020-09-23
1
-2
/
+2
*
Pass default intents if not explicitly given
Rapptz
2020-09-23
1
-0
/
+2
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
1
-6
/
+27
*
Add Guild.chunk and deprecated Client.request_offline_members
Rapptz
2020-09-23
1
-25
/
+32
*
Fix timeouts due to hitting the gateway rate limit
Rapptz
2020-09-23
1
-2
/
+2
*
Maximize the amount of concurrency while chunking.
Rapptz
2020-09-23
1
-1
/
+13
*
Speed up chunking for guilds with presence intent enabled
Rapptz
2020-09-23
1
-3
/
+8
*
Maximize concurrency when chunking on AutoSharded clients
Rapptz
2020-09-23
1
-21
/
+45
*
All guilds require chunking if opting into it
Rapptz
2020-09-23
1
-6
/
+3
*
Handle user updates within GUILD_MEMBER_UPDATE
Rapptz
2020-09-23
1
-1
/
+5
*
Rewrite chunking to work with intents.
Rapptz
2020-09-23
1
-162
/
+77
*
Change unknown cache log warnings from WARNING -> DEBUG
Rapptz
2020-09-23
1
-19
/
+19
*
Add support for guild intents
Rapptz
2020-09-23
1
-0
/
+8
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-4
/
+10
*
Update message references in AutoShardedConnectionState
Rapptz
2020-07-25
1
-0
/
+23
*
Add guild_ready_timeout to control the timeout of GUILD_CREATE stream
Rapptz
2020-07-25
1
-4
/
+8
*
Add shard related connection and resume events.
Rapptz
2020-07-25
1
-0
/
+5
*
Add before_identify_hook to have finer control over IDENTIFY syncing
Rapptz
2020-07-25
1
-1
/
+10
*
Rewrite of AutoShardedClient to prevent overlapping identify
Rapptz
2020-07-25
1
-0
/
+2
*
Fix TypeError on missing shard_id kwarg
Anurag
2020-06-07
1
-2
/
+2
*
Add user_ids fields for query_members
Tarek
2020-05-29
1
-2
/
+2
*
Fix TypeError in chunker
apple502j
2020-05-23
1
-1
/
+1
*
state: use bytes.hex() instead of binascii.hexlify().decode()
iomintz
2020-05-10
1
-2
/
+1
*
Fix timeout issues with fetching members via query_members
Rapptz
2020-05-10
1
-12
/
+25
*
Decrement Guild.member_count even if member is not cached
Rapptz
2020-04-19
1
-1
/
+1
*
Fix PartialEmoji.url.read for reactions
apple502j
2020-04-18
1
-1
/
+1
[prev]
[next]