Telethon/telethon/_misc
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
..
__init__.py Fix imports 2021-09-12 16:23:55 +02:00
binaryreader.py Completely overhaul errors to be generated dynamically 2021-09-24 20:12:00 +02:00
entitycache.py Fix GROUP check in EntityCache 2021-09-24 20:12:23 +02:00
enums.py Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
helpers.py Add stringify back to custom Message 2022-01-09 12:18:15 +01:00
hints.py Bump minimum required Python version to 3.7 2022-01-09 13:00:45 +01:00
html.py Fix some modules were public when they should not have been 2021-09-26 19:58:42 +02:00
markdown.py Use a proper markdown parser 2021-09-25 20:33:25 +02:00
messagepacker.py Move alltlobjects.py and fix imports 2021-09-12 16:58:06 +02:00
password.py Fix imports 2021-09-12 13:27:13 +02:00
requestiter.py Make changes to the default limit in client.get_list methods 2021-09-17 20:04:57 +02:00
statecache.py Cache session_state and all_dcs right after connect 2021-09-19 17:51:05 +02:00
tlobject.py Remove TLObject.to_json 2022-01-09 12:18:15 +01:00
utils.py Remove mark from peer_id 2021-09-18 16:29:45 +02:00