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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
1
-2
/
+7
*
Add Guild.chunk and deprecated Client.request_offline_members
Rapptz
2020-09-23
1
-1
/
+2
*
Fix Client.request_offline_members no longer working
Rapptz
2020-09-23
1
-4
/
+9
*
Add support for guild intents
Rapptz
2020-09-23
1
-0
/
+4
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-1
/
+5
*
Fix and add documentation
Michael
2020-09-23
1
-2
/
+12
*
Remove namedtuples to better future guard the library
Tarek
2020-09-21
1
-1
/
+0
*
Don't call close() if we've already been closed in Client.run
alkatar21
2020-09-01
1
-1
/
+2
*
Fix hyperlink reference to PartialInviteChannel in Client
Nanofaux
2020-08-22
1
-1
/
+1
*
Fix gramatical error in Client guild_subscriptions docs
Josh
2020-08-04
1
-1
/
+1
*
Add guild_ready_timeout to control the timeout of GUILD_CREATE stream
Rapptz
2020-07-25
1
-0
/
+5
*
Handle Connection Reset by Peer connection errors.
Rapptz
2020-07-25
1
-14
/
+23
*
Add before_identify_hook to have finer control over IDENTIFY syncing
Rapptz
2020-07-25
1
-6
/
+37
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-5
/
+6
*
Rewrite of AutoShardedClient to prevent overlapping identify
Rapptz
2020-07-25
1
-3
/
+6
*
[bugs] stop resolving Object for template/invite; remove dupe methods
NCPlayz
2020-06-29
1
-2
/
+2
*
Add support for Discord templates
Nadir Chowdhury
2020-06-28
1
-2
/
+36
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-6
/
+6
*
Prepare for the discord.com domain rename
Rapptz
2020-05-23
1
-1
/
+1
*
Fix timeout issues with fetching members via query_members
Rapptz
2020-05-10
1
-19
/
+5
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-8
/
+8
*
Allow introspection and setting of global allowed mention configuration
Rapptz
2020-04-04
1
-0
/
+18
*
Fix various implementation bugs with allowed mentions
Rapptz
2020-04-04
1
-1
/
+1
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-1
/
+5
*
Fix regression with Member.activities not clearing
Rapptz
2020-04-04
1
-0
/
+3
*
Change default close code to 4000 instead of 1000.
Rapptz
2020-04-04
1
-1
/
+1
*
Don't add None to Member.activities tuple
jack1142
2020-04-04
1
-1
/
+2
*
fixing the BaseActivity links
Glazed_Belmont
2020-04-04
1
-3
/
+3
*
Minor documentation fixes
Rapptz
2020-01-21
1
-1
/
+1
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-2
/
+2
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Document BaseActivity
Rapptz
2020-01-14
1
-4
/
+0
*
Expose _ActivityTag as BaseActivity to easily refer to.
Rapptz
2020-01-14
1
-6
/
+6
*
Fix more deprecation warnings for 3.8
Rapptz
2019-11-26
1
-1
/
+1
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-5
/
+5
*
Use X-Ratelimit-Reset-After header by default.
Rapptz
2019-08-27
1
-1
/
+10
*
Strip tokens before use.
Rapptz
2019-08-27
1
-1
/
+1
*
Allow disabling the message cache with max_messages=None
Rapptz
2019-08-27
1
-3
/
+5
*
Disambiguate and normalize documentation for non-bot only methods
Tyler
2019-08-11
1
-1
/
+5
*
Document that the cache retrieval functions require an int ID.
Rapptz
2019-07-23
1
-9
/
+40
*
on_member_leave => on_member_remove
Tarek
2019-07-18
1
-1
/
+1
*
Fix doc URL in Client.fetch_guild
Steve C
2019-07-18
1
-1
/
+1
*
Better knowledge on how guild_subscriptions work now.
Rapptz
2019-07-15
1
-1
/
+6
*
Add versionadded for guild_subscriptions option.
Rapptz
2019-07-10
1
-14
/
+16
*
Add support for guild subscriptions.
Rapptz
2019-07-10
1
-0
/
+24
*
Only return exception in Client.run when it's not cancelled.
Rapptz
2019-06-20
1
-1
/
+2
*
Propagate exception in Client.run
Rapptz
2019-06-20
1
-0
/
+2
*
Rename error type for `X.fetch_channel(s)`.
NCPlayz
2019-06-12
1
-1
/
+1
*
docs: Fix minor typo
Reece Dunham
2019-06-12
1
-5
/
+5
*
Improve documentation
NCPlayz
2019-06-07
1
-70
/
+80
[next]