Commit Graph

  • 04695d3657 Update docs regarding 2FA and getting entities by ID Lonami Exo 2018-03-27 17:52:39 +0200
  • 6c9becb1ed Add edit_2fa function (#725) Kyle2142 2018-03-27 17:35:33 +0200
  • f70d03fdba
    more things Lonami 2018-03-27 17:34:29 +0200
  • 03b237ec14
    things Lonami 2018-03-27 17:32:23 +0200
  • 302a823c88 Fix invalid access to .participants on chat forbidden result Lonami Exo 2018-03-27 17:15:22 +0200
  • 7b94530bfc Move me/self check on get_input_entity to the beginning Lonami Exo 2018-03-27 11:29:47 +0200
  • 8d652c35a1 Add missing Photo/Document cases to get_input_media Lonami Exo 2018-03-27 11:22:31 +0200
  • ae2abd2ba9 Add __str__/.stringify() to tl.custom for completeness Lonami Exo 2018-03-27 11:00:46 +0200
  • 08d71f69ee Fix author mismatch in the documentation (#726) Jeff 2018-03-27 16:03:45 +0800
  • 787d6d71f1 fix docs author Jeff 2018-03-26 15:07:47 +0800
  • 806d28df37 fix mismatch urls in the docs Jeff 2018-03-26 11:13:12 +0800
  • 624b18d032
    Update telegram_client.py Kyle2142 2018-03-25 22:37:13 +0200
  • e96327edae
    Add edit_2FA function Kyle2142 2018-03-25 21:10:11 +0200
  • 2ee5201229 Merge branch 'master' into asyncio Lonami Exo 2018-03-24 18:45:11 +0100
  • 1c9dc8dc63 Fix getting ID on custom Dialog class from dce0fd9 Lonami Exo 2018-03-24 18:44:13 +0100
  • 790b0d2d23 Guess entity type on positive IDs in events and avoid some RPCs Lonami Exo 2018-03-24 18:34:07 +0100
  • 8bf140ca74 Document asyncio better (#456) Lonami Exo 2018-03-24 14:04:25 +0100
  • 5cb3a9af36 Fix client.on decorator not running Lonami Exo 2018-03-24 13:56:45 +0100
  • 8b0580901a Merge branch 'master' into asyncio Lonami Exo 2018-03-24 13:08:51 +0100
  • 13e59983af Slightly change docs for events (#668) Lonami Exo 2018-03-24 12:41:42 +0100
  • 5082738ecf
    Merge 41ac827a46 into 69d283a296 Санжар 2018-03-24 11:13:14 +0000
  • 1c59401a49
    Merge b2fb6b6a8e into 69d283a296 Joscha Götzer 2018-03-24 11:12:58 +0000
  • 69d283a296 Tests cleanup (#717) Marius Räsener 2018-03-24 12:12:47 +0100
  • 898e550335 Except the right type for get_input_peer (closes #722) Lonami Exo 2018-03-24 12:09:33 +0100
  • 43c6896481 Add a custom role for TL references and make use of it Lonami Exo 2018-03-23 21:40:24 +0100
  • 7d5f0e5227
    Merge faf2142122 into c6d821910e Emilio Molinari 2018-03-22 22:45:37 +0000
  • c6d821910e Mention that codes can expire immediately Lonami Exo 2018-03-22 19:20:35 +0100
  • 021cb21686 Replace custom Box class with a single-item list for args by ref Lonami Exo 2018-03-22 19:13:42 +0100
  • 09c04282c9 Fix typing dependency must be installed below Python 3.5.2 Lonami Exo 2018-03-22 19:02:40 +0100
  • 33e908de42 Fix markdown regex not supporting [] inside URLs Lonami Exo 2018-03-22 19:01:50 +0100
  • c71d2e18cb Don't perform exact search on the docs Lonami Exo 2018-03-22 18:54:08 +0100
  • dce0fd9e03 Add missing documentation for telethon.tl.custom and crosslinks Lonami Exo 2018-03-22 18:39:42 +0100
  • faf2142122 Use utils.is_list_like and fixed None bug Emilio Molinari 2018-03-21 16:59:31 +0100
  • 071ebcb4ef Changed events.NewMessage to accept a list of patterns instead of just 1 Emilio Molinari 2018-03-21 15:38:43 +0100
  • 36538c3691 minor tests cleanup, preparation for travis-ci Marius Räsener 2018-03-21 10:45:20 +0100
  • 95f368201e Fix ChatAction not handling all pin events (#715) Jeff 2018-03-21 17:01:14 +0800
  • f2407409b3 Fix send_file(force_document=True) for albums (closes #713) Lonami Exo 2018-03-21 09:46:57 +0100
  • 3550974b71 Fix documentation for events Lonami Exo 2018-03-21 09:17:56 +0100
  • 89ae0cb164 Make readthedocs build run without warnings Lonami Exo 2018-03-21 08:55:13 +0100
  • 7584894ebf update ChatAction event pins and unpins Jeff 2018-03-21 01:03:31 +0800
  • d4e1f13e41 Add missing await keyword (#710) Marius Räsener 2018-03-19 17:27:51 +0100
  • 70069f14b1 little fix Marius Räsener 2018-03-19 17:25:41 +0100
  • 987cf41ec6 Higher timeout and log them as warning if any data was received Lonami Exo 2018-03-18 20:01:19 +0100
  • 35eccc0ba3 Remove unwanted binary file from #389 Lonami Exo 2018-03-18 17:18:45 +0100
  • 236fccea7f Very rare exception in the case of reconnect Andrey Egorov 2018-03-18 20:41:00 +0300
  • 986ddbe600 Fix forwarding messages to channels (#705) Alex Root Junior 2018-03-18 18:23:10 +0200
  • e505fc1711 Rename telethon_aio back to telethon Lonami Exo 2018-03-18 10:26:53 +0100
  • bcd5f8d4a1 Merge branch 'master' into asyncio Lonami Exo 2018-03-18 10:24:57 +0100
  • d379b26339 Fix assignement to wrong variable on ChatAction Lonami Exo 2018-03-18 10:24:48 +0100
  • 1047e9c3d5 Merge branch 'master' into asyncio Lonami Exo 2018-03-18 10:23:48 +0100
  • 1df348c971 Fix forwarding messages to super-groups & channels. Alex Root Junior 2018-03-18 03:32:40 +0200
  • 7825994393 Update to v0.18.1 v0.18.1 Lonami Exo 2018-03-17 17:38:46 +0100
  • 32fd64d655 Remove SQLAlchemy session Lonami Exo 2018-03-17 17:38:16 +0100
  • 6f820cce97 Mention add_event_handler in the docs and fix small nit Lonami Exo 2018-03-17 17:07:56 +0100
  • dc07d65075 Add remove_event_handler and list_event_handlers Lonami Exo 2018-03-17 17:03:22 +0100
  • 50256e23e9 Add addon-style session dev instructions (#698) Tulir Asokan 2018-03-17 17:35:41 +0200
  • 36b09a9459 .download_file's file is not optional Lonami Exo 2018-03-16 09:57:37 +0100
  • d6c051fd52 Add __str__ and .stringify() to events Lonami Exo 2018-03-16 09:54:16 +0100
  • b20aa0ccc9 Stopping workers should not clear their count (may fix #686) Lonami Exo 2018-03-15 10:29:12 +0100
  • 1e3120b0b6 Bring back report_errors to the constructor Lonami Exo 2018-03-15 10:22:21 +0100
  • 3b42bc9991 Slice albums larger than 10 items and allow mixing docs Lonami Exo 2018-03-15 10:17:45 +0100
  • d7ef0f5e09 Stop sending gifs as images Lonami Exo 2018-03-15 10:13:57 +0100
  • 45b7318f08 Fix Telegram only recognises 3 image filetypes Lonami Exo 2018-03-15 09:52:45 +0100
  • 423f0f366c Update test servers documentation (#700) Lonami Exo 2018-03-15 09:29:54 +0100
  • 48869f0f4e Fix MessageEdited ignoring NewMessage constructor arguments Lonami Exo 2018-03-14 21:09:51 +0100
  • d5bc3c1a6c Fix misleading documentation regarding report_errors Lonami Exo 2018-03-14 21:05:50 +0100
  • 1ff5826c26 Call .get_dialogs only once on entity not found Lonami Exo 2018-03-14 21:01:00 +0100
  • 81944262fb Clear-up documentation by separating reference from examples Lonami Exo 2018-03-14 19:38:36 +0100
  • d0e994abf5 Add telethon-session-redis by @ezdev128 to community session impl list Tulir Asokan 2018-03-14 17:39:43 +0200
  • 7e65221a26
    Add addon-style session dev instructions Tulir Asokan 2018-03-14 14:17:16 +0200
  • b0bbbdca61
    Merge 213faa1e4f into 8ae12fbb70 Konstantin M 2018-03-14 09:38:09 +0000
  • 8ae12fbb70 Return the entire entity from the helper events._get_entity too Lonami Exo 2018-03-14 10:32:59 +0100
  • 7e9d19d727 Add known entities to all updates and use them in the events Lonami Exo 2018-03-14 10:28:21 +0100
  • 213faa1e4f code refactoring Konstantin M 2018-03-14 11:09:32 +0300
  • 16f6b07664 pep8 fix Konstantin M 2018-03-14 11:03:41 +0300
  • 3dc75965e2 Fork rebranding Konstantin M 2018-03-14 02:16:35 +0300
  • 9e3daa31f3 Added is_supergroup member Konstantin M 2018-03-14 01:59:10 +0300
  • a6be799ac8 Added .me to client instance Konstantin M 2018-03-14 01:49:18 +0300
  • af9c904fb9 Refactoring code Konstantin M 2018-03-14 01:27:07 +0300
  • 42b0c37169
    Update README.rst Konstantin M 2018-03-14 00:12:11 +0200
  • c9a65bc25d Added redis support Konstantin M 2018-03-14 00:47:29 +0300
  • b2fb6b6a8e
    Update README.rst Joscha Götzer 2018-03-13 17:14:49 +0100
  • fd309f0407 Add filter parameter to iter_participants and fix search for chats Lonami Exo 2018-03-13 13:15:02 +0100
  • a134336536 Fix ResolveUsernameRequest may return ChannelForbidden Lonami Exo 2018-03-13 12:43:59 +0100
  • 935de0afbb Add Python type hints to attributes of TL types (#678) Tulir Asokan 2018-03-12 11:58:56 +0200
  • 751461f0f5 Modify iter_participants to also include .participant info Lonami Exo 2018-03-12 10:27:49 +0100
  • 657c771fa0 Fix incorrect participant count on some channels Lonami Exo 2018-03-12 09:52:16 +0100
  • fd602dfd81 Merge branch 'master' into asyncio Lonami Exo 2018-03-11 20:14:16 +0100
  • 8b1cc4c8cb Better handle pinned dialogs and limit on .get_dialogs() Lonami Exo 2018-03-11 09:55:31 +0100
  • a596f88497 Fix wrong super() args for events.MessageDeleted (fix #675) Lonami Exo 2018-03-11 09:48:48 +0100
  • 055aa7fe43 Fix MessageService not handled on .delete_messages (closes #681) Lonami Exo 2018-03-11 09:43:55 +0100
  • 70ef93a62e Stop treating image/webp as images as Telegram throws error Lonami Exo 2018-03-11 09:38:52 +0100
  • e088fc3a4e Add extra safety checks when getting peer ID Lonami Exo 2018-03-10 12:13:17 +0100
  • 1ad7712fde Automatically redirect on documentation for exact matches Lonami Exo 2018-03-10 11:52:31 +0100
  • ff29a2b042 Python 3.5 doesn't need typing backport Tulir Asokan 2018-03-09 23:16:41 +0200
  • d985578e6c Add Python type hints to attributes of TL types Tulir Asokan 2018-03-09 23:11:27 +0200
  • 2fb42772c6 Add .video_note and .gif convenience properties to NewMessage Lonami Exo 2018-03-08 20:21:56 +0100
  • cf650e061e Avoid editing events.NewMessage that are forwards Lonami Exo 2018-03-08 20:18:10 +0100
  • 9d46bb35c8 Rename and reorder some params in Draft for consistency (#673) Lonami Exo 2018-03-08 13:04:01 +0100
  • 8cefb22e14 Add .text and .raw_text properties to the Draft class (#673) Lonami Exo 2018-03-08 12:56:20 +0100