Commit Graph

  • 551c24f3e4 Fix overlapping URLs and improve overlapping in md Also remove the unused overlap function. v1 Nick80835 2025-02-01 17:47:29 -0500
  • 06a3e5b3e4 Fix overlapping URLs and improve overlapping in md Also remove the unused overlap function. Nick80835 2025-02-01 17:47:29 -0500
  • 38d024312e Unconditionally match text and link text in markdown Fixes cases where there's a nested [] in the text by matching until "](" is reached. This doesn't match newlines in URLs because that makes no sense. Nick80835 2025-02-01 11:20:56 -0500
  • 6ef7bce764 Unconditionally match text and link text in markdown Fixes cases where there's a nested [] in the text by matching until "](" is reached. This doesn't match newlines in URLs because that makes no sense. Nick80835 2025-02-01 11:20:56 -0500
  • 9271ee35dc
    Merge 0868e05528 into a2926b548f Javad Zahedi 2025-02-01 02:01:09 +0000
  • 96d854f17a
    Merge 3a5e035ea8 into a2926b548f MeHDI Rh ∞ 2025-01-31 08:45:27 -0500
  • a2926b548f Update to layer 198 Nick80835 2025-01-28 06:58:00 -0500
  • ecda7cc8d6 Update to layer 198 Nick80835 2025-01-28 06:58:00 -0500
  • af0f5ba7a1
    Merge 1fccaac43f into 91e997ed15 Yee Jia Rong 2025-01-21 11:03:32 +0800
  • 1fccaac43f Add Client.get_authorizations method and accompanying types Yee Jia Rong 2025-01-21 11:01:31 +0800
  • 455acc43f6 Improve edit_message message type hint This also allows utils.get_message_id to get the ID of InputMessageID. Nick80835 2025-01-18 17:43:06 -0500
  • 94471c149e Improve edit_message message type hint This also allows utils.get_message_id to get the ID of InputMessageID. Nick80835 2025-01-18 17:43:06 -0500
  • 792adb78b3 Respect receive_updates=False Nick80835 2025-01-18 09:26:26 -0500
  • d98d27cff3 Respect receive_updates=False Nick80835 2025-01-18 09:26:26 -0500
  • 5a0e69693b Document drop_author and add drop_media_captions drop_author is already supported but is undocumented. drop_media_captions for consistency with drop_author being implemented. Nick80835 2025-01-17 09:28:05 -0500
  • c66a3fb349 Document drop_author and add drop_media_captions drop_author is already supported but is undocumented. drop_media_captions for consistency with drop_author being implemented. Nick80835 2025-01-17 09:28:05 -0500
  • b9aafa3441 Fix IOError with some image modes in photo resize This fixes image compression with mode "P" (potentially others) which is necessary as the server has erroneous alpha color with some types of images (mode "P" for example). This also properly applies the background argument that may be passed to _resize_photo_if_needed by always compressing images with alpha regardless of whether the server will compress the image for us. Nick80835 2025-01-12 18:11:46 -0500
  • 9bac151ed0 Fix IOError with some image modes in photo resize This fixes image compression with mode "P" (potentially others) which is necessary as the server has erroneous alpha color with some types of images (mode "P" for example). This also properly applies the background argument that may be passed to _resize_photo_if_needed by always compressing images with alpha regardless of whether the server will compress the image for us. Nick80835 2025-01-12 18:11:46 -0500
  • 494b20db2d
    Add missing parameters to Message constructor (#4529) Nick80835 2025-01-04 13:29:19 -0500
  • 3ad0ee7332 add missing reactions_are_possible to Message constructor also set report_delivery_until_date Nick80835 2025-01-04 12:57:38 -0500
  • 0a6b649ead
    Updated to Layer 196 (#4525) Danish 2025-01-04 19:45:50 +0530
  • 710b620eb0
    Update message.py Danish 2025-01-02 22:13:12 +0530
  • f772a43f84
    Updated to Layer 196 Danish 2025-01-02 21:50:22 +0530
  • cfce68e9ad
    Avoid error when trying to reset deadline for no msgbox entries Lonami 2024-12-22 15:07:35 +0100
  • b09c8c83f7 Update to layer 195 Lonami Exo 2024-12-15 12:31:17 +0100
  • 225ea9c3ab fix(session): persist session after session.set_dc Danipulok 2024-11-20 16:13:34 +0200
  • 5d9cee8e5a
    fix(session): persist session after session.set_dc Danipulok 2024-11-20 16:13:34 +0200
  • 9ca3b599fc Fix Python 3.6 compatibility v1.38.1 Lonami Exo 2024-11-18 17:04:07 +0100
  • ef1cb645e7 Update documentation gh-pages Lonami 2016-08-26 12:58:53 +0200
  • 63d55bbe3d Bump to v1.38 v1.38.0 Lonami Exo 2024-11-17 22:32:16 +0100
  • c9cce8aa81 Update to layer 193 Lonami Exo 2024-11-17 22:23:37 +0100
  • 70098c58a5 Fix test broken by removal of imghdr Colin Watson 2024-11-06 02:32:34 +0000
  • 769b65efb1 Exclude sign_up from test_all_methods_present Colin Watson 2024-11-06 02:30:32 +0000
  • d5b5fe15f7 Fix test broken by removal of imghdr Colin Watson 2024-11-06 02:32:34 +0000
  • 796441c46e Exclude sign_up from test_all_methods_present Colin Watson 2024-11-06 02:30:32 +0000
  • f03e4b1137
    Update to Layer 192 (#4503) Devesh Pal 2024-11-01 02:40:02 +0530
  • 34a47f8aff
    Update message.py Devesh Pal 2024-11-01 00:29:51 +0530
  • 40db5e02e6
    Update to Layer 192 Devesh Pal 2024-10-31 22:35:53 +0530
  • a77835a7d9
    Fix reuse of captions during send msg with file (#4500) Greg Eremeev 2024-10-25 18:27:58 -0300
  • 91e997ed15 Wait on step_done only for reads v2 Lonami Exo 2024-10-25 23:20:22 +0200
  • 255dcbafce Fixes after review (#4499) Gregory Eremeev 2024-10-25 17:37:39 -0300
  • 3a1d25c80a Added caption extraction when send a msg with a file (#4499) Gregory Eremeev 2024-10-24 15:53:25 -0300
  • f15af530fa
    Refactor sender to avoid cancelling tasks (#4497) Jahongir Qurbonov 2024-10-24 22:00:00 +0500
  • 85c4a91317
    Fix typos in FAQ section (#4498) Mohsen 2024-10-24 20:26:15 +0330
  • c1ba2fc64c
    Fixed a small typo in FAQ section Mohsen 2024-10-24 16:55:24 +0330
  • 33c23e6e1b
    Fixed typo in logging messages in FAQ section Mohsen 2024-10-24 16:29:13 +0330
  • 127cc282e4 Fix issues Jahongir Qurbonov 2024-10-24 11:20:29 +0500
  • 13c870d114 Fix issues Jahongir Qurbonov 2024-10-24 10:43:51 +0500
  • 6b694b241f Add writer drain Jahongir Qurbonov 2024-10-23 15:37:47 +0500
  • c9c7bc6c6d Rename event Jahongir Qurbonov 2024-10-23 12:55:38 +0500
  • 3c5be9f460 Refactor step Jahongir Qurbonov 2024-10-23 12:49:49 +0500
  • 0bd1cbb53f Move response_event set Jahongir Qurbonov 2024-10-23 12:12:26 +0500
  • 276738dfc6 Ping every 60 s Jahongir Qurbonov 2024-10-23 12:09:44 +0500
  • e5adfe203e Move response_event.set to step Jahongir Qurbonov 2024-10-23 11:25:12 +0500
  • 3b456c63b6 Remove drain Jahongir Qurbonov 2024-10-23 10:47:08 +0500
  • f3c7ba32d3 Remove sender lock Jahongir Qurbonov 2024-10-22 18:20:46 +0500
  • 676e9d9ef3 Remove step counter Jahongir Qurbonov 2024-10-22 18:18:38 +0500
  • 1d985c674a Add writer drain Jahongir Qurbonov 2024-10-22 18:08:37 +0500
  • c138e17f4a Refactor sender Jahongir Qurbonov 2024-10-22 15:45:44 +0500
  • a50fc8a375 Fix writing in sender Jahongir Qurbonov 2024-10-22 14:43:50 +0500
  • d77bc7abe9 Fix set response Jahongir Qurbonov 2024-10-22 14:36:43 +0500
  • f9de43a7da Fix merging Jahongir Qurbonov 2024-10-22 12:01:45 +0500
  • 9a9fcf8b80
    Merge branch 'asyncio-protocol-attempt' into asyncio-protocol-patch Jahongir Qurbonov 2024-10-22 11:35:47 +0500
  • accaf2f9bb Refactor sender Jahongir Qurbonov 2024-10-21 21:06:53 +0500
  • fb8dbf6fc9 Rewrite protocol Jahongir Qurbonov 2024-10-21 18:15:22 +0500
  • b0a06a97ae Use asyncio.BufferedProtocol in sender Lonami Exo 2024-10-18 19:07:45 +0200
  • 3f589b287d
    Fix parse_mode with albums (#4494) Arkadii Halchenko 2024-10-20 20:50:08 +0300
  • e0e191e5d2 Bugfix: Fixed the issue with parse_mode EntireMusic 2024-10-20 20:18:42 +0300
  • e4e7681051 Make sure updates are not lost in sender Lonami Exo 2024-10-19 23:08:13 +0200
  • edf3e06bd0 Fix errors reported by tools/check Lonami Exo 2024-10-19 23:04:15 +0200
  • 4a591cee8a
    Bump required Python version (#4491) Jahongir Qurbonov 2024-10-19 18:55:33 +0500
  • 5fc5fce9a2
    Fix typo in tests (#4490) Jahongir Qurbonov 2024-10-19 18:54:38 +0500
  • b41525b4ea Ignore .venv directory Jahongir Qurbonov 2024-10-19 10:04:37 +0500
  • 41a6901ed1 Remove unsupported python version Jahongir Qurbonov 2024-10-19 10:02:24 +0500
  • b1c3c5c884
    Fix typo Jahongir Qurbonov 2024-10-19 09:52:36 +0500
  • 0e5ea59ecf Use asyncio.BufferedProtocol in sender asyncio-protocol-attempt Lonami Exo 2024-10-18 19:07:45 +0200
  • c588c74c08 Fix multiple calls to step hanging until timeout Lonami Exo 2024-10-17 18:53:49 +0200
  • 9c344ed603 Rollback naming Jahongir Qurbonov 2024-10-18 20:02:22 +0500
  • e46606ed95 Remove _next_ping Jahongir Qurbonov 2024-10-18 19:59:14 +0500
  • 65fb0b6f89 Fixed known bugs Jahongir Qurbonov 2024-10-18 17:20:42 +0500
  • 8d81706bf5 Refactor sender Jahongir Qurbonov 2024-10-18 12:54:53 +0500
  • 78459b50e5 Remove reconnect Jahongir Qurbonov 2024-10-17 23:48:23 +0500
  • 6dde97237f Improve sender Jahongir Qurbonov 2024-10-17 22:53:55 +0500
  • 6ec366596b Add hack to workaround drain cancels fix-step-hang-until-timeout Lonami Exo 2024-10-17 18:55:32 +0200
  • 620f33dab3 Fix multiple calls to step hanging until timeout Lonami Exo 2024-10-17 18:53:49 +0200
  • f5838961dd Add step event Jahongir Qurbonov 2024-10-17 19:52:14 +0500
  • 3264d07e48 Remove sender lock Jahongir Qurbonov 2024-10-17 19:36:05 +0500
  • 22133e12cb Rewrite sender Jahongir Qurbonov 2024-10-17 19:34:14 +0500
  • 0b8fbda667 Fix garbage-collected and non cancel-safe tasks Jahongir Qurbonov 2024-10-17 12:20:25 +0500
  • 106e7bd8bb Remove async next Jahongir Qurbonov 2024-10-16 20:43:46 +0500
  • 2931eee561 Remove next_ping Jahongir Qurbonov 2024-10-16 19:13:49 +0500
  • 92c115733d Refactor handle_migrate Jahongir Qurbonov 2024-10-16 18:43:45 +0500
  • d0e2e46c82 Add update event Jahongir Qurbonov 2024-10-16 17:42:34 +0500
  • ca97078855 Improve step runner Jahongir Qurbonov 2024-10-16 15:44:14 +0500
  • 88b332a498 Remove unnecessary call Jahongir Qurbonov 2024-10-16 12:05:07 +0500
  • c3aff20c18 Upgrade minimal python version Jahongir Qurbonov 2024-10-16 11:56:45 +0500
  • 66daed2584 Fix review issues Jahongir Qurbonov 2024-10-16 11:48:06 +0500
  • 8138be2503 Update to layer 190 Lonami Exo 2024-10-15 23:20:57 +0200
  • d99e776e2b Rewrite sender Jahongir Qurbonov 2024-10-15 17:36:16 +0500
  • 2ad5e9658d Refactor sender Jahongir Qurbonov 2024-10-14 14:47:08 +0500