Telethon/telethon
Lonami Exo 6c73538bd4 Fix time_offset not being used at all after BadMsgNotification
Telegram would refuse to reply any further unless the message ID
had the correct time (causing some behaviour like .connect()
never connecting, due to the first request being sent always
failing). The fix was to use time_offset when calculating the
message ID, while this was right, it wasn't in use.
2018-01-23 11:39:43 +01:00
..
crypto Move utils.calc_msg_key into auth_key (cyclic imports py3.4) 2018-01-08 12:07:14 +01:00
errors Make exception types correspond to Python docs 2017-12-28 09:48:02 +10:00
extensions Add HTML parse mode (#554) 2018-01-22 10:06:11 +01:00
network Add more useful logging on invalid packet length received 2018-01-13 19:26:45 +01:00
tl Several documentation enhancements and build warnings fixes 2018-01-20 11:47:17 +01:00
__init__.py Use NullHandler as default for the library 2017-11-13 10:59:43 +01:00
helpers.py Move utils.calc_msg_key into auth_key (cyclic imports py3.4) 2018-01-08 12:07:14 +01:00
session.py Fix time_offset not being used at all after BadMsgNotification 2018-01-23 11:39:43 +01:00
telegram_bare_client.py Fix cyclic imports on Python 3.4 by moving Session one level up 2018-01-19 22:55:28 +01:00
telegram_client.py Update .send_file() documentation (for f0eb41b) 2018-01-23 12:13:03 +01:00
update_state.py Make a proper use of the logging module 2017-12-20 12:47:39 +01:00
utils.py Fix .download_media() not accepting Document 2018-01-23 12:10:23 +01:00
version.py Update to v0.16.2 2018-01-19 21:17:57 +01:00