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
*
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
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-5
/
+6
*
[lint] Remove redundant paranthesis
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-1
/
+1
*
Don't try to close shards if there are none yet.
Gorialis
2018-09-26
1
-1
/
+3
*
Optimise tight loops in DiscordGateway.received_message
Rapptz
2018-09-24
1
-1
/
+2
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-4
/
+2
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-3
/
+3
*
Disable compression for websockets.
Rapptz
2018-06-10
1
-1
/
+1
*
Remove dead package references.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-54
/
+37
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-9
/
+15
*
Add intersphinx
Tobotimus
2018-01-06
1
-3
/
+3
*
Fixed a zero division error when accessing latencies
verixx
2017-11-12
1
-1
/
+3
*
Reimplement zlib streaming.
Rapptz
2017-10-14
1
-12
/
+30
*
Add Client.latency, AutoShardedClient.latency and latencies.
Rapptz
2017-08-15
1
-0
/
+18
*
Add heartbeat_timeout to the Client options.
Rapptz
2017-08-08
1
-0
/
+1
*
Rename internal ConnectionState attribute to have an underscore.
Rapptz
2017-05-16
1
-8
/
+8
[next]