mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-15 13:26:32 +00:00
Update to v1.6
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import hashlib
|
||||
|
||||
from .tcpobfuscated import ConnectionTcpObfuscated
|
||||
from ...crypto import AESModeCTR
|
||||
|
||||
|
||||
class ConnectionTcpMTProxy(ConnectionTcpObfuscated):
|
||||
@@ -10,6 +9,11 @@ class ConnectionTcpMTProxy(ConnectionTcpObfuscated):
|
||||
user to connect to the Telegram proxy servers commonly known as MTProxy.
|
||||
Implemented very ugly due to the leaky abstractions in Telethon networking
|
||||
classes that should be refactored later (TODO).
|
||||
|
||||
.. warning::
|
||||
|
||||
The support for MTProtoProxies class is **EXPERIMENTAL** and prone to
|
||||
be changed. You shouldn't be using this class yet.
|
||||
"""
|
||||
@staticmethod
|
||||
def address_info(proxy_info):
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.5.5'
|
||||
__version__ = '1.6'
|
||||
|
||||
Reference in New Issue
Block a user