133 Commits (d85805ab6d7a077db303c2bf1670c4948455f3ab)

Author SHA1 Message Date
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
jack1142 bd9821320e Use a subclass rather than monkey-patching for the websocket 5 years ago
Rapptz e0660ef8a6 Add a timeout for receiving websocket messages. 5 years ago
Rapptz e2f42597a5 Handle Connection Reset by Peer connection errors. 5 years ago
Rapptz 8070d39a23 Add shard related connection and resume events. 5 years ago
Rapptz 394b514cc9 Add before_identify_hook to have finer control over IDENTIFY syncing 5 years ago
Rapptz 058a1e608b Fix voice websocket connections 5 years ago
Rapptz b8154e365f Rewrite gateway to use aiohttp instead of websockets 5 years ago
Rapptz 3afbbf5e47 Can't use %d in here 5 years ago
Rapptz ba35c2b9bf Add shard ID to keep alive logger messages 5 years ago
Rapptz 09ecb16680 Rewrite of AutoShardedClient to prevent overlapping identify 5 years ago
Tarek a972c95f12 Add user_ids fields for query_members 5 years ago
Rapptz 13a3f760e6 Fix timeout issues with fetching members via query_members 5 years ago
Rapptz 11211d48eb Bump blocking threshold from 5 seconds to 10 seconds 5 years ago
Rapptz d6be6adf8b Add traceback to debug blocking issues 5 years ago
Rapptz 8874aa3dd2 Move log levels around to make INFO a little less noisy 5 years ago
Rapptz 7433cf3b16 Fix VoiceClient.average_latency erroring when heartbeat is None 5 years ago
Fwf fa34d357a1 Added VoiceClient.latency and VoiceClient.average_latency 5 years ago
Rapptz 403651a144 Change default close code to 4000 instead of 1000. 5 years ago
Rapptz b9e6ed28a4 Downgrade unknown event logging to DEBUG rather than WARNING 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. 5 years ago
Rapptz ec4962a14c Wait 5 seconds before IDENTIFYing with an invalidated session. 5 years ago
Lorenzo 1b9108ffd7
The port is a big endian unsigned short. 5 years ago
Rapptz c62b6c3e88 Fix more deprecation warnings for 3.8 5 years ago
Rapptz 4ef0fb0d95 Fix more deprecation warnings 5 years ago
Jake 8fdcb4de3b
use proper ip for endpoint ip 6 years ago
Rapptz 5b2f630848 Add Guild.query_members to fetch members from the gateway. 6 years ago
Rapptz 7b8d50a988 Add support for guild subscriptions. 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago