aboutsummaryrefslogtreecommitdiff
path: root/discord/gateway.py
Commit message (Expand)AuthorAgeFilesLines
* Fix extra in __all__ export for gatewayRapptz2017-10-141-2/+1
* Raise ResumeWebsocket in case of RECONNECTAnis B2017-10-111-5/+1
* Add timeouts for websocket initial connections.khazhyk2017-05-211-5/+44
* Revert "Add timeouts for websocket initial connections."Rapptz2017-04-231-34/+5
* Fix RESUME handling and make sure to wait 5 seconds before attempting.Rapptz2017-04-221-2/+4
* Add timeouts for websocket initial connections.khazhyk2017-04-221-5/+34
* Don't reconnect in sharding related codes.Rapptz2017-03-151-1/+1
* Handle HEARTBEAT_ACKRapptz2017-02-141-1/+21
* Add missing continue statement in gateway futures.Rapptz2017-02-081-0/+1
* Discard null sequences in the gateway.Rapptz2016-12-161-4/+4
* Fix typo in change_presence validation messagekhazhyk2016-10-151-1/+1
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-261-6/+16
* Remove unused endpoints.py file.Rapptz2016-09-251-1/+1
* Fix gateway code to work with websockets 3.2.Rapptz2016-08-251-1/+2
* Ensure that keep alive threads are closed when a websocket closes.Rapptz2016-08-211-4/+5
* Handle receiving HEARTBEAT opcode.Rapptz2016-07-301-0/+5
* Begin working on gateway v6 changes.Rapptz2016-07-131-1/+1
* Ignore HEARTBEAT_ACK for now to disable the noisy logging.Rapptz2016-06-271-0/+3
* Guild Sharding supportcookie2016-06-261-0/+5
* Support for v5 Gateway.Rapptz2016-06-221-5/+32
* Attempt resume when we receive a 1001.Rapptz2016-06-161-1/+1
* Fix sed error involved in creation of voice websocket.Rapptz2016-06-121-1/+1
* Support more close codes for RESUME.Rapptz2016-06-121-1/+1
* Rewrite HTTP handling significantly.Rapptz2016-06-121-34/+4
* Actually read from the voice websocket & fix heartbeat.Jake2016-06-051-1/+1
* Actually use v4 gateway and fixes thanks to Jake.Rapptz2016-06-021-5/+5
* Update voice client main ws references when reconnecting.Rapptz2016-06-011-0/+2
* Add RESUME support.Rapptz2016-06-011-9/+43
* Rename threading internal variable conflict.Rapptz2016-05-131-3/+3
* Force encoding of text retrieval functions to use utf-8.Rapptz2016-05-101-1/+1
* Add Game.type and Game.url attributes to change streaming status.Rapptz2016-05-061-1/+1
* Add a TimeoutError if VoiceClient.connect fails.Rapptz2016-05-061-1/+1
* Suppress ConnectionClosed on sending in the main websocket.Rapptz2016-05-061-2/+9
* Working multi-server voice support.Rapptz2016-05-011-40/+21
* Refactor voice websocket into gateway.pyRapptz2016-04-271-6/+184
* Begin working on gateway v4 support.Rapptz2016-04-271-0/+402