Commit Graph

  • 026c992395 Don't try to reconnect when authkey is invalid Lonami Exo 2020-10-07 10:17:31 +0200
  • 5722ba8306 Revert add_admins property logic since it differs from the rest Lonami Exo 2020-10-07 09:44:17 +0200
  • d2756cf68f
    Add support for local_ip address binding (#1587) Stefan 2020-10-07 10:03:19 +0200
  • 6514da87c6 add docstring for local_addr Stefan Staudinger 2020-10-07 09:54:38 +0200
  • ce71b3293b
    Support Message.click() for polls (#1583) khoben 2020-10-07 14:21:33 +0700
  • 601830d219 add local_addr binding Stefan Staudinger 2020-10-06 17:22:04 +0200
  • a24666f8e4 Docs: mention multiple choice within filter and text args description khoben 2020-10-06 21:26:03 +0700
  • 26095df7c7 Docs: choosing the first option for which callable returned True khoben 2020-10-06 19:47:37 +0700
  • f187767675 Revert "Allows multiselection of poll option with callable" khoben 2020-10-06 18:57:53 +0700
  • 05af5d0d74 Avoid redundant code in ParticipantPermissions Lonami Exo 2020-10-06 11:13:52 +0200
  • cf1645b598 Improve documentation for ParticipantPermissions Lonami Exo 2020-10-06 11:06:37 +0200
  • 7f61b92f81 Add anonymous permission to edit_admin and get_permissions Lonami Exo 2020-10-06 10:43:00 +0200
  • ce120cba13
    Fix get_permissions in chats and when using self user (#1584) Nick80835 2020-10-05 13:21:07 -0400
  • 70dc90746a move InputPeerSelf overwrite to the chat block Nick80835 2020-10-05 11:43:11 -0400
  • a30ec32b6f Allows multiselection of poll option with callable khoben 2020-10-05 22:21:49 +0700
  • cd214fef96 fix get_permissions in chats Nick80835 2020-10-05 11:04:04 -0400
  • 1a9b9e1020
    Fix documentation khoben 2020-10-05 22:06:35 +0700
  • 09f4c5c708 Only reset auth_key on error -404 Lonami Exo 2020-10-05 14:08:21 +0200
  • 185a93a105 Expect BufferError during automatic reconnect Lonami Exo 2020-10-05 14:07:11 +0200
  • 20606b3a71 Fix from_users filter not accounting for None from_id Lonami Exo 2020-10-05 14:01:50 +0200
  • cb92a40156 Add additional asserts to debug issue with peer empty channels Lonami Exo 2020-10-05 13:58:04 +0200
  • 52a247c156 Update documentation to include the new friendly method Lonami Exo 2020-10-05 10:52:42 +0200
  • bb3ccca333 Fix Python 3.5 compatibility issue Lonami Exo 2020-10-05 10:50:47 +0200
  • 180105a965 Follow PEP 518 Lonami Exo 2020-10-05 10:47:28 +0200
  • 3ebf68e34f Message.click() now works with polls khoben 2020-10-05 04:06:42 +0700
  • b24aa6a29d
    added requires_password to KeyboardButtonCallback apepenkov 2020-10-03 19:47:48 +0300
  • 37834c9ee8
    Payment.py - change from_id to sender_id apepenkov 2020-10-03 19:38:39 +0300
  • 3e188d0344
    Add missing check for permissions.is_creator (#1578) apepenkov 2020-10-03 18:16:10 +0300
  • 1ff36c2101
    Check is_creator for Chats apepenkov 2020-10-03 18:06:07 +0300
  • fc765f6014
    Add new get_permissions method (#1575) kolay 2020-10-03 17:59:54 +0300
  • 35bcf9d23e
    updated get_participant's docs kolay 2020-10-03 17:54:58 +0300
  • 685dedab64
    updated get_participant's docs kolay 2020-10-03 17:54:45 +0300
  • 4baef4de09
    replaced return None with error kolay 2020-10-03 17:53:35 +0300
  • 603772650e added a little of docs and return in end of get_permissions kolay 2020-10-03 14:14:01 +0300
  • bf29cddbc9
    Add parameter to pass raw entities when sending message (#1577) Tulir Asokan 2020-10-02 23:06:48 +0300
  • 367a002d89 Remove hidden entities parameter in send_file Tulir Asokan 2020-10-02 23:03:46 +0300
  • 3b44626a6a Fix passing formatting_entities parameter to send_file from send_message Tulir Asokan 2020-10-02 21:43:24 +0300
  • 8ed1ddfc22 Add parameter to pass raw entities when sending message Tulir Asokan 2020-10-02 21:04:18 +0300
  • 3aacc71c93 added support for chats in get_permissions and added more permissions in ParticipantPermissions kolay 2020-10-02 19:19:54 +0300
  • 90b9d5fbc5
    renamed file after refactoring kolay 2020-10-02 14:52:30 +0300
  • 4321153b06 Correctly emulate old to_id behaviour Lonami Exo 2020-10-02 10:23:04 +0200
  • e24c49f5be Fix patching of message.out for self-chat Lonami Exo 2020-10-02 10:22:38 +0200
  • 53920a1568 Remove handling chat peer discrepancy in NewMessage Lonami Exo 2020-10-02 10:04:51 +0200
  • c4ab662e8b added get_permissions method from #1574 kolay 2020-10-01 23:55:09 +0300
  • 18f70b3bac Improve PEER_ID_INVALID description Lonami Exo 2020-10-01 21:27:03 +0200
  • 5c93ea8019 Fix from_id/sender_id value on message updates Lonami Exo 2020-10-01 21:22:27 +0200
  • 572229e536 Add aliases to access new msg fields with old names Lonami Exo 2020-10-01 20:37:07 +0200
  • 522681f463 Handle UserEmpty in utils.get_peer Lonami Exo 2020-10-01 14:02:54 +0200
  • 5c5cee16d9 Lower log severity when receiving empty messages Lonami Exo 2020-10-01 13:22:38 +0200
  • 67b87a0ea0 Evict old cached usernames in case of collision Lonami Exo 2020-10-01 13:20:29 +0200
  • 233daafd96 Fix global search would fail if last message had no peer Lonami Exo 2020-10-01 13:18:54 +0200
  • 4683e83287 Add set -e to update-docs.sh Lonami Exo 2020-10-01 12:19:20 +0200
  • 668dcd52ca Update global search to properly use offset_rate Lonami Exo 2020-10-01 12:06:51 +0200
  • 8ce7e776c1 Add option to raise last error instead of generic ValueError (#1571) Tulir Asokan 2020-10-01 12:53:17 +0300
  • d5e4398ace Adapt the rest of the library to layer 119 Lonami Exo 2020-10-01 12:22:55 +0200
  • 1f860eb1bb Change raise_last to a client-wide switch Tulir Asokan 2020-10-01 11:45:34 +0300
  • 62737c1caf Partially upgrade to layer 119 Lonami Exo 2020-10-01 09:17:18 +0200
  • 15bdad4ea5 Add option to raise last error instead of generic ValueError Tulir Asokan 2020-10-01 00:39:55 +0300
  • 10b2b60415 Fix requests were not re-enqueued if sending failed Lonami Exo 2020-09-29 21:07:38 +0200
  • c864ef7e16 Refetch msg if fileref expires while downloading docs Lonami Exo 2020-09-24 10:03:28 +0200
  • 75fbd28d3e Add a workaround for sometimes-missing photos from channels Lonami Exo 2020-09-22 11:08:17 +0200
  • 55e6c76426
    add replies to the list Shrimadhav U K 2020-09-21 14:23:31 +0530
  • 2c9d43d600 Move most of the code in assistant to the plugins repo Lonami Exo 2020-09-17 11:27:50 +0200
  • 219b4ecb77 Abstract away treating a file as a stream Lonami Exo 2020-09-14 16:20:44 +0200
  • 9ec5707c32
    Add more info on invalid sticker error (#1558) Daniil 2020-09-13 17:29:48 +0300
  • 7a2fe8c3f2
    Update telethon_generator/data/errors.csv Daniil 2020-09-13 16:04:37 +0300
  • 344aed7b24
    Update telethon_generator/data/errors.csv Daniil 2020-09-13 15:31:39 +0300
  • 1d6fd7898a
    Consider all reconnect attempts as retrying (#1557) yash-dk 2020-09-13 13:13:01 +0530
  • 6bbef75d53 minor fix yash-dk 2020-09-13 09:49:19 +0530
  • b9ec9c118d
    Merge branch 'master' into patch-1 Daniil 2020-09-13 06:15:58 +0300
  • c170da88bf
    Update errors.csv Daniil 2020-09-13 06:11:20 +0300
  • cfa6626365
    Update errors.csv Daniil 2020-09-13 06:08:20 +0300
  • fdde26551b commit fixes yash-dk 2020-09-13 02:20:18 +0530
  • 4041f417f4 commit fixes yash-dk 2020-09-12 22:51:20 +0530
  • aa498882f8 commit fixes yash-dk 2020-09-12 20:54:31 +0530
  • 73dd8fa69e modified retry range yash-dk 2020-09-12 18:46:02 +0530
  • 7163c17808 users.py update yash-dk 2020-09-12 14:59:07 +0530
  • a1eacac3c3 fix reconnect and retries yash-dk 2020-09-12 14:58:44 +0530
  • 2a114917f1
    Fix AlbumHack in combination with events.Raw (#1555) apepenkov 2020-09-10 17:25:44 +0300
  • 1c02e70e0d
    Update updates.py apepenkov 2020-09-10 16:54:27 +0300
  • 1afb5b95e3
    Update init params to match those of tdesktop (#1549) Tanya Degurechaff 2020-09-10 12:52:25 +0000
  • 8cbaacabdb
    Add missing word in docs (#1538) daaawx 2020-09-10 14:51:31 +0200
  • 73c1d034f6 Made appropriate correction Tanya 2020-09-08 13:20:07 +0200
  • 17182fbc83 Improved default session infos Tanya 2020-09-06 16:58:45 +0200
  • 1ed0f75c49
    Support extracting metadata from bytes and stream objects (#1547) Allerter 2020-09-08 02:50:37 +0430
  • 8f3de80064 switched to returning None for non-seekable files Allerter 2020-09-08 00:39:42 +0430
  • 92beac2e35 added rewinding position in seekable files, and reading non-seekable files in memory Allerter 2020-09-07 20:12:06 +0430
  • 6166e58047 CAADAgAD6wkAAowucAABVh3kCVZ94vkWBA Shrimadhav U K 2020-09-04 11:15:14 +0530
  • ca4f53b157 copy from MyTelegramOrgRobot Shrimadhav U K 2020-09-04 10:06:30 +0530
  • 0acb67fa3e applied suggestions Allerter 2020-09-03 15:40:01 +0430
  • f21a76ebce switched to creating parser's stream manually Allerter 2020-09-03 12:16:08 +0430
  • e73e5c9efc added gracefully handling older versions of Hachoir Allerter 2020-09-02 20:48:41 +0430
  • a97dac7e0b added gracefully handling older versions of Hachoir Allerter 2020-09-02 20:42:55 +0430
  • c706154509 added closing the file opened by the parser if file's on the disk Allerter 2020-09-02 19:11:10 +0430
  • d493ac15b1 fixed issue where is_video returns False for byte array/stream videos Allerter 2020-09-02 17:22:20 +0430
  • 6baa44b9c8 fixed issue where >10MB byte array/stream songs were sent as files Allerter 2020-09-02 17:07:49 +0430
  • 02b8f1d007
    Document STICKER_DOCUMENT_INVALID error (#1537) Daniil 2020-08-29 12:41:50 +0300
  • 3b0b123d3e
    Update telethon_generator/data/errors.csv Daniil 2020-08-29 01:28:05 +0300
  • 1e1360570b
    Update telethon_generator/data/methods.csv Daniil 2020-08-28 15:12:53 +0300
  • 28ecfe0ca5
    Update methods.csv Daniil 2020-08-28 11:14:53 +0300