Telethon/telethon/_network
Lonami Exo f5f0c84553 Completely overhaul connections and transports
Reduce abstraction leaks. Now the transport can hold any state,
rather than just the tag. It's also responsible to initialize on
the first connection, and they can be cleanly reset.

asyncio connections are no longer used, in favour of raw sockets,
which should avoid some annoyances.

For the time being, more obscure transport modes have been removed,
as well as proxy support, until further cleaning is done.
2022-01-15 13:33:50 +01:00
..
transports Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
__init__.py Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
authenticator.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
connection.py Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
mtprotoplainsender.py Completely overhaul errors to be generated dynamically 2021-09-24 20:12:00 +02:00
mtprotosender.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
mtprotostate.py Completely overhaul errors to be generated dynamically 2021-09-24 20:12:00 +02:00
requeststate.py Rename more subpackages and modules 2021-09-11 17:48:23 +02:00