Telethon/telethon
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
..
_client Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
_crypto Remove broken CdnDecrypter 2021-09-17 20:55:27 +02:00
_events Rename send_read_acknowledge 2022-01-09 12:18:15 +01:00
_misc Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
_network Completely overhaul connections and transports 2022-01-15 13:33:50 +01:00
_sessions Use frozen dataclasses for session types 2022-01-09 13:01:16 +01:00
errors Remove 3.7 workarounds 2022-01-09 13:03:02 +01:00
types Stop opening webbrowser on clicking URL buttons 2022-01-09 12:23:06 +01:00
__init__.py Fix circular import regarding ignore_takeout 2022-01-15 13:18:53 +01:00
enums.py Change the way thumb size selection works 2022-01-09 12:18:15 +01:00
events.py Make events subpackage private 2021-09-24 21:11:50 +02:00
sessions.py Correct privacy on sessions module 2021-09-19 18:24:16 +02:00
version.py Update to version 1.23 2021-07-09 20:18:22 +02:00