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
*
[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
*
Add PCMVolumeTransformer to augment volume of a PCM stream.
Rapptz
2017-04-19
1
-1
/
+14
*
Add VoiceClient.is_paused to query pause state.
Rapptz
2017-04-19
1
-0
/
+4
*
Add VoiceClient.source to get the AudioSource being played.
Rapptz
2017-04-19
1
-0
/
+5
*
Clean cache when TimeoutError occurs.
Rapptz
2017-04-18
1
-1
/
+1
*
Better handling of VOICE_SERVER_UPDATE.
Rapptz
2017-04-18
1
-23
/
+29
*
Re-implement voice sending.
Rapptz
2017-04-18
1
-489
/
+175
*
Ensure after is called inside the daemon thread for players.
Rapptz
2017-02-14
1
-2
/
+6
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-1
/
+1
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-6
/
+6
*
Catch Player errors and gracefully stop them.
Rapptz
2016-09-25
1
-5
/
+37
*
Add stderr arg to create_ffmpeg_player
Daniel
2016-07-08
1
-2
/
+5
*
Make PyNaCl optional
Hornwitser
2016-06-28
1
-1
/
+11
*
Raise TypeError if "after" parameter is not a callable.
Rapptz
2016-06-20
1
-1
/
+4
*
Make sure the socket is closed when we call VoiceClient.disconnect
Rapptz
2016-06-14
1
-3
/
+5
*
Handle voice websocket closure if it's a successful close.
Rapptz
2016-06-10
1
-2
/
+8
*
Actually read from the voice websocket & fix heartbeat.
Jake
2016-06-05
1
-0
/
+10
*
Fix ytdl documentation link.
Rapptz
2016-05-27
1
-2
/
+2
*
Make Player threads into daemon threads.
Rapptz
2016-05-12
1
-0
/
+1
*
Add a way to change the player volume.
Rapptz
2016-05-12
1
-0
/
+18
*
Add VoiceClient.move_to for quick switching of voice channels.
Rapptz
2016-05-12
1
-0
/
+26
*
Add libopus DLLs for ease of use.
Rapptz
2016-05-06
1
-4
/
+3
*
Working multi-server voice support.
Rapptz
2016-05-01
1
-0
/
+7
*
Refactor voice websocket into gateway.py
Rapptz
2016-04-27
1
-115
/
+9
*
Drop voice packets when it can be potentially blocking.
Rapptz
2016-03-31
1
-1
/
+5
*
Encrypted audio working with PyNacl
izy521
2016-03-31
1
-12
/
+20
*
Add boolean option to specify if VoiceClient.play_audio should encode.
Rapptz
2016-03-25
1
-6
/
+11
*
Add a way to set ffmpeg options before the -i flag.
Rapptz
2016-03-25
1
-7
/
+13
*
Move ffmpeg process cleanup to player thread
Khazhismel Kumykov
2016-03-25
1
-3
/
+5
*
Support ytsearch and playlists in youtube_dl_player
Khazhismel
2016-03-09
1
-0
/
+3
*
Disconnect from voice server properly
Jake
2016-03-04
1
-1
/
+1
*
Clean up zombies
Khazhismel Kumykov
2016-03-02
1
-0
/
+2
*
Make VoiceClient.create_ytdl_player a coroutine.
Rapptz
2016-01-31
1
-10
/
+78
*
Change options in VoiceClient.create_ytdl_player to ytdl_options.
Rapptz
2016-01-31
1
-11
/
+10
*
Try to make the pause/resume loop not busy.
Rapptz
2016-01-26
1
-6
/
+9
[next]