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 extra in __all__ export for gateway
Rapptz
2017-10-14
1
-2
/
+1
*
Raise ResumeWebsocket in case of RECONNECT
Anis B
2017-10-11
1
-5
/
+1
*
Add timeouts for websocket initial connections.
khazhyk
2017-05-21
1
-5
/
+44
*
Revert "Add timeouts for websocket initial connections."
Rapptz
2017-04-23
1
-34
/
+5
*
Fix RESUME handling and make sure to wait 5 seconds before attempting.
Rapptz
2017-04-22
1
-2
/
+4
*
Add timeouts for websocket initial connections.
khazhyk
2017-04-22
1
-5
/
+34
*
Don't reconnect in sharding related codes.
Rapptz
2017-03-15
1
-1
/
+1
*
Handle HEARTBEAT_ACK
Rapptz
2017-02-14
1
-1
/
+21
*
Add missing continue statement in gateway futures.
Rapptz
2017-02-08
1
-0
/
+1
*
Discard null sequences in the gateway.
Rapptz
2016-12-16
1
-4
/
+4
*
Fix typo in change_presence validation message
khazhyk
2016-10-15
1
-1
/
+1
*
Add support for "Do Not Disturb" and "Invisible" statuses.
Rapptz
2016-09-26
1
-6
/
+16
*
Remove unused endpoints.py file.
Rapptz
2016-09-25
1
-1
/
+1
*
Fix gateway code to work with websockets 3.2.
Rapptz
2016-08-25
1
-1
/
+2
*
Ensure that keep alive threads are closed when a websocket closes.
Rapptz
2016-08-21
1
-4
/
+5
*
Handle receiving HEARTBEAT opcode.
Rapptz
2016-07-30
1
-0
/
+5
*
Begin working on gateway v6 changes.
Rapptz
2016-07-13
1
-1
/
+1
*
Ignore HEARTBEAT_ACK for now to disable the noisy logging.
Rapptz
2016-06-27
1
-0
/
+3
*
Guild Sharding support
cookie
2016-06-26
1
-0
/
+5
*
Support for v5 Gateway.
Rapptz
2016-06-22
1
-5
/
+32
*
Attempt resume when we receive a 1001.
Rapptz
2016-06-16
1
-1
/
+1
*
Fix sed error involved in creation of voice websocket.
Rapptz
2016-06-12
1
-1
/
+1
*
Support more close codes for RESUME.
Rapptz
2016-06-12
1
-1
/
+1
*
Rewrite HTTP handling significantly.
Rapptz
2016-06-12
1
-34
/
+4
*
Actually read from the voice websocket & fix heartbeat.
Jake
2016-06-05
1
-1
/
+1
*
Actually use v4 gateway and fixes thanks to Jake.
Rapptz
2016-06-02
1
-5
/
+5
*
Update voice client main ws references when reconnecting.
Rapptz
2016-06-01
1
-0
/
+2
*
Add RESUME support.
Rapptz
2016-06-01
1
-9
/
+43
*
Rename threading internal variable conflict.
Rapptz
2016-05-13
1
-3
/
+3
*
Force encoding of text retrieval functions to use utf-8.
Rapptz
2016-05-10
1
-1
/
+1
*
Add Game.type and Game.url attributes to change streaming status.
Rapptz
2016-05-06
1
-1
/
+1
*
Add a TimeoutError if VoiceClient.connect fails.
Rapptz
2016-05-06
1
-1
/
+1
*
Suppress ConnectionClosed on sending in the main websocket.
Rapptz
2016-05-06
1
-2
/
+9
*
Working multi-server voice support.
Rapptz
2016-05-01
1
-40
/
+21
*
Refactor voice websocket into gateway.py
Rapptz
2016-04-27
1
-6
/
+184
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-0
/
+402