Telethon/telethon
Lonami Exo 151e1623d3 Stop saving the session ID, sequence and time offset
After some discussion, storing the session ID is not needed at all.
It can always start off as a new random 8-byte-long number, also
restarting the sequence number at 0. This should prevent some seqno
too low errors.

Also, saving the time offset could cause more trouble than fixing
them, so that has also been removed.
2017-09-14 11:44:42 +02:00
..
crypto Stick to the offset and limit CdnFileHashes dictates (#222) 2017-09-05 16:43:53 +02:00
errors Fix username regex (#235) 2017-09-07 09:41:49 +02:00
extensions Add a lock around TcpClient.close() to try avoiding None.close() 2017-09-13 09:44:58 +02:00
network Ignore InvalidChecksumError's 2017-09-11 11:04:19 +02:00
tl Stop saving the session ID, sequence and time offset 2017-09-14 11:44:42 +02:00
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +02:00
helpers.py Make lint happier 2017-09-04 17:10:04 +02:00
telegram_bare_client.py Remove forgotten invalid code CdnDecrypter.finish_check (fix #243) 2017-09-12 15:38:00 +02:00
telegram_client.py Modify .send_message to return the sent message object 2017-09-13 12:00:27 +02:00
update_state.py Fix incorrect condition causing updates to be ignored 2017-09-08 18:43:37 +02:00
utils.py Fix get_input_* not skipping None entities (#215) 2017-08-30 11:12:25 +02:00