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
/
gateway.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix accidental regression of 9bc48b2 in fa46b07
Hornwitser
2019-01-28
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Add override to `close()` method to the websocket subclass.
CraftSpider
2018-12-14
1
-0
/
+6
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-6
/
+8
*
[lint] Do log formating lazily
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Remove redundant paranthesis
Hornwitser
2018-11-24
1
-1
/
+1
*
[lint] Replace equality comparisons to singletons
Hornwitser
2018-11-24
1
-1
/
+1
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-14
/
+14
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-1
/
+1
*
Optimise tight loops in DiscordGateway.received_message
Rapptz
2018-09-24
1
-34
/
+34
*
Fix latency being able to be negative
orlnub123
2018-08-24
1
-6
/
+9
*
Fix send_as_json not dispatching socket_raw_send
orlnub123
2018-08-23
1
-1
/
+1
*
[lint] Replace deprecated Logger function warn
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-5
/
+3
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+1
*
Disable compression for websockets.
Rapptz
2018-06-10
1
-2
/
+2
*
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
-87
/
+65
*
Fix invalid close errors on websockets 4.x
Rapptz
2018-03-06
1
-1
/
+1
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-9
/
+9
*
Fix websockets 4.0 support
BeatButton
2018-02-12
1
-4
/
+4
*
Add intersphinx
Tobotimus
2018-01-06
1
-1
/
+1
*
Reimplement zlib streaming.
Rapptz
2017-10-14
1
-2
/
+13
*
Revert "Implement zlib streaming for the gateway."
Rapptz
2017-10-14
1
-14
/
+2
*
Implement zlib streaming for the gateway.
Rapptz
2017-10-12
1
-2
/
+14
*
Use time.monotonic instead of time.time for heartbeat code.
Rapptz
2017-08-19
1
-5
/
+5
*
Add Client.latency, AutoShardedClient.latency and latencies.
Rapptz
2017-08-15
1
-0
/
+2
*
Add heartbeat_timeout to the Client options.
Rapptz
2017-08-08
1
-1
/
+4
*
Add DiscordWebSocket.latency to measure discord heartbeat latency.
Rapptz
2017-08-08
1
-0
/
+9
*
Fix missing lazy logging format calls.
Rapptz
2017-06-24
1
-5
/
+5
*
Defer logging formatting until the logger is actually called.
Rapptz
2017-06-09
1
-5
/
+5
*
Allow setting a presence upon logging in.
Rapptz
2017-05-20
1
-0
/
+9
*
Rename internal ConnectionState attribute to have an underscore.
Rapptz
2017-05-16
1
-3
/
+3
*
Wait 5 seconds before attempting to RESUME during INVALIDATE_SESSION.
Rapptz
2017-04-22
1
-0
/
+1
*
Timeout when doing initial connection.
Rapptz
2017-04-22
1
-1
/
+1
*
Remove unused imports.
Rapptz
2017-04-18
1
-4
/
+2
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-22
/
+56
*
Improve logging in more places.
Rapptz
2017-04-12
1
-10
/
+17
*
Add info logging for close codes we cannot handle.
Rapptz
2017-02-24
1
-0
/
+1
*
Don't RESUME when given sharding related close codes.
Rapptz
2017-02-15
1
-1
/
+1
*
Add missing continue statement in gateway futures.
Rapptz
2017-02-08
1
-0
/
+1
*
Handle HEARTBEAT_ACK
Rapptz
2017-02-08
1
-2
/
+24
*
Rewrite RESUME logic to be more in line with what is requested.
Rapptz
2017-02-08
1
-12
/
+7
*
Add compatibility shim for asyncio.Future creation.
Rapptz
2017-01-25
1
-1
/
+1
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Add AutoShardedClient.change_presence.
Rapptz
2017-01-08
1
-16
/
+1
*
Change the way shards are launched in AutoShardedClient.
Rapptz
2017-01-08
1
-29
/
+0
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
1
-23
/
+57
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-7
/
+5
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-5
/
+8
[next]