Commit Graph

  • e677a6bb05 Fix is_user_authorized after log_out Lonami Exo 2018-10-12 19:57:16 +0200
  • 6e77f583f1 Detect arbitrary negative HTTP error codes Lonami Exo 2018-10-12 19:47:40 +0200
  • cca7055fcf Add inline mode to the assistant example Lonami Exo 2018-10-12 13:33:55 +0200
  • 74f7ae525f Document InlineBuilder Lonami Exo 2018-10-12 12:38:46 +0200
  • 9ee415749d Fix InlineBuilder.photo/document and clearer errors Lonami Exo 2018-10-12 11:50:36 +0200
  • 717d2f2008
    Merge d67d2c8c46 into 26c773392e nqzhang 2018-10-10 02:11:16 +0000
  • d67d2c8c46
    add mimetype for apk files nqzhang 2018-10-10 10:10:07 +0800
  • 32c884d543 Revert d392939 and use empty tuple as a sentinel value Lonami Exo 2018-10-08 11:33:56 +0200
  • 27345d5749 Work around importing sync and using full_sync Lonami Exo 2018-10-08 11:13:24 +0200
  • 26c773392e Explain run_until_disconnected in the docs Lonami Exo 2018-10-07 11:18:40 +0200
  • 2d94a104d1 Syncify events too Lonami Exo 2018-10-06 21:08:38 +0200
  • ded24db3dd Fix proxy support by removing conflicting arguments Lonami Exo 2018-10-06 20:56:09 +0200
  • 8c14259728 Update documentation with new sections Lonami Exo 2018-10-06 20:20:11 +0200
  • fb9660afe0 Add missing awaits Lonami Exo 2018-10-06 12:39:07 +0200
  • 67be6418b6 Remove callback parameter from custom.Button Lonami Exo 2018-10-05 20:53:32 +0200
  • 3dd8b7c6d1 Support async def in sessions (#1013) josephbiko 2018-10-05 20:25:49 +0200
  • 1c6f1ac148
    Merge branch 'master' into master Lonami 2018-10-05 20:07:16 +0200
  • c6ceff5533
    Spaces Lonami 2018-10-05 20:02:54 +0200
  • 653f3c043d Add full_sync module (#1016) Tulir Asokan 2018-10-05 20:59:56 +0300
  • 73b9551de9
    Merge 6618690a7c into 730cf31921 rexovas 2018-10-05 17:37:19 +0000
  • 730cf31921 Delete all (broken) tests Lonami Exo 2018-10-05 19:36:01 +0200
  • d392939018 Create a default module to use as a sentinel value Lonami Exo 2018-10-05 14:20:50 +0200
  • 0fcc2e5e52 Add autocast for InputDocument and InputChatPhoto Lonami Exo 2018-10-05 14:11:47 +0200
  • aa3f26263c Fix timeout not accepting timedelta Lonami Exo 2018-10-05 14:06:15 +0200
  • dedbf29ca4 Fix Conversation.wait_event not resolving them (from d474458) Lonami Exo 2018-10-05 13:42:07 +0200
  • dc77136453 Don't expect responses from ack, log send errors, remove TODOs Lonami Exo 2018-10-05 13:23:38 +0200
  • ef60ade647 Rewrite container packing to support arbitrary sizes Lonami Exo 2018-10-05 12:26:59 +0200
  • 7e7bbcf4c0 Remove irrelevant TODOs and add more logging Lonami Exo 2018-10-04 17:50:56 +0200
  • a5d4e97922 Fix alternative connection modes Lonami Exo 2018-10-04 17:34:58 +0200
  • ebde3be820 Add support for proxy again Lonami Exo 2018-10-04 17:11:31 +0200
  • db83709c6b Support connection timeout Lonami Exo 2018-10-04 16:39:57 +0200
  • 0cc8bca098 Delete TcpClient Lonami Exo 2018-10-04 16:39:31 +0200
  • 1b9d6aac06 Gzip only content related data Lonami Exo 2018-10-04 16:15:51 +0200
  • 37b9922f64 Handle cancellation on the receive loop Lonami Exo 2018-10-03 15:31:49 +0200
  • e319fa3aa9 Handle IncompleteReadError and InvalidChecksumError Lonami Exo 2018-10-03 14:46:10 +0200
  • 3fd7c33127 Fix automatic reconnect (e.g. on bad auth key) Lonami Exo 2018-10-03 14:15:51 +0200
  • bc1fd9039d Handle receiving errors Lonami Exo 2018-10-02 08:55:46 +0200
  • cf7e5d5592 Set auth_key on connection Lonami Exo 2018-10-01 14:20:50 +0200
  • 21ffa2f26b Fix DC migration and seqno Lonami Exo 2018-10-01 14:02:23 +0200
  • ac567ebf1d Handle bad salt/msg not resending containers Lonami Exo 2018-10-01 13:49:30 +0200
  • 3b1142aaca Add back auth key generation process Lonami Exo 2018-10-01 09:58:53 +0200
  • 5edc2216c7 Handle initial connection if network is down correctly Lonami Exo 2018-09-30 11:58:46 +0200
  • 2d275989cb Properly handle cancellation in _ReadyQueue Lonami Exo 2018-09-29 13:36:05 +0200
  • 105bd52eee Abstract the send queue off MTProtoSender Lonami Exo 2018-09-29 13:29:44 +0200
  • b02ebcb69b Stop waiting for send items on disconnection Lonami Exo 2018-09-29 12:48:50 +0200
  • 470fb9f5df Make use of the MTProtoLayer in MTProtoSender Lonami Exo 2018-09-29 12:20:26 +0200
  • 9402b4a26d Create a new layer to lift encryption off the MTProtoSender Lonami Exo 2018-09-29 10:58:45 +0200
  • 5daad2aaab Actually use the new connection class Lonami Exo 2018-09-28 17:51:28 +0200
  • daf94e416b Fix connection never receiving and missing clone method Lonami Exo 2018-09-28 17:45:45 +0200
  • 2fd51b8582 Let all connection modes implement the new Connection Lonami Exo 2018-09-27 19:22:35 +0200
  • 096424ea78 Create a new Connection class to work through queues Lonami Exo 2018-09-27 18:45:20 +0200
  • 340f5614b5 Add name mention formatting to HTML and Markdown (#1019) painor 2018-10-04 14:56:32 +0100
  • 6ad2f920de
    Generalize the URL branch Lonami 2018-10-04 15:50:13 +0200
  • 2c4a8b0354 Fixed formatting and html entity Painor 2018-10-04 10:38:32 +0100
  • 2468b32fc5 Implement next_offset and allow empty results in answer() (#1017) Manuel1510 2018-10-04 09:12:12 +0200
  • 3cd8135c58 Merge branch 'master' of https://github.com/Manuel1510/Telethon Manuel 2018-10-03 22:17:45 +0200
  • 214a7466e0 style and typo fix Manuel 2018-10-03 22:15:47 +0200
  • 0dc890e371 Add name mention formating to HTML and Markdown Painor 2018-10-03 15:08:23 +0100
  • e657e5f8c3
    Update inlinequery.py Manuel1510 2018-10-02 19:36:16 +0200
  • 1921043870 implement next_offset and allow empty results in answer() Manuel 2018-10-02 19:33:17 +0200
  • e8215e3c12
    Documentation Lonami 2018-10-02 18:38:22 +0200
  • ffa0d31ac7 Await for update handler to finish in executor Tulir Asokan 2018-10-02 13:46:26 +0300
  • 1285f11405 Use ident instead of thread name and use ThreadPoolExecutor Tulir Asokan 2018-10-02 12:56:25 +0300
  • ac7bc5d68a Fix problems and simplify code Tulir Asokan 2018-10-02 12:22:23 +0300
  • 362e5b01e2 Prevent enabling full_sync multiple times and add method to stop the thread Tulir Asokan 2018-10-02 02:43:18 +0300
  • 1189788c2c Add full_sync module Tulir Asokan 2018-10-02 02:18:26 +0300
  • 04f9ed557a
    Add the .gitignore back Lonami 2018-09-29 11:31:09 +0200
  • 31e7bf03da
    _update_callback needs no await Lonami 2018-09-29 11:30:27 +0200
  • 5add511dc3 asynciowrapper for sessions joseph 2018-09-28 17:34:45 +0200
  • fe45a959db asynciowrapper for sessions joseph 2018-09-28 17:34:14 +0200
  • 91af0f886e asynciowrapper for sessions joseph 2018-09-28 17:32:39 +0200
  • 4330a8b44f fixed pr joseph 2018-09-28 17:09:40 +0200
  • c2966297f1 Add delete method to custom.Dialog (#1014) nailerNAS 2018-09-28 16:47:24 +0300
  • e263613879
    Factor out DeleteHistoryRequest Lonami 2018-09-28 15:46:19 +0200
  • ed09a1377e fix minigroup leaving nailer 2018-09-28 13:50:44 +0300
  • dc7527c762 optimize imports remove extra idents add check for dialog being a channel using input_entity of dialogs nailer 2018-09-27 23:02:24 +0300
  • 7cc15514b6 add delete method for dialogs nailer 2018-09-27 19:09:34 +0300
  • 696648536e asynciowrapper for sessions joseph 2018-09-27 11:38:16 +0200
  • fded8d8369 asynciowrapper for sessions joseph 2018-09-27 11:34:53 +0200
  • f50694fdc2 asynciowrapper for sessions joseph 2018-09-27 11:31:21 +0200
  • 785071a5cd Update to v1.3 v1.3.0 v1.3 Lonami Exo 2018-09-22 19:37:16 +0200
  • ec0aa65fe1 An user -> a user Lonami Exo 2018-09-22 19:18:42 +0200
  • d5d3733fd4 Create events.register and siblings for "handler templates" Lonami Exo 2018-09-22 12:51:58 +0200
  • cb6f980277 Better autocast to InputPeerDialog and documentation Lonami Exo 2018-09-22 10:56:37 +0200
  • 92c9bb12b7 Use asyncio.open_connection in the TcpClient Lonami Exo 2018-08-29 11:35:44 +0200
  • 012291119f
    Merge ccdb701a64 into 9275a9fcbb Fran Quinto 2018-09-19 15:52:06 +0000
  • 9275a9fcbb Fix several typos and misleading docs (#987, #990) Lonami Exo 2018-09-19 17:51:18 +0200
  • 5e13a6f7a8 Fix-up get_message failing for UpdateInlineBotCallbackQuery Lonami Exo 2018-09-19 16:42:22 +0200
  • ac59cfa25b Return chat from inline queries that "don't have it" Lonami Exo 2018-09-19 16:40:35 +0200
  • 3ef2416138 Add method to resolve inline message IDs (#1005) udf 2018-09-19 14:22:35 +0200
  • 01d3cbd705
    Make resolve_inline_message_id more convenient Lonami 2018-09-19 14:20:59 +0200
  • f2f5409dcb
    Add method to resolve inline message IDs udf 2018-09-19 13:19:03 +0200
  • 497c2144f2 Fix patched objects missing CONSTRUCTOR_ID/SUBCLASS_OF_ID Lonami Exo 2018-09-17 16:02:45 +0200
  • db8bea3968 Fix getting messages by ID for private chats Lonami Exo 2018-09-16 15:45:38 +0200
  • 4e07712b04 Return new .web_preview's .photo/.document if present in Message Lonami Exo 2018-09-15 10:45:15 +0200
  • 080585da49 Support coroutine callbacks in start() Lonami Exo 2018-09-09 16:17:20 +0200
  • 2f09e5c335 Support custom-callback filter for all events Lonami Exo 2018-09-09 15:48:54 +0200
  • 11ef4ce370 Fix _document_by_attribute failing on empty media Lonami Exo 2018-09-06 15:41:04 +0200
  • 4e5b8c9c34 Let sender = chat for messages from channels Lonami Exo 2018-09-06 10:33:56 +0200
  • ccdb701a64
    Update telegram-client.rst Fran Quinto 2018-09-05 19:57:55 +0200