58 Commits (09ecb16680fe878b92f621016484614ddd88c0a1)

Author SHA1 Message Date
Rapptz 09ecb16680 Rewrite of AutoShardedClient to prevent overlapping identify 5 years ago
Rapptz 13a3f760e6 Fix timeout issues with fetching members via query_members 5 years ago
Rapptz 6c764465c0 Fix regression with Member.activities not clearing 5 years ago
Rapptz 403651a144 Change default close code to 4000 instead of 1000. 5 years ago
jack1142 7b3335a0b0 Don't add None to Member.activities tuple 5 years ago
Rapptz 5c7df3d943 Bump waiting time of GUILD_CREATE stream by number of shards waited. 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 5f7a97ff96 Document BaseActivity 5 years ago
Rapptz 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. 5 years ago
Rapptz 4ef0fb0d95 Fix more deprecation warnings 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
Reece Dunham 34b93c757c docs: Fix minor typo 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 00a0856cc4 Use a dict instead of getattr for parsing events. 6 years ago
Rapptz 186d9a7f9c Use a regular boolean instead of asyncio.Event for close status. 6 years ago
Rapptz 61ee88b0fc Fix oversight where on_disconnect did not get called on WS termination. 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
SnowyLuma e89e7dfe93 Add support for multiple activities 7 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Gorialis e29e3438ec
Don't try to close shards if there are none yet. 7 years ago
Rapptz 2721689254 Optimise tight loops in DiscordGateway.received_message 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Rapptz 5ae9ea26b1 Disable compression for websockets. 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
verixx 542924d5df Fixed a zero division error when accessing latencies 8 years ago
Rapptz 47a58d354d Reimplement zlib streaming. 8 years ago
Rapptz 0f7482ed6e Add Client.latency, AutoShardedClient.latency and latencies. 8 years ago
Rapptz de65f7309b Add heartbeat_timeout to the Client options. 8 years ago
Rapptz df90aaa610 Rename internal ConnectionState attribute to have an underscore. 8 years ago
Rapptz e557f69c83 Make sure that websockets.connect is a coroutine. 8 years ago
Rapptz 3cfebc4605 Timeout when doing initial connection. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz d534a0989e Properly cleanup of VoiceClients in cache. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago
Rapptz cadf6960b7 Use create_future wrapper for initially created Future. 8 years ago
Rapptz ac90159c72 Improve logging in more places. 8 years ago
Rapptz e5c5695399 Proper recursion when launching shards. 8 years ago
Rapptz fd62c8a4f1 Aggregate shard closing futures instead of doing them sequentially. 8 years ago
Rapptz 5461bfb475 Check if we're closed before attempting to do a reconnect. 8 years ago
Rapptz 58fa5fdc9a Add experimental reconnection logic. 8 years ago
Rapptz dc486980f8 Rewrite RESUME logic to be more in line with what is requested. 8 years ago
Rapptz e77012f4d9 Make all public is_ functions into methods instead of properties. 8 years ago