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
/
voice_client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-14
/
+14
*
Fix typo in voice_client.py
Josh
2021-07-04
1
-1
/
+1
*
Update documentation in voice_client.py
scrazzz
2021-06-28
1
-1
/
+1
*
Type-hint voice_client / player
Josh
2021-06-28
1
-67
/
+97
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
1
-5
/
+6
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-1
/
+1
*
Update lavalink's repo url
Cryptex
2021-04-18
1
-1
/
+1
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+5
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Clear the connected flag when potentially reconnecting the player
Rapptz
2020-11-21
1
-0
/
+2
*
Fix attribute error during rapid disconnects in VoiceClient.
Rapptz
2020-11-21
1
-0
/
+1
*
Fix disconnect when trying to move to another voice channel.
Rapptz
2020-10-17
1
-21
/
+58
*
Properly handle disconnects in voice when force disconnected
Rapptz
2020-09-23
1
-3
/
+7
*
Fix issues with VoiceProtocol docstrsings.
Josh
2020-09-23
1
-4
/
+6
*
Correct some protocol errors in v4 of voice gateway
Rapptz
2020-09-23
1
-4
/
+8
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-92
/
+195
*
Be defensive in case Discord breaks something with WS URLs again
Rapptz
2020-08-05
1
-0
/
+4
*
Fix endpoint strings with :443 instead of :80
Rapptz
2020-08-05
1
-4
/
+5
*
Add versionadded to VoiceClient latency and average_latency
Tsumiki
2020-06-26
1
-1
/
+6
*
Fix reconnecting loop due to failed handshake on region change
Jeffrey
2020-06-22
1
-0
/
+1
*
Change _handshaking variable when handshake terminate
매리
2020-05-23
1
-0
/
+1
*
Added VoiceClient.latency and VoiceClient.average_latency
Fwf
2020-04-04
1
-2
/
+16
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-2
/
+2
*
Add support for xsalsa20_poly1305_lite
Matt Carey
2019-12-17
1
-0
/
+12
*
Print exception tracebacks in voice threads
Imayhaveborkedit
2019-11-26
1
-4
/
+4
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-5
/
+5
*
Add FFmpegOpusAudio and other voice improvements
Imayhaveborkedit
2019-07-22
1
-8
/
+12
*
Improve documentation
NCPlayz
2019-06-07
1
-6
/
+6
*
Add log line to show if we disconnected normally.
Rapptz
2019-05-01
1
-0
/
+1
*
Fix voice handshake race condition
Imayhaveborkedit
2019-04-10
1
-0
/
+10
*
Use is_connected() instead of _connected in checks
Daniel
2019-04-09
1
-2
/
+2
*
Don't reconnect during 4014/4015 in voice websocket.
Rapptz
2019-03-05
1
-1
/
+5
*
Update voice code to vws V4
Imayhaveborkedit
2019-01-28
1
-5
/
+18
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-6
/
+7
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-3
/
+3
*
[lint] Remove redundant exception variables
Hornwitser
2018-11-24
1
-3
/
+3
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-1
/
+1
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-1
/
+1
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-1
/
+0
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-34
/
+27
*
Fix invalid close errors on websockets 4.x
Rapptz
2018-03-06
1
-1
/
+1
*
Add intersphinx
Tobotimus
2018-01-06
1
-4
/
+4
*
Clarify VoiceClient.disconnect docs a little more.
Rapptz
2017-09-16
1
-1
/
+1
*
Continue connection loop with back-off if connecting fails >5 times.
Rapptz
2017-07-25
1
-1
/
+6
*
Defer logging formatting until the logger is actually called.
Rapptz
2017-06-09
1
-3
/
+2
*
Force disconnect in abc.Connectable.connect.
Rapptz
2017-05-13
1
-5
/
+9
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-2
/
+2
*
Explicitly close UDP sockets when re-creating them.
Rapptz
2017-05-02
1
-1
/
+10
[next]