mirror of
https://github.com/azlux/pymumble
synced 2024-11-23 13:56:26 +00:00
2ee3f82744
* Fixed encryption Before the fix the whole last block encrypted were appended to the encrypted output. This caused a wrong checksum calculation and resulted in a wrong tag prepended to the packet, which the Mumble server discarded most of the times (in some lucky cases the remaining length. To fix this I took inspiration from: https://github.com/ianling/mumpy/blob/dev/mumpy/mumblecrypto.py * Added a default decryption plain_length * Renamed send_udp to the existing send_packet_udp * Removed error-prone length parameter |
||
---|---|---|
.. | ||
__init__.py | ||
acl.py | ||
blobs.py | ||
callbacks.py | ||
channels.py | ||
commands.py | ||
constants.py | ||
crypto.py | ||
errors.py | ||
messages.py | ||
mumble_pb2.py | ||
mumble.py | ||
soundoutput.py | ||
soundqueue.py | ||
test_crypto.py | ||
tools.py | ||
users.py |