Telethon/telethon
Lonami Exo 95cf873bad Don't mark the user as connected until successfull connection
The idea behind distinguishing between the user being connected and
the actual connection having been made was to support retries while
the user decided to connect, even if the connection wasn't made yet.

The problem is that _user_connected is used directly to tell whether
the sender is connected or not which will be wrong if an exception
occurs on the initial connection. Since the logic retry isn't used
there we can simply mark as connected once a successfull connection
is made.
2019-01-02 10:53:10 +01:00
..
client Return downloaded bytes when file=bytes 2018-12-27 19:05:52 +01:00
crypto Actually perform all checks in 2fa 2018-12-24 14:16:50 +01:00
errors Show the request that caused RPC errors in their messages 2018-10-15 18:35:51 +02:00
events Except TypeError on empty access hash from 5018879 thoroughly 2018-12-18 08:39:36 +01:00
extensions Fix UnicodeDecodeError with malformed input on unparse text 2019-01-01 20:31:39 +01:00
network Don't mark the user as connected until successfull connection 2019-01-02 10:53:10 +01:00
sessions Revert "Get rid of now broken cache" 2018-12-25 16:50:11 +01:00
tl Add TLObject.to_json() for convenience 2018-12-27 20:15:35 +01:00
__init__.py Get rid of full_sync 2018-11-03 12:46:19 +01:00
default.py Create a default module to use as a sentinel value 2018-10-05 14:20:50 +02:00
helpers.py Remove old code to get the hash of a password 2018-12-24 14:47:39 +01:00
password.py Check g when password's prime is known to be good 2018-12-25 10:59:16 +01:00
sync.py Avoid caching event loop in telethon.sync 2018-11-10 11:34:26 +01:00
utils.py Fix get_peer for int which made ab557a8 useless 2018-12-28 17:54:15 +01:00
version.py Update to v1.5 2018-12-25 17:55:15 +01:00