aboutsummaryrefslogtreecommitdiff
path: root/discord/shard.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regression with Member.activities not clearingRapptz2020-04-041-2/+2
* Change default close code to 4000 instead of 1000.Rapptz2020-04-041-1/+1
* Don't add None to Member.activities tuplejack11422020-04-041-1/+2
* Bump waiting time of GUILD_CREATE stream by number of shards waited.Rapptz2020-01-281-0/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Document BaseActivityRapptz2020-01-141-4/+0
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-141-1/+1
* Fix more deprecation warningsRapptz2019-11-201-1/+1
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-11/+11
* docs: Fix minor typoReece Dunham2019-06-121-1/+1
* Improve documentationNCPlayz2019-06-071-4/+4
* Use a dict instead of getattr for parsing events.Rapptz2019-05-291-0/+1
* Use a regular boolean instead of asyncio.Event for close status.Rapptz2019-04-251-1/+1
* Fix oversight where on_disconnect did not get called on WS termination.Rapptz2019-04-081-0/+2
* Organise documentationNCPlayz2019-03-191-3/+3
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Add support for multiple activitiesSnowyLuma2018-11-241-1/+1
* [lint] Fix import orderHornwitser2018-11-241-5/+6
* [lint] Remove redundant paranthesisHornwitser2018-11-241-2/+2
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-1/+1
* Don't try to close shards if there are none yet.Gorialis2018-09-261-1/+3
* Optimise tight loops in DiscordGateway.received_messageRapptz2018-09-241-1/+2
* Change docstrings to raw-stringsBeatButton2018-09-141-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-4/+2
* [lint] Remove unused variablesHornwitser2018-08-221-3/+3
* Disable compression for websockets.Rapptz2018-06-101-1/+1
* Remove dead package references.Rapptz2018-06-101-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-54/+37
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-9/+15
* Add intersphinxTobotimus2018-01-061-3/+3
* Fixed a zero division error when accessing latenciesverixx2017-11-121-1/+3
* Reimplement zlib streaming.Rapptz2017-10-141-12/+30
* Add Client.latency, AutoShardedClient.latency and latencies.Rapptz2017-08-151-0/+18
* Add heartbeat_timeout to the Client options.Rapptz2017-08-081-0/+1
* Rename internal ConnectionState attribute to have an underscore.Rapptz2017-05-161-8/+8
* Make sure that websockets.connect is a coroutine.Rapptz2017-05-091-2/+11
* 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