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
*
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
*
Move log levels around to make INFO a little less noisy
Rapptz
2020-04-06
1
-3
/
+7
*
animated key is never given to reaction_remove(_emoji)
NCPlayz
2020-04-06
1
-3
/
+3
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-4
/
+4
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-0
/
+7
*
Bump waiting time of GUILD_CREATE stream by number of shards waited.
Rapptz
2020-01-28
1
-2
/
+3
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
1
-0
/
+17
*
Add support for on_invite_create and on_invite_delete
Rapptz
2020-01-17
1
-0
/
+9
*
Expose _ActivityTag as BaseActivity to easily refer to.
Rapptz
2020-01-14
1
-3
/
+3
*
Rewrite on_ready delay to actually make sense and prevent heavy sleep
Rapptz
2020-01-14
1
-7
/
+15
*
Fix issue with `shard_ready` not dispatching when not fetching offline
NCPlayz
2020-01-14
1
-12
/
+6
*
Add `RawReactionActionEvent.member`
NCPlayz
2019-12-17
1
-1
/
+9
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-6
/
+6
*
Fix regression with references being overwritten from the cache.
Rapptz
2019-11-20
1
-1
/
+3
*
Move PartialEmoji over to a new namespace to avoid circular imports
Rapptz
2019-11-20
1
-1
/
+2
*
Manually trigger GC in cases of large deallocations.
Rapptz
2019-11-18
1
-0
/
+10
*
animation field in reaction objects are not consistently available
Rapptz
2019-11-15
1
-7
/
+7
*
Actually add things to the message cache.
Rapptz
2019-08-27
1
-2
/
+2
*
Fix _get_message returning the message cache.
Lorenzo
2019-08-27
1
-1
/
+1
*
Allow disabling the message cache with max_messages=None
Rapptz
2019-08-27
1
-7
/
+15
*
Add RawReactionActionEvent.event_type attribute.
Rapptz
2019-08-11
1
-2
/
+2
*
Proper boolean check for caching members.
Rapptz
2019-07-15
1
-1
/
+1
*
Add Guild.query_members to fetch members from the gateway.
Rapptz
2019-07-15
1
-7
/
+43
*
Allow complete disabling of the member cache.
Rapptz
2019-07-11
1
-1
/
+4
*
Add support for guild subscriptions.
Rapptz
2019-07-10
1
-0
/
+1
*
Fix regression with unresolved channels due to reordering.
Rapptz
2019-06-29
1
-3
/
+5
[next]