Telethon/telethon
Lonami Exo dde196d8e4 Swallow errors when processing entities
Some bug was causing an infinite lock due to the entity
database failing with InputPeerSelf, since adding a full
entity to the database wasn't disallowing self, and so
wasn't utils get_peer_id. Although last commit fixed that,
just in case, swallow errors there.
2017-10-05 13:34:44 +02:00
..
crypto Add ._get_cdn_client as alternative ._get_exported_client version 2017-09-30 17:51:07 +02:00
errors Add ChannelPrivateError error 2017-10-01 18:53:12 +02:00
extensions Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00
network Always use session ip address and port when connecting 2017-10-01 19:26:20 +02:00
tl Swallow errors when processing entities 2017-10-05 13:34:44 +02:00
__init__.py Use an Enum for the ConnectionMode and support specifying it 2017-09-04 11:24:10 +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 workers not stopping on .disconnect(), start them on login 2017-10-01 19:56:24 +02:00
telegram_client.py Allow EntityDatabase to be accessed by phone 2017-10-05 13:01:00 +02:00
update_state.py Fix workers not stopping on .disconnect(), start them on login 2017-10-01 19:56:24 +02:00
utils.py Fix EntityDatabase failing to cache self user 2017-10-05 13:34:11 +02:00