Telethon/telethon/network
Lonami Exo f2f43336c6 Always use python-socks when available
Relying on Python 3.6 or above to be installed to unconditionally
use this library would break user's code, because this is a new
optional dependency that users may not have installed.

Instead, always use the new library when available, which should
work better than pysocks because it natively supports asyncio.
2020-11-28 12:09:46 +01:00
..
connection Always use python-socks when available 2020-11-28 12:09:46 +01:00
__init__.py Add type hints to all public methods in the client 2019-05-03 21:38:41 +02:00
authenticator.py Add extra security checks during authkey gen 2020-01-14 12:12:55 +01:00
mtprotoplainsender.py Fix-up missing loggers from f271316 2019-01-12 12:15:29 +01:00
mtprotosender.py Don't try to reconnect when authkey is invalid 2020-10-07 10:40:34 +02:00
mtprotostate.py Apply several lints 2019-05-03 21:38:41 +02:00
requeststate.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00