Telethon/telethon
Lonami Exo 4f80429215 Work on byte level when parsing markdown
Reasoning: instead encoding every character one by one as we
encounter them to use half their length as the correct offset,
we can simply encode the whole string at once as utf-16le and
work with that directly.
2017-11-06 10:29:32 +01:00
..
crypto Add much faster integer factorization (#403 related to #199) 2017-11-03 12:59:17 +01:00
errors Generate errors from PWRTelegram's API 2017-10-20 17:20:05 +02:00
extensions Work on byte level when parsing markdown 2017-11-06 10:29:32 +01:00
network Fix resending requests on bad salt/msg notification (#369) 2017-10-22 13:13:49 +02:00
tl Fix InputPeer* with None hash, drop them off database (closes #354) 2017-10-30 10:33:45 +01:00
__init__.py Fix importing dependencies during installing (#384) 2017-10-28 12:21:07 +02:00
helpers.py Use autogen code on the authenticator instead hardcoding requests 2017-09-28 11:36:51 +02:00
telegram_bare_client.py Fix importing dependencies during installing (#384) 2017-10-28 12:21:07 +02:00
telegram_client.py Add optional force_sms parameter to .send_code_request() 2017-11-04 20:46:02 +01:00
update_state.py Fix exception when logging exceptions 2017-10-25 13:06:51 +02:00
utils.py Fix InputPeer* with None hash, drop them off database (closes #354) 2017-10-30 10:33:45 +01:00
version.py Update to v0.15.4 2017-11-04 13:40:56 +01:00