162 Commits (7da2048d1aa0fe25d63a993f973494d7be25a4eb)

Author SHA1 Message Date
Rapptz 7da2048d1a Add support for resume_gateway_url 3 years ago
Bryan Forbes d707019348
Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores 3 years ago
Rapptz 922e52b6df Update IDENTIFY payload to match new format 3 years ago
Rapptz 66881ba458 Remove gateway trace information 3 years ago
Lilly Rose Berner 2dbf14bb72
Separately delay ready event for each shard 3 years ago
Rapptz c582940401 Remove ancient IDENTIFY key that is no longer used 3 years ago
Kellen 0f18d93e47
Remove unused imports 3 years ago
jack1142 5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
Rapptz 6d75d2e937 Fix unnecessary type ignores in gateway 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz 58ad146a4e Remove window re-assignment in gateway rate limiter 3 years ago
Rapptz 0c690bc949 Fix audio not sending 3 years ago
Predä 32f131566f
Update gateway version docstring in DiscordWebSocket 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz 8d52ddaff6 Fix remaining type errors in main package 3 years ago
Josh c8064ba6f2 Type-hint gateway 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Rapptz 78598d59d7 Change on_socket_raw_receive to dispatch right before JSON conversion 4 years ago
Rapptz 4a72201617 Make json conversion functions private 4 years ago
Rapptz ea2d972666 Make global log variable in modules private 4 years ago
Rapptz 035d110837 Fix debug event toggle not triggering for raw receive 4 years ago
Rapptz b640493300 Add enable_debug_events parameter to enable expensive debug events 4 years ago
Rapptz e2250d402e Add on_socket_event_type event 4 years ago
Aaron Hennessey 15eb3d2e5d
Remove afk parameter from change_presence 4 years ago
Rapptz 88d825a803 Allow use of orjson instead of json 4 years ago
Imayhaveborkedit ac061c31fb
Fix default hook signature 4 years ago
Imayhaveborkedit 8e08bd6af2
Add vws message hook 4 years ago
Rapptz 81b259ab36 Fix sending arrays with nulls in them when changing presences 4 years ago
apple502j dea92a69dc
Remove support for guild subscriptions 4 years ago
Rapptz d85805ab6d First pass at supporting v8 API 4 years ago
Rapptz 54288879e2 Remove userbot functionality 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Nadir Chowdhury 63ec23bac2
Code optimisations and refactoring via Sourcery 4 years ago
Riley Shaw fafc3d9185
Fix ZeroDivisionError in DiscordVoiceWebSocket.average_latency 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Rapptz 5c868ed871 Fix SyntaxError from PR implementing presences in member querying 4 years ago
Nadir Chowdhury 59c11e71a2
Implement presences for `Guild.query_members` 4 years ago
Rapptz 2509ca6a82 Add internal method to check if the websocket is currently ratelimited 5 years ago
Rapptz 21ed9f61d2 Fix disconnect when trying to move to another voice channel. 5 years ago
Rapptz 6bae52f4bb Check for zombie connections through last received payload 5 years ago
Rapptz af8fc32329 Use a lock for the gateway rate limiter. 5 years ago
Rapptz 5fe998ac19 Heartbeats bypass the rate limits for gateway 5 years ago
Rapptz 930761e058 Rewrite chunking to work with intents. 5 years ago
Rapptz ec7b8edcc2 Add more close codes that can't be handled for reconnecting. 5 years ago
Rapptz e7db9cfdf7 Handle gateway rate limits by using a rate limiter. 5 years ago
Rapptz a6381dcf77 Add support for guild intents 5 years ago
Rapptz e3922e24d9 Correct some protocol errors in v4 of voice gateway 5 years ago
Rapptz f8808dba9b Guard uses of the keep alive thread in case they're None 5 years ago
Rapptz 5dd8e372e4 Terminate connection if a close code couldn't be handled 5 years ago
Rapptz 3a1a215f8b Propagate manual close codes to socket subclass 5 years ago