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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use /invites/ instead of /invite/
Rapptz
2020-09-23
1
-2
/
+2
*
Add documentation for gateway intents
Rapptz
2020-09-23
1
-2
/
+107
*
Mention potential Guild.member_count accuracy issues
Rapptz
2020-09-23
1
-1
/
+8
*
Fix presence intent docstring
Muhammad Hamza
2020-09-23
1
-1
/
+1
*
Disable voice cache in weird intent configurations.
Rapptz
2020-09-23
1
-0
/
+3
*
Fix up wording in MemberCacheFlags exception
Rapptz
2020-09-23
1
-1
/
+1
*
Some documentation fixes for MemberCacheFlags and Intents
Rapptz
2020-09-23
1
-1
/
+2
*
Default MemberCacheFlags based on intents
Rapptz
2020-09-23
3
-2
/
+30
*
Add a special exception for required privileged intents
Rapptz
2020-09-23
3
-3
/
+43
*
Pass default intents if not explicitly given
Rapptz
2020-09-23
1
-0
/
+2
*
Intern status and overwrite strings
Rapptz
2020-09-23
2
-5
/
+7
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
6
-11
/
+172
*
Raise if member intent is not enabled
Rapptz
2020-09-23
1
-0
/
+9
*
Don't cache members during guild start up if cache is disabled.
Rapptz
2020-09-23
1
-1
/
+4
*
Add Guild.chunk and deprecated Client.request_offline_members
Rapptz
2020-09-23
4
-32
/
+57
*
Fix Client.request_offline_members no longer working
Rapptz
2020-09-23
2
-8
/
+17
*
Add versionadded for intents enum
Rapptz
2020-09-23
1
-0
/
+2
*
Explicitly disable the members presence by default
Rapptz
2020-09-23
1
-4
/
+11
*
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
*
Check for zombie connections through last received payload
Rapptz
2020-09-23
1
-1
/
+9
*
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
*
Use a lock for the gateway rate limiter.
Rapptz
2020-09-23
1
-5
/
+12
*
Heartbeats bypass the rate limits for gateway
Rapptz
2020-09-23
1
-3
/
+14
*
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
2
-10
/
+17
*
Rewrite chunking to work with intents.
Rapptz
2020-09-23
3
-174
/
+91
*
Add more close codes that can't be handled for reconnecting.
Rapptz
2020-09-23
1
-1
/
+1
*
Change unknown cache log warnings from WARNING -> DEBUG
Rapptz
2020-09-23
1
-19
/
+19
*
Handle gateway rate limits by using a rate limiter.
Rapptz
2020-09-23
1
-0
/
+31
*
Add support for guild intents
Rapptz
2020-09-23
4
-1
/
+331
*
Properly handle disconnects in voice when force disconnected
Rapptz
2020-09-23
1
-3
/
+7
*
Fix issues with VoiceProtocol docstrsings.
Josh
2020-09-23
1
-4
/
+6
*
Correct some protocol errors in v4 of voice gateway
Rapptz
2020-09-23
2
-13
/
+16
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
8
-106
/
+227
*
Fix and add documentation
Michael
2020-09-23
14
-27
/
+95
*
Add support for message_reference on Message object
Sebastian Law
2020-09-23
2
-2
/
+43
*
Remove namedtuples to better future guard the library
Tarek
2020-09-21
4
-11
/
+28
*
Fix allowed_mentions when sending files
Xua
2020-09-20
1
-1
/
+1
*
Add competing activity type
iDutchy
2020-09-20
1
-0
/
+1
*
Completely update member references from message inner members.
Rapptz
2020-09-17
2
-3
/
+8
*
Revert "Add fetch_message_fast using history endpoint"
Rapptz
2020-09-14
1
-37
/
+0
*
Add missing permission in clone documentation
Duck
2020-09-11
1
-0
/
+3
*
Remove caching from AutoShardedClient.shards
Rapptz
2020-09-10
1
-1
/
+1
*
[tasks] Lazily fetch event loop if one isn't provided
Rapptz
2020-09-10
1
-1
/
+4
*
Add a more concrete exception for 500 status codes.
Rapptz
2020-09-09
3
-3
/
+20
*
Guard uses of the keep alive thread in case they're None
Rapptz
2020-09-09
1
-3
/
+5
*
Handle cloudflare bans on webhook requests
Rapptz
2020-09-09
1
-0
/
+8
*
Add logging to webhooks
Rapptz
2020-09-09
1
-10
/
+23
[next]