Telethon/telethon
Lonami Exo 88f87f6de2 Major TelegramClient rewrite, split it into TelegramBareClient*
Making a distinction between a bare client and a full-featured
client will make it easier to create instances of the bare
client itself that can be simultaneously and hence have two
separate connections which do not interfer with eachother.

While writing the bare client, full reconnection to a
different data center is once again done only on .connect().
2017-06-08 13:12:57 +02:00
..
crypto Use more straightforward calls of hashlib.sha1/sha256 2017-06-02 16:49:03 +02:00
network Make generate_sequence() thread-safe and move it to Session 2017-06-07 12:00:01 +01:00
parser Make lint happier 2017-05-21 13:59:16 +02:00
tl Make generate_sequence() thread-safe and move it to Session 2017-06-07 12:00:01 +01:00
utils Update to v0.10 and some minor grammar fixes 2017-06-03 13:36:41 +02:00
__init__.py Major TelegramClient rewrite, split it into TelegramBareClient* 2017-06-08 13:12:57 +02:00
errors.py Add more errors and make them more descriptive 2017-06-07 11:09:10 +01:00
helpers.py Use more straightforward calls of hashlib.sha1/sha256 2017-06-02 16:49:03 +02:00
interactive_telegram_client.py Major TelegramClient rewrite, split it into TelegramBareClient* 2017-06-08 13:12:57 +02:00
telegram_bare_client.py Major TelegramClient rewrite, split it into TelegramBareClient* 2017-06-08 13:12:57 +02:00
telegram_client.py Major TelegramClient rewrite, split it into TelegramBareClient* 2017-06-08 13:12:57 +02:00