Telethon/telethon
2017-09-17 19:39:41 +02:00
..
crypto Get rid of the initial_query= parameter on .connect() 2017-09-17 16:06:43 +02:00
errors Retry authentication for auth keys up to five times by default 2017-09-17 19:15:43 +02:00
extensions Add a lock around TcpClient.close() to try avoiding None.close() 2017-09-13 09:44:58 +02:00
network Handle BufferError's more gracefully 2017-09-17 19:39:41 +02:00
tl Fix representing .stringify() for bytes with indent > 0 2017-09-17 16:35:35 +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 Catch -404 BrokenAuthKeyError on .connect()'s .do_authentication 2017-09-17 18:38:03 +02:00
telegram_client.py Fix process_updates=True preventing new sessions from signing in 2017-09-17 18:13:58 +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