aboutsummaryrefslogtreecommitdiff
path: root/discord/voice_client.py
Commit message (Expand)AuthorAgeFilesLines
* Make global log variable in modules privateRapptz2021-08-221-14/+14
* Fix typo in voice_client.pyJosh2021-07-041-1/+1
* Update documentation in voice_client.pyscrazzz2021-06-281-1/+1
* Type-hint voice_client / playerJosh2021-06-281-67/+97
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-5/+6
* Fix various reference issues in documentationJosh2021-05-061-1/+1
* Update lavalink's repo urlCryptex2021-04-181-1/+1
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+5
* Modernize code to use f-stringsRapptz2021-04-041-4/+2
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Clear the connected flag when potentially reconnecting the playerRapptz2020-11-211-0/+2
* Fix attribute error during rapid disconnects in VoiceClient.Rapptz2020-11-211-0/+1
* Fix disconnect when trying to move to another voice channel.Rapptz2020-10-171-21/+58
* Properly handle disconnects in voice when force disconnectedRapptz2020-09-231-3/+7
* Fix issues with VoiceProtocol docstrsings. Josh2020-09-231-4/+6
* Correct some protocol errors in v4 of voice gatewayRapptz2020-09-231-4/+8
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-92/+195
* Be defensive in case Discord breaks something with WS URLs againRapptz2020-08-051-0/+4
* Fix endpoint strings with :443 instead of :80Rapptz2020-08-051-4/+5
* Add versionadded to VoiceClient latency and average_latencyTsumiki2020-06-261-1/+6
* Fix reconnecting loop due to failed handshake on region changeJeffrey2020-06-221-0/+1
* Change _handshaking variable when handshake terminate매리2020-05-231-0/+1
* Added VoiceClient.latency and VoiceClient.average_latencyFwf2020-04-041-2/+16
* Bump copyright year to 2020Rapptz2020-01-191-2/+2
* Add support for xsalsa20_poly1305_liteMatt Carey2019-12-171-0/+12
* Print exception tracebacks in voice threadsImayhaveborkedit2019-11-261-4/+4
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-5/+5
* Add FFmpegOpusAudio and other voice improvementsImayhaveborkedit2019-07-221-8/+12
* Improve documentationNCPlayz2019-06-071-6/+6
* Add log line to show if we disconnected normally.Rapptz2019-05-011-0/+1
* Fix voice handshake race conditionImayhaveborkedit2019-04-101-0/+10
* Use is_connected() instead of _connected in checksDaniel2019-04-091-2/+2
* Don't reconnect during 4014/4015 in voice websocket.Rapptz2019-03-051-1/+5
* Update voice code to vws V4Imayhaveborkedit2019-01-281-5/+18
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Fix import orderHornwitser2018-11-241-6/+7
* [lint] Rename exception variables to excHornwitser2018-11-241-3/+3
* [lint] Remove redundant exception variablesHornwitser2018-11-241-3/+3
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-1/+1
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-1/+1
* [lint] Remove unused variablesHornwitser2018-08-221-1/+0
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-34/+27
* Fix invalid close errors on websockets 4.xRapptz2018-03-061-1/+1
* Add intersphinxTobotimus2018-01-061-4/+4
* Clarify VoiceClient.disconnect docs a little more.Rapptz2017-09-161-1/+1
* Continue connection loop with back-off if connecting fails >5 times.Rapptz2017-07-251-1/+6
* Defer logging formatting until the logger is actually called.Rapptz2017-06-091-3/+2
* Force disconnect in abc.Connectable.connect.Rapptz2017-05-131-5/+9
* First pass at documentation reform.Rapptz2017-05-121-2/+2
* Explicitly close UDP sockets when re-creating them.Rapptz2017-05-021-1/+10