Telethon/telethon/client
Aaron Gallagher b0e0bc3701 Extend new_algo.salt1 to fix edit_2fa (#1072)
The salt1 that is sent to the server requires an additional 32 bytes
of random data. It's easy to miss this requirement from reading the 
tdesktop source, because this extension is done in a function called
`ValidateNewCloudPasswordAlgo`.

https://github.com/telegramdesktop/tdesktop/blob/2e5a0e056cdb40d61d487c6062bffe1a835f
6ddd/Telegram/SourceFiles/core/core_cloud_password.cpp#L210-L211
2018-12-24 21:16:09 +01:00
..
__init__.py Implement client.inline_query() 2018-08-01 01:06:47 +02:00
auth.py Extend new_algo.salt1 to fix edit_2fa (#1072) 2018-12-24 21:16:09 +01:00
bots.py Return custom.InlineResults instead of a simple list 2018-08-02 23:31:51 +02:00
buttons.py Remove callback parameter from custom.Button 2018-10-05 20:54:50 +02:00
chats.py Clarify iter_participants filter parameter in the docs 2018-11-19 08:38:31 +01:00
dialogs.py Support exclusive conversations by default 2018-10-12 22:17:07 +02:00
downloads.py Make disconnect synchronous 2018-10-16 11:56:17 +02:00
messageparse.py Prevent KeyError in forward_messages 2018-12-20 20:33:25 +01:00
messages.py Prevent KeyError in forward_messages 2018-12-20 20:33:25 +01:00
telegrambaseclient.py Add new is_bot method to check if the logged-in user is a bot 2018-12-24 17:32:34 +01:00
telegramclient.py Implement client.inline_query() 2018-08-01 01:06:47 +02:00
updates.py Better catch_up behaviour when invalid states are present 2018-12-06 16:07:11 +01:00
uploads.py Prevent caption=None from crashing (#1071) 2018-12-20 10:50:16 +01:00
users.py Add new is_bot method to check if the logged-in user is a bot 2018-12-24 17:32:34 +01:00