aboutsummaryrefslogtreecommitdiff
path: root/discord/shard.py
Commit message (Expand)AuthorAgeFilesLines
* Timeout when doing initial connection.Rapptz2017-04-221-9/+17
* Remove unused imports.Rapptz2017-04-181-1/+1
* Properly cleanup of VoiceClients in cache.Rapptz2017-04-181-0/+6
* Re-implement voice sending.Rapptz2017-04-181-0/+5
* Use create_future wrapper for initially created Future.Rapptz2017-04-121-1/+1
* Improve logging in more places.Rapptz2017-04-121-2/+1
* Proper recursion when launching shards.Rapptz2017-04-071-1/+1
* Aggregate shard closing futures instead of doing them sequentially.Rapptz2017-03-211-3/+2
* Check if we're closed before attempting to do a reconnect.Rapptz2017-03-211-1/+2
* Add experimental reconnection logic.Rapptz2017-02-151-21/+6
* Rewrite RESUME logic to be more in line with what is requested.Rapptz2017-02-081-4/+3
* Make all public is_ functions into methods instead of properties.Rapptz2017-01-291-3/+2
* Add option to disable auto member chunking.Rapptz2017-01-231-22/+36
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Fix AutoShardedClient docstring.Rapptz2017-01-161-1/+1
* Remove extraneous prints.Rapptz2017-01-081-2/+0
* Allow overriding the shard_ids used for initial shard launch.Rapptz2017-01-081-2/+21
* Add AutoShardedClient.change_presence.Rapptz2017-01-081-0/+60
* Change the way shards are launched in AutoShardedClient.Rapptz2017-01-081-6/+58
* Implement AutoShardedClient for transparent sharding.Rapptz2017-01-071-0/+174