Telethon/telethon
Lonami Exo ab07f0220a Save dc_id instead layer and salt in the session file
Server salts change every 30 minutes after all, so keeping them
in the long-term storage session file doesn't make much sense.

Saving the layer doesn't make sense either, as it was only used
to know whether to init connection or not, but it should be done
always.
2017-12-28 01:06:27 +01:00
..
crypto Document the crypto/ module 2017-11-26 16:57:40 +01:00
errors Document the errors/ module 2017-11-26 17:06:09 +01:00
extensions TcpClient: Catch ConnectionError instead of its particular cases 2017-12-23 05:45:23 +10:00
network Move tgread_object() outside specific msg processing calls 2017-12-20 17:45:40 +01:00
tl Save dc_id instead layer and salt in the session file 2017-12-28 01:06:27 +01:00
__init__.py Use NullHandler as default for the library 2017-11-13 10:59:43 +01:00
helpers.py Use autogen code on the authenticator instead hardcoding requests 2017-09-28 11:36:51 +02:00
telegram_bare_client.py Save dc_id instead layer and salt in the session file 2017-12-28 01:06:27 +01:00
telegram_client.py Fix GetUsersRequest has a limit of 200 2017-12-27 15:08:29 +01:00
update_state.py Make a proper use of the logging module 2017-12-20 12:47:39 +01:00
utils.py Lowercase usernames before adding them to the database 2017-12-27 11:54:08 +01:00
version.py Update to v0.15.5 2017-11-16 19:18:26 +01:00