94 Commits (4bce41f7aaa59196ec00b9754ef731f35d686bdb)

Author SHA1 Message Date
Rapptz 9036b9651b Properly handle disconnects in voice when force disconnected 6 years ago
Josh 9830e0ed8a Fix issues with VoiceProtocol docstrsings. 6 years ago
Rapptz e3922e24d9 Correct some protocol errors in v4 of voice gateway 6 years ago
Rapptz 0b93fa3a82 Implement VoiceProtocol lower level hooks. 6 years ago
Rapptz 250f29989b Be defensive in case Discord breaks something with WS URLs again 6 years ago
Rapptz a9824ffabf Fix endpoint strings with :443 instead of :80 6 years ago
Tsumiki 5cbbbca193
Add versionadded to VoiceClient latency and average_latency 6 years ago
Jeffrey 4078d64520 Fix reconnecting loop due to failed handshake on region change 6 years ago
매리 ddfed5a610 Change _handshaking variable when handshake terminate 6 years ago
Fwf fa34d357a1 Added VoiceClient.latency and VoiceClient.average_latency 7 years ago
Rapptz 6071607176 Bump copyright year to 2020 7 years ago
Matt Carey bcbfc354cf Add support for xsalsa20_poly1305_lite 7 years ago
Imayhaveborkedit 839afce178 Print exception tracebacks in voice threads 7 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 7 years ago
Imayhaveborkedit fedf26bf3e Add FFmpegOpusAudio and other voice improvements 7 years ago
NCPlayz 3c9bcc2851 Improve documentation 7 years ago
Rapptz abb9c067cc Add log line to show if we disconnected normally. 7 years ago
Imayhaveborkedit 7eb8417883 Fix voice handshake race condition 7 years ago
Daniel 3a36f78e08 Use is_connected() instead of _connected in checks 7 years ago
Rapptz 78459f3ed0 Don't reconnect during 4014/4015 in voice websocket. 7 years ago
Imayhaveborkedit 9c5259afd7 Update voice code to vws V4 8 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 8 years ago
Hornwitser efb4ff850e [lint] Fix import order 8 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 8 years ago
Hornwitser 4ae8e81660 [lint] Remove redundant exception variables 8 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 8 years ago
Rapptz 5c24e69cf2 Fix up the Sphinx strings causing warnings. 8 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 8 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 8 years ago
Rapptz a425bd91be Fix invalid close errors on websockets 4.x 8 years ago
Tobotimus 3112e1c17e Add intersphinx 9 years ago
Rapptz 305cc3acfa Clarify VoiceClient.disconnect docs a little more. 9 years ago
Rapptz fe3b917564 Continue connection loop with back-off if connecting fails >5 times. 9 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 9 years ago
Rapptz 64d09f3720 Force disconnect in abc.Connectable.connect. 9 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 9 years ago
Rapptz 663315f7ac Explicitly close UDP sockets when re-creating them. 9 years ago
Rapptz f5cfc96aaf Add PCMVolumeTransformer to augment volume of a PCM stream. 9 years ago
Rapptz 07d5328873 Add VoiceClient.is_paused to query pause state. 9 years ago
Rapptz 55e63ed87f Add VoiceClient.source to get the AudioSource being played. 9 years ago
Rapptz aa32c384ea Clean cache when TimeoutError occurs. 9 years ago
Rapptz f9c2ac9d25 Better handling of VOICE_SERVER_UPDATE. 9 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 9 years ago
Rapptz 132ac45010 Ensure after is called inside the daemon thread for players. 10 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 10 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 10 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 10 years ago
Rapptz 6fec17d7d4 Catch Player errors and gracefully stop them. 10 years ago
Daniel e977bddc1f Add stderr arg to create_ffmpeg_player 10 years ago
Hornwitser e1f8bdc440 Make PyNaCl optional 10 years ago