128 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
Hornwitser 883ae8fe80 Fix accidental regression of 9bc48b2 in fa46b07 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
CraftSpider 068d953b42 Add override to `close()` method to the websocket subclass. 6 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser 34fd266cf9 [lint] Do log formating lazily 7 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Hornwitser 633192b3cd [lint] Replace equality comparisons to singletons 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Rapptz 2721689254 Optimise tight loops in DiscordGateway.received_message 7 years ago
orlnub123 bd467085bf Fix latency being able to be negative 7 years ago
orlnub123 9bc48b21f5 Fix send_as_json not dispatching socket_raw_send 7 years ago
Hornwitser d20772c680 [lint] Replace deprecated Logger function warn 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 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 a425bd91be Fix invalid close errors on websockets 4.x 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
BeatButton 9d3d8e0f0a Fix websockets 4.0 support 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz 47a58d354d Reimplement zlib streaming. 8 years ago
Rapptz 92a37c2e4f Revert "Implement zlib streaming for the gateway." 8 years ago
Rapptz 462191a08b Implement zlib streaming for the gateway. 8 years ago
Rapptz deaba1f5ab Use time.monotonic instead of time.time for heartbeat code. 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 ceafae0ab2 Add DiscordWebSocket.latency to measure discord heartbeat latency. 8 years ago
Rapptz 4ee90cd6e4 Fix missing lazy logging format calls. 8 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 8 years ago
Rapptz 3436792614 Allow setting a presence upon logging in. 8 years ago
Rapptz df90aaa610 Rename internal ConnectionState attribute to have an underscore. 8 years ago
Rapptz e445fa9335 Wait 5 seconds before attempting to RESUME during INVALIDATE_SESSION. 8 years ago
Rapptz 3cfebc4605 Timeout when doing initial connection. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago
Rapptz ac90159c72 Improve logging in more places. 8 years ago
Rapptz 1b3234ab64 Add info logging for close codes we cannot handle. 8 years ago
Rapptz a6b180b5ad Don't RESUME when given sharding related close codes. 8 years ago
Rapptz ced064d08c Add missing continue statement in gateway futures. 8 years ago
Rapptz ecab8399ff Handle HEARTBEAT_ACK 8 years ago
Rapptz dc486980f8 Rewrite RESUME logic to be more in line with what is requested. 8 years ago
Rapptz b876133e87 Add compatibility shim for asyncio.Future creation. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 4bc6625739 Add AutoShardedClient.change_presence. 8 years ago
Rapptz b5bed9ef33 Change the way shards are launched in AutoShardedClient. 8 years ago
Rapptz 20041ea756 Implement AutoShardedClient for transparent sharding. 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 8 years ago