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
/
shard.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken rename from pyright
Rapptz
2021-08-22
1
-6
/
+6
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-4
/
+4
*
Reformat shard.py
Rapptz
2021-08-21
1
-10
/
+32
*
Typehint shard.py
Stocker
2021-08-20
1
-63
/
+77
*
Remove afk parameter from change_presence
Aaron Hennessey
2021-07-21
1
-7
/
+6
*
Remove AutoShardedClient.request_offline_members
Rapptz
2021-04-12
1
-36
/
+0
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+5
*
Remove userbot functionality
Rapptz
2021-04-04
1
-1
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-2
/
+0
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Add a way to check if the websocket is rate limited.
Rapptz
2020-11-26
1
-0
/
+23
*
Add chunk_guilds_at_startup and deprecate fetch_offline_members
Rapptz
2020-09-24
1
-4
/
+5
*
Add a special exception for required privileged intents
Rapptz
2020-09-23
1
-3
/
+17
*
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
/
+8
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-0
/
+1
*
Remove caching from AutoShardedClient.shards
Rapptz
2020-09-10
1
-1
/
+1
*
Terminate shard processing queue when a clean close is encountered.
Rapptz
2020-08-01
1
-0
/
+4
*
Fix AttributeError from internal queue being double underscore.
Rapptz
2020-07-25
1
-11
/
+11
*
Add an exposed way to extract shard-specific information.
Rapptz
2020-07-25
1
-11
/
+93
*
Propagate exceptions when an unhandled error happens
Rapptz
2020-07-25
1
-0
/
+17
*
Handle Connection Reset by Peer connection errors.
Rapptz
2020-07-25
1
-2
/
+8
*
Add shard related connection and resume events.
Rapptz
2020-07-25
1
-0
/
+2
*
Handle connection errors during reidentify flow.
Rapptz
2020-07-25
1
-5
/
+9
*
Make every shard maintain its own reconnect loop
Rapptz
2020-07-25
1
-14
/
+70
*
Add before_identify_hook to have finer control over IDENTIFY syncing
Rapptz
2020-07-25
1
-11
/
+6
*
Fix READY not firing for multi-processed AutoShardedClient clusters
Rapptz
2020-07-25
1
-3
/
+2
*
Use a proper type for the event queue
Rapptz
2020-07-25
1
-15
/
+28
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-21
/
+1
*
Fix AttributeError on reconnection
Rapptz
2020-07-25
1
-4
/
+4
*
Rewrite of AutoShardedClient to prevent overlapping identify
Rapptz
2020-07-25
1
-50
/
+53
*
Fix timeout issues with fetching members via query_members
Rapptz
2020-05-10
1
-25
/
+6
*
Fix regression with Member.activities not clearing
Rapptz
2020-04-04
1
-2
/
+2
*
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
*
Bump waiting time of GUILD_CREATE stream by number of shards waited.
Rapptz
2020-01-28
1
-0
/
+1
*
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
-1
/
+1
*
Fix more deprecation warnings
Rapptz
2019-11-20
1
-1
/
+1
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-11
/
+11
*
docs: Fix minor typo
Reece Dunham
2019-06-12
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-4
/
+4
*
Use a dict instead of getattr for parsing events.
Rapptz
2019-05-29
1
-0
/
+1
*
Use a regular boolean instead of asyncio.Event for close status.
Rapptz
2019-04-25
1
-1
/
+1
*
Fix oversight where on_disconnect did not get called on WS termination.
Rapptz
2019-04-08
1
-0
/
+2
*
Organise documentation
NCPlayz
2019-03-19
1
-3
/
+3
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Add support for multiple activities
SnowyLuma
2018-11-24
1
-1
/
+1
[next]