Commit Graph

  • 8a9f398f01
    Update telethon/client/updates.py Kacnep89 2023-04-04 22:32:52 +0500
  • ac9765785a If update from channel and any user or channel is_min=True, start getChannelDifference for load users and channels. Kacnep89 2023-04-03 14:03:00 +0500
  • 68ea208b43
    Periodically save update state (#4071) Kacnep89 2023-03-28 22:00:36 +0500
  • 89953fd390 Deleted the check for the existence of a channel in entities when writing state to session. The issue for which this has been added requires separate consideration. Kacnep89 2023-03-28 21:37:55 +0500
  • 27fb5cb545
    Changed () to {} Kacnep89 2023-03-28 21:23:31 +0500
  • 0f7756ac68 Remove dead code from send_file Lonami Exo 2023-03-28 18:17:07 +0200
  • 33c5ee9be4 Implement progress_callback for sending albums Lonami Exo 2023-03-28 18:15:57 +0200
  • ca6fdd0a65 Change list to set for better performance Kacnep89 2023-03-28 20:57:34 +0500
  • a942b021bc
    Fix conversion and time zone issues (#4072) Kacnep89 2023-03-28 20:38:46 +0500
  • 0885d8b8d4 Revert fromtimestamp with add parameter tz and remove replace Kacnep89 2023-03-28 14:38:57 +0500
  • 1e8d3642da Fix conversion and time zone issues while downloading updates that occurred while the script was disabled Kacnep89 2023-03-28 11:17:11 +0500
  • b263536ab8 Add channel state only if channel exist in entities (Correcting the situation when the channel was not written to entities, because it came in the form of min, and state was written and the next time it was turned on with the catch_up parameter, the script did not run) Kacnep89 2023-03-28 09:45:58 +0500
  • a7e8160d72 Made saving entities and states a separate function and added to _keepalive_loop Kacnep89 2023-03-27 20:36:39 +0500
  • 9bfc49e405
    Fix telethon not saving update state outside of disconnect. Fixes catch up Nitan Alexandru Marcel 2023-03-27 17:13:22 +0300
  • 85151428a7 Move check version and create tables from __init__ Alexander Lozovskoy 2023-03-25 16:32:31 +0300
  • 516a2e7435 Handle timeout error during getDifference Lonami Exo 2023-03-12 17:46:25 +0100
  • be59c36ed3 Handle errors at connection level Lonami Exo 2023-03-12 17:43:36 +0100
  • acd3407418 Propagate errors at the connection level Lonami Exo 2023-03-12 17:43:19 +0100
  • f3414d134a Handle invalid buffers at protocol level Lonami Exo 2023-03-12 17:27:22 +0100
  • 177386e755 Update to layer 155 Lonami Exo 2023-03-12 17:15:28 +0100
  • 1f79f063a2 Expand documentation on using the raw API Lonami Exo 2023-03-11 12:45:06 +0100
  • b87a8d0c1f Remove mentions to methods in generated TL ref Lonami Exo 2023-03-11 12:26:17 +0100
  • b68c1f4f03 Add docs warning to file.id about it not being maintained Lonami Exo 2023-03-11 11:56:43 +0100
  • 6bc7245106 Add file IDs section to the FAQ Lonami Exo 2023-03-11 11:56:39 +0100
  • 373601500f Update to layer 154 Lonami Exo 2023-03-09 21:34:48 +0100
  • f334d5b8fe Move working with messages to the wiki Lonami Exo 2023-02-28 21:58:07 +0100
  • 4de1609d4e Fix ChatAction for groups with hidden members Lonami Exo 2023-02-26 11:17:12 +0100
  • 07a7a8b404 Deprecate force_sms and sign_up Lonami Exo 2023-02-26 10:39:10 +0100
  • 0563430314 Slightly improve documentation Lonami Exo 2023-02-26 10:10:19 +0100
  • 6bb0ee081f Remove requesting SMS login codes and signing up Tulir Asokan 2023-02-10 21:02:13 +0200
  • acfde7132b Support Message without client as inputs to forward_messages Lonami Exo 2023-02-08 17:35:49 +0100
  • 610b8c34dd Prevent publishing to PyPi if tl.telethon.dev is out-of-date Lonami Exo 2023-02-06 17:40:51 +0100
  • daf21f12d9 Bump to v1.27 v1.27.0 Lonami Exo 2023-02-05 15:19:41 +0100
  • 6dece6e8a1 Update to layer 152 Lonami Exo 2023-02-05 15:05:05 +0100
  • 9f077e356b Fix downloading vcard and webdoc with Path Lonami Exo 2023-01-23 08:48:00 +0100
  • 1f8b59043b
    Change maximum photo size to 2560px (#4024) Nick80835 2023-01-18 11:37:56 -0500
  • 588c36503d change maximum photo size to 2560px https://github.com/telegramdesktop/tdesktop/issues/6520 Nick80835 2023-01-18 08:40:29 -0500
  • cc3d25eeb8 Wrap init request in invokeWithoutUpdates if requested Lonami Exo 2023-01-14 13:31:32 +0100
  • d81eb0b2e8 Apply pts returned by some additional requests Lonami Exo 2023-01-14 12:31:01 +0100
  • 83bafa25e3 Stop using asyncio.get_event_loop() Lonami Exo 2023-01-11 21:02:29 +0100
  • fb97a8aa87 Propagate account being logged-out errors Lonami Exo 2023-01-11 20:30:33 +0100
  • c932d79ab3 Ignore improperly formatted errors from Telegram's JSON Lonami Exo 2023-01-11 20:28:29 +0100
  • 94cc897019 Sync list of known errors with Telegram's JSON Lonami Exo 2023-01-11 19:53:35 +0100
  • 7a74dedc48 Add script to sync errors with Telegram's JSON Lonami Exo 2023-01-11 19:53:20 +0100
  • 6332690a51 Sort RPC error data Lonami Exo 2023-01-11 19:36:30 +0100
  • 2007c83c9e Update to layer 151 Lonami Exo 2022-12-31 18:38:53 +0100
  • 7288c9933c Update to layer 150 Lonami Exo 2022-12-22 20:30:25 +0100
  • 979e38152d Bump to v1.26.1 v1.26.1 Lonami Exo 2022-12-22 20:28:03 +0100
  • 6d2a5dada5 Fix PERSISTENT_TIMESTAMP_EMPTY for new entries with pts 1, count 0 Lonami Exo 2022-12-22 20:23:06 +0100
  • 061a84bef2
    Fix payment.py example (#4005) yumupdate 2022-12-22 15:42:30 +0300
  • 2084fd66af add spoiler, strike and underline illvart 2022-12-20 17:53:54 +0700
  • 8a514c22c7
    Update payment.py yumupdate 2022-12-19 16:52:51 +0300
  • e750eb7ab5 Add more debug traces to the messagebox Lonami Exo 2022-12-18 12:57:51 +0100
  • 59ffad0090 Promote messagebox warnings to errors Lonami Exo 2022-12-18 12:42:14 +0100
  • a8ce308b7a Fix messagebox state trace was not logging the object Lonami Exo 2022-12-18 12:41:08 +0100
  • c72c7b160a Introduce trace-level logs to MessageBox Lonami Exo 2022-12-17 23:13:06 +0100
  • 5080715565 Change updates add_done_callback to discard tasks more reliably Lonami Exo 2022-12-15 21:21:58 +0100
  • b2925f8279 Update documentation and list of known errors Lonami Exo 2022-12-14 20:00:55 +0100
  • 4a6ef97910 Fix calls to disconnect after logout Lonami Exo 2022-12-13 08:33:13 +0100
  • a974bc8204 Update reaction example Devesh Pal 2022-12-11 15:52:59 +0530
  • 10c46be72f allow sending in topic forums Devesh Pal 2022-12-11 15:49:01 +0530
  • 83c1cd1bed
    Add USERNAME_PURCHASE_AVAILABLE to known errors deloverov 2022-12-07 14:29:31 +0300
  • 83f13da420 Don't error when calling disconnect after logout Lonami Exo 2022-11-27 11:22:30 +0100
  • 4f51604def Fix sending copies of a file message should ignore parse mode Lonami Exo 2022-11-26 09:12:06 +0100
  • ba7fc245ab Set documentation language to en Lonami Exo 2022-11-26 09:11:49 +0100
  • bd1ba3bf1e Bump to v1.26 and update layer to 149 v1.26.0 Lonami Exo 2022-11-25 18:23:28 +0100
  • 8ae75db862 Sort updates preemptively Lonami Exo 2022-11-20 22:51:55 +0100
  • 2c85ffea12 Fix get_dialogs could fail when count % chunk_size = 0 Lonami Exo 2022-11-09 16:12:17 +0100
  • fb43f638ff
    Update to layer 148 and document new more errors (#3970) Shrimadhav U K 2022-11-06 00:39:08 +0530
  • 9ca38482a2
    update to 148 and add errors Shrimadhav U K 2022-11-05 21:10:01 +0530
  • 073b87ba1f Fix some typos and add note about BotFather in migration guide Lonami Exo 2022-10-26 14:13:03 +0200
  • 0c868065c7 Handle ConnectionError during update handling Lonami Exo 2022-10-25 12:28:40 +0200
  • 2ffac2dcdb Handle DestroyAuthKey result more gracefully Lonami Exo 2022-10-21 15:52:00 +0200
  • f902c9293a Fix log message formatting when obj was not updates Lonami Exo 2022-10-21 15:50:37 +0200
  • a7db08d020 Fix sender destroy session handling was not running Lonami Exo 2022-10-21 15:49:18 +0200
  • 0980d55c34 Document how to send spoilers and custom emoji Lonami Exo 2022-10-21 11:12:55 +0200
  • b3266fabd8 Fix iter_messages could get stuck on global search Lonami Exo 2022-10-18 16:00:18 +0200
  • ef4f9a962c
    Fix MediaEmptyError error when sending some videos (#3951) th3c00lw0lf 2022-10-15 19:01:29 +0100
  • 846f68ae3f fix MediaEmptyError error h3x 2022-10-15 16:11:19 +0100
  • f819593cbf
    Update to layer 146 (#3933) Devesh Pal 2022-10-14 22:20:27 +0530
  • 2d237c41fe Revert accidental NO_UPDATES_TIMEOUT change and bump to v1.25.4 v1.25.4 Lonami Exo 2022-10-14 18:43:44 +0200
  • 7f5a1ec5e1 Bump to v1.25.3 v1.25.3 Lonami Exo 2022-10-14 18:41:39 +0200
  • 949b54fdb0 Fix edit_admin failing on small Chat Lonami Exo 2022-10-13 17:56:47 +0200
  • b6d8311a55 Fix iter_messages was stopping too early in some channels Lonami Exo 2022-10-13 13:40:25 +0200
  • db29e9b7ef Don't unnecessarily refetch the sender twice Lonami Exo 2022-10-03 13:11:48 +0200
  • 299b090cde Let download_profile_photo work with min-User Lonami Exo 2022-10-03 13:06:27 +0200
  • 04cf2953f6 Document that disconnect cancels event handlers Lonami Exo 2022-10-03 10:24:37 +0200
  • ad2238e788 Shield disconnect from cancellation Lonami Exo 2022-10-03 10:19:14 +0200
  • 908375ac42
    Fix get_running_loop usage in Python3.6 (#3941) Alfian Pangetsu 2022-10-03 00:05:11 +0700
  • 3fe9831fdf fix error no attr .get_running_loop in python3.6 salismazaya 2022-10-02 23:30:24 +0700
  • 7f472ee72c Add CHAT_FORWARDS_RESTRICTED to known errors Lonami Exo 2022-10-02 16:25:52 +0200
  • d2b1c3ec5f Lower severity of some log messages during update handling Lonami Exo 2022-10-02 16:07:14 +0200
  • 1cf6cf46bd Bump to v1.25.2 v1.25.2 Lonami Exo 2022-09-27 11:32:38 +0200
  • bb98f4e68c Fix get_dialogs was not filling channels pts Lonami Exo 2022-09-27 11:31:41 +0200
  • 105a7a7c56 Log channel ID when getting their difference Lonami Exo 2022-09-27 11:31:26 +0200
  • fd70b5a428 Update list of known errors Lonami Exo 2022-09-27 10:49:12 +0200
  • 7518caae79
    Fix typo in authenticator (#3878) v2-stale2 apepenkov 2022-09-24 12:20:19 +0300
  • 9110f9a4e1
    Fix TypeError during data decryption (#3833) AliRezaBeigy 2022-09-24 12:50:02 +0330
  • 6fcd7dff38 Bump to v1.25.1 v1.25.1 Lonami Exo 2022-09-24 10:53:55 +0200
  • d51e64b804
    Update to Layer 146 Devesh Pal 2022-09-21 18:57:55 +0530