Permalink
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
25
contributors
Commits on Jul 28, 2020
Commits on Aug 03, 2020
Commits on Aug 07, 2020
Commits on Aug 08, 2020
Closes #1172, and also fixed a typo.
Commits on Aug 10, 2020
Otherwise, Telegram won't analyze the image and won't add it the DocumentAttributeImageSize, causing some bots like t.me/Stickers to break. Closes #1507.
Commits on Aug 11, 2020
Commits on Aug 13, 2020
Commits on Aug 15, 2020
Commits on Aug 23, 2020
Commits on Aug 24, 2020
This reverts commit 26ff92c. Layer changes only go in minor releases, and the commit history is linear, so temporarily revert to release a new patch version.
v1.16.3 was accidentally released without the intended bug-fixes.
Commits on Aug 29, 2020
Commits on Sep 07, 2020
This should enable more accurate uploads of in-memory files.
Commits on Sep 10, 2020
Commits on Sep 13, 2020
This means that a value of 0 retries will no longer try to reconnect.
Commits on Sep 14, 2020
Makes upload_file cleaner (context manager instead of try-finally) and helps keep the logic "we may own this stream and need to close it or not" separated. It can be overengineered to allow nesting the same instance in context managers and also provide implementations for synchronous context managers but it adds quite a bit of unnecessary complexity for the time being. YAGNI.
Commits on Sep 17, 2020
The assistant example will now simply be the "core" that initializes the rest of plugins, allowing for more updates to the *bot* without cluttering Telethon's git history.
Commits on Sep 22, 2020
Commits on Sep 24, 2020
Commits on Sep 29, 2020
Commits on Oct 01, 2020
This should prevent accidentally comitting docs in master
Commits on Oct 02, 2020
Commits on Oct 03, 2020
Commits on Oct 05, 2020
This seems to occur whe the Telegram servers are dying and logging everyone out.
This error is "auth key not found", and the authorization key should probably not be reset on other error codes. This might address #1457.
Commits on Oct 06, 2020
Commits on Oct 07, 2020
Commits on Oct 09, 2020
Commits on Oct 11, 2020
Some bots, such as @Gamee, use this to determine the type of results to return (and "disable" themselves in channels).
Commits on Oct 13, 2020
Commits on Oct 15, 2020
Commits on Oct 16, 2020
It doesn't make sense to track what happens to Telegram's ecosystem in the repository of a specific library. The wiki is better suited for this and can be trivially updated by anyone, allowing it to better evolve.
Commits on Oct 18, 2020
Keeping them in order is important to easily change them when new things are added so that we don't miss them again on another update.
Commits on Oct 19, 2020
Commits on Oct 21, 2020
Commits on Oct 22, 2020
Bug introduced by #1587.
Commits on Oct 23, 2020
Never make commits in a rush from your phone.
Commits on Oct 24, 2020
Commits on Oct 25, 2020
Commits on Oct 27, 2020
Commits on Oct 30, 2020
Commits on Oct 31, 2020
Commits on Nov 04, 2020
Commits on Nov 05, 2020
Commits on Nov 07, 2020
Helps with #1613.
Commits on Nov 09, 2020
See discussion at (#1623) Small fixes for `local_addr` argument.
Commits on Nov 10, 2020
Commits on Nov 12, 2020
Closes #1629.
Commits on Nov 13, 2020
Should properly fix #1618.
Commits on Nov 14, 2020
Commits on Nov 28, 2020
Relying on Python 3.6 or above to be installed to unconditionally use this library would break user's code, because this is a new optional dependency that users may not have installed. Instead, always use the new library when available, which should work better than pysocks because it natively supports asyncio.
Commits on Dec 04, 2020
Commits on Dec 08, 2020
Commits on Dec 11, 2020
Borrowed senders are not disconnected immediately, but after a while. If a borrow was used recently but the user requested the main client to disconnect, those borrows "shouldn't" disconnect because they were used recently. However, if the user requests a disconnect, they mean that EVERYTHING should be disconnected, even if the borrows are recent. This actually gets rid of warnings about send/recv tasks being destroyed, which partially addresses #1634. That issue may still have more causes though.
Closes #1645.
Commits on Dec 14, 2020
Commits on Dec 19, 2020
Includes the changes of #1654.
Commits on Dec 23, 2020
Commits on Jan 02, 2021
Commits on Jan 05, 2021
Showing you all comments on commits in this comparison.
This comment has been minimized.
This comment has been minimized.
|
On the newer layer there's also a permission for sending Anonymous messages alongside the ones specified in the ParticipantPermissions class |
This file was deleted.
This file was deleted.
This file was deleted.