pymumble/pymumble_py3
Vlad Lipskiy 550e18b486 Change SSL code to be compatible with Python 3.12
The ssl.wrap_socket function was deprecated in 3.7 and now it is fully
removed in 3.12.

The logic, that the code does not validate the server certificate in any
way, has been preserved for compatibility reasons, but this is pretty
insecure and, ideally, should be a configurable option.
2023-11-13 16:25:18 +03:00
..
__init__.py Fully Python3 version 2016-11-30 00:52:36 +01:00
acl.py Better ask function and README 2021-04-21 14:32:20 +02:00
blobs.py Fully Python3 version 2016-11-30 00:52:36 +01:00
callbacks.py Added user kick/ban methods & permission denied callback 2020-10-04 14:56:04 -07:00
channels.py Better ask function and README 2021-04-21 14:32:20 +02:00
commands.py fix property name 2020-02-08 11:29:41 +01:00
constants.py Preparing v1.7 2023-03-09 16:55:39 +01:00
crypto.py pycryptodome compatibility 2021-02-13 02:58:43 +01:00
errors.py Add ACL management 2021-01-30 14:44:45 +01:00
messages.py Add ACL management 2021-01-30 14:44:45 +01:00
mumble.py Change SSL code to be compatible with Python 3.12 2023-11-13 16:25:18 +03:00
mumble_pb2.py Update mumble_pb2.py 2023-05-03 13:17:17 +02:00
soundoutput.py Ability to set a positional context and position (#76) 2020-07-27 16:40:58 +02:00
soundqueue.py Fixed typo for #44 2020-03-15 08:53:07 +08:00
test_crypto.py add OCB2 crypto for use in UDP implementation 2020-08-24 00:24:18 -07:00
tools.py Light code cleanup 2020-06-04 18:28:23 +03:00
users.py Listening channel support 2021-11-22 18:25:46 -08:00