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
*
Change on_socket_raw_receive to dispatch right before JSON conversion
Rapptz
2021-08-25
1
-2
/
+2
*
Make json conversion functions private
Rapptz
2021-08-22
1
-6
/
+6
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-34
/
+34
*
Fix debug event toggle not triggering for raw receive
Rapptz
2021-08-01
1
-3
/
+3
*
Add enable_debug_events parameter to enable expensive debug events
Rapptz
2021-07-31
1
-3
/
+17
*
Add on_socket_event_type event
Rapptz
2021-07-31
1
-3
/
+3
*
Remove afk parameter from change_presence
Aaron Hennessey
2021-07-21
1
-4
/
+4
*
Allow use of orjson instead of json
Rapptz
2021-07-07
1
-3
/
+2
*
Fix default hook signature
Imayhaveborkedit
2021-05-25
1
-1
/
+1
*
Add vws message hook
Imayhaveborkedit
2021-05-23
1
-3
/
+10
*
Fix sending arrays with nulls in them when changing presences
Rapptz
2021-05-16
1
-2
/
+4
*
Remove support for guild subscriptions
apple502j
2021-04-14
1
-1
/
+0
*
First pass at supporting v8 API
Rapptz
2021-04-11
1
-1
/
+1
*
Remove userbot functionality
Rapptz
2021-04-04
1
-10
/
+0
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-9
/
+4
*
Fix ZeroDivisionError in DiscordVoiceWebSocket.average_latency
Riley Shaw
2021-02-18
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Fix SyntaxError from PR implementing presences in member querying
Rapptz
2021-01-01
1
-1
/
+1
*
Implement presences for `Guild.query_members`
Nadir Chowdhury
2020-12-31
1
-1
/
+2
*
Add internal method to check if the websocket is currently ratelimited
Rapptz
2020-10-17
1
-0
/
+9
*
Fix disconnect when trying to move to another voice channel.
Rapptz
2020-10-17
1
-1
/
+2
*
Check for zombie connections through last received payload
Rapptz
2020-09-23
1
-1
/
+9
*
Use a lock for the gateway rate limiter.
Rapptz
2020-09-23
1
-5
/
+12
*
Heartbeats bypass the rate limits for gateway
Rapptz
2020-09-23
1
-3
/
+14
*
Rewrite chunking to work with intents.
Rapptz
2020-09-23
1
-1
/
+1
*
Add more close codes that can't be handled for reconnecting.
Rapptz
2020-09-23
1
-1
/
+1
*
Handle gateway rate limits by using a rate limiter.
Rapptz
2020-09-23
1
-0
/
+31
*
Add support for guild intents
Rapptz
2020-09-23
1
-0
/
+3
*
Correct some protocol errors in v4 of voice gateway
Rapptz
2020-09-23
1
-9
/
+8
*
Guard uses of the keep alive thread in case they're None
Rapptz
2020-09-09
1
-3
/
+5
*
Terminate connection if a close code couldn't be handled
Rapptz
2020-08-06
1
-1
/
+1
*
Propagate manual close codes to socket subclass
Rapptz
2020-08-05
1
-5
/
+11
*
Use a subclass rather than monkey-patching for the websocket
jack1142
2020-07-25
1
-8
/
+3
*
Add a timeout for receiving websocket messages.
Rapptz
2020-07-25
1
-4
/
+8
*
Handle Connection Reset by Peer connection errors.
Rapptz
2020-07-25
1
-4
/
+10
*
Add shard related connection and resume events.
Rapptz
2020-07-25
1
-0
/
+4
*
Add before_identify_hook to have finer control over IDENTIFY syncing
Rapptz
2020-07-25
1
-1
/
+4
*
Fix voice websocket connections
Rapptz
2020-07-25
1
-4
/
+5
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-57
/
+75
*
Can't use %d in here
Rapptz
2020-07-25
1
-3
/
+3
*
Add shard ID to keep alive logger messages
Rapptz
2020-07-25
1
-9
/
+9
*
Rewrite of AutoShardedClient to prevent overlapping identify
Rapptz
2020-07-25
1
-11
/
+11
*
Add user_ids fields for query_members
Tarek
2020-05-29
1
-2
/
+8
*
Fix timeout issues with fetching members via query_members
Rapptz
2020-05-10
1
-2
/
+6
*
Bump blocking threshold from 5 seconds to 10 seconds
Rapptz
2020-04-14
1
-3
/
+3
*
Add traceback to debug blocking issues
Rapptz
2020-04-14
1
-1
/
+12
*
Move log levels around to make INFO a little less noisy
Rapptz
2020-04-06
1
-3
/
+3
*
Fix VoiceClient.average_latency erroring when heartbeat is None
Rapptz
2020-04-06
1
-2
/
+4
*
Added VoiceClient.latency and VoiceClient.average_latency
Fwf
2020-04-04
1
-3
/
+23
[next]