| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove socket.shutdown and only use socket.close instead. | Rapptz | 2015-12-11 | 1 | -1/+0 |
| * | Add experimental ytdl player. | Rapptz | 2015-12-11 | 1 | -1/+66 |
| * | ffmpeg process is now properly killed. | Rapptz | 2015-12-11 | 1 | -12/+36 |
| * | Add missing implementation for create_stream_player. | Rapptz | 2015-12-10 | 1 | -0/+1 |
| * | Client now keeps a reference to the VoiceClient constructed. | Rapptz | 2015-12-09 | 1 | -2/+8 |
| * | Add ability to pause/resume audio stream from StreamPlayer. | Rapptz | 2015-12-09 | 1 | -19/+40 |
| * | Close ffmpeg process after stream is finished. | Rapptz | 2015-12-09 | 1 | -1/+6 |
| * | Fix exception handling having a NameError | Rapptz | 2015-12-08 | 1 | -2/+2 |
| * | Clear up some documentation. | Rapptz | 2015-12-08 | 1 | -0/+13 |
| * | Working voice sending implementation. | Rapptz | 2015-12-08 | 1 | -2/+229 |
| * | Work on connecting to a voice channel. | Rapptz | 2015-12-07 | 1 | -0/+206 |