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
*
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
*
Make sure that websockets.connect is a coroutine.
Rapptz
2017-05-09
1
-2
/
+11
*
Timeout when doing initial connection.
Rapptz
2017-04-22
1
-9
/
+17
*
Remove unused imports.
Rapptz
2017-04-18
1
-1
/
+1
*
Properly cleanup of VoiceClients in cache.
Rapptz
2017-04-18
1
-0
/
+6
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-0
/
+5
*
Use create_future wrapper for initially created Future.
Rapptz
2017-04-12
1
-1
/
+1
*
Improve logging in more places.
Rapptz
2017-04-12
1
-2
/
+1
*
Proper recursion when launching shards.
Rapptz
2017-04-07
1
-1
/
+1
*
Aggregate shard closing futures instead of doing them sequentially.
Rapptz
2017-03-21
1
-3
/
+2
*
Check if we're closed before attempting to do a reconnect.
Rapptz
2017-03-21
1
-1
/
+2
*
Add experimental reconnection logic.
Rapptz
2017-02-15
1
-21
/
+6
*
Rewrite RESUME logic to be more in line with what is requested.
Rapptz
2017-02-08
1
-4
/
+3
*
Make all public is_ functions into methods instead of properties.
Rapptz
2017-01-29
1
-3
/
+2
*
Add option to disable auto member chunking.
Rapptz
2017-01-23
1
-22
/
+36
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Fix AutoShardedClient docstring.
Rapptz
2017-01-16
1
-1
/
+1
*
Remove extraneous prints.
Rapptz
2017-01-08
1
-2
/
+0
*
Allow overriding the shard_ids used for initial shard launch.
Rapptz
2017-01-08
1
-2
/
+21
*
Add AutoShardedClient.change_presence.
Rapptz
2017-01-08
1
-0
/
+60
*
Change the way shards are launched in AutoShardedClient.
Rapptz
2017-01-08
1
-6
/
+58
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
1
-0
/
+174