Telethon/telethon
Lonami Exo 4d3ff0e175 Revert "Use tgcrypto if available (#1715)"
This reverts commit 42cc9e61fb.

tgcrypto was made for Pyrogram, and seeing it used elsewhere
without much credit "hurts" the author. I personally do not endorse
its use, hence the lack of attention or notes in the documentation.

People who still want to benefit from the speed boost should go
out of their way to discover, install and patch Telethon's aes.py
module instead, all while complying with the respective license
(another reason to avoid said code in Telethon, which is under the
much more permissive MIT license).

People using tgcrypto for anything other than Pyrogram will do so
knowing full-well that this was not the library's intended usage.
2021-03-20 17:20:33 +01:00
..
client Fix delete_dialog on chats 2021-03-14 11:05:47 +01:00
crypto Revert "Use tgcrypto if available (#1715)" 2021-03-20 17:20:33 +01:00
errors Change error mapping to be case insensitive 2021-01-29 20:19:07 +01:00
events Move message.out patching in self-chat to Message 2021-03-14 11:16:59 +01:00
extensions Fix several minor typos (#1603) 2020-10-18 21:11:59 +02:00
network Fix setting logout result was not checking for future cancellation 2021-02-27 15:14:44 +01:00
sessions Evict old cached usernames in case of collision 2020-10-01 13:20:29 +02:00
tl Fix file.width and .height not working on Photo 2021-03-15 22:36:46 +01:00
__init__.py Fix patched module was never automatically imported 2021-02-14 00:26:04 +01:00
entitycache.py Adapt the rest of the library to layer 119 2020-10-01 12:22:55 +02:00
helpers.py Abstract away treating a file as a stream 2020-09-14 16:20:44 +02:00
hints.py Fix Python 3.5.2 type hinting (#1177) 2019-06-28 21:26:08 +02:00
password.py Remove unused imports and variables 2020-07-04 13:29:43 +02:00
requestiter.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
statecache.py Lower log severity when receiving empty messages 2020-10-01 13:22:38 +02:00
sync.py Avoid unnecessary await in Conversation 2019-08-13 18:11:02 +02:00
utils.py Handle progressive size in _photo_size_byte_count 2021-02-13 22:49:03 +01:00
version.py Update to version 1.21.1 2021-03-16 08:24:00 +01:00