Commit Graph

  • 71979e7b23 Document some special method names Lonami Exo 2019-06-30 15:24:41 +0200
  • aa2b3daccc Factor out setting entities to events Lonami Exo 2019-06-30 13:23:18 +0200
  • 5400875ec6
    Remove trailing comma Lonami 2019-06-28 21:31:43 +0200
  • 8c771a842f Fix Python 3.5.2 type hinting (#1177) Lonami Exo 2019-06-28 21:25:56 +0200
  • 7249d01709 Further clarify things in the documentation Lonami Exo 2019-06-28 20:50:04 +0200
  • 9322c37a94 Document iteration order Lonami Exo 2019-06-28 20:44:06 +0200
  • 84c4fcdec6 Fix entities weren't being passed to Draft Lonami Exo 2019-06-28 20:34:30 +0200
  • 81e628b9f7 Fix explicit reverse=True with ids= not working Lonami Exo 2019-06-28 20:27:36 +0200
  • c1c985e106
    Clean up code udf 2019-06-27 16:00:19 +0200
  • 2a7d4317bd Add quart-based example (#1207) Lonami Exo 2019-06-27 13:55:54 +0200
  • 6d5f2e397d Fix docs Minor change. painor 2019-06-27 09:48:02 +0100
  • 2cddf2c674 Merge branch 'event_overhaul' of github.com:painor/Telethon into event_overhaul painor 2019-06-26 22:56:52 +0100
  • cfec109461 Add docs Fix matching against data painor 2019-06-26 22:48:22 +0100
  • 7ac8bd5e85
    Revert unwanted change Lonami 2019-06-26 19:47:25 +0200
  • ce48523be7 now with a new line painor 2019-06-26 18:30:24 +0100
  • 2a933b0714 squash em painor 2019-06-26 18:29:29 +0100
  • a424b0c6b7 Add patern to the callbackQuery event. painor 2019-06-26 18:13:21 +0100
  • 0edb44091e Unmessed it up painor 2019-06-26 18:05:01 +0100
  • 259608c632
    Clean permissions mess Lonami 2019-06-26 18:59:16 +0200
  • 86e1a98d87 Add pattern to CallbackQuery event. painor 2019-06-26 16:53:24 +0100
  • b6fe38f2ae Made the args more understandable (please don't judge) painor 2019-06-26 16:41:04 +0100
  • 4f1edeb750 Let File.ext work even with unknown mime types Lonami Exo 2019-06-26 11:31:15 +0200
  • 80c9c5dad3 Avoid memory cycle in Forward Lonami Exo 2019-06-26 11:16:02 +0200
  • b6b4ea669d Remove messy subclassing in the TelegramClient Lonami Exo 2019-06-24 17:48:46 +0200
  • 2947a8bd97
    Style fixes Lonami 2019-06-24 15:57:48 +0200
  • 31d8367e75 Add a convenience method for editing admin rights and permissions. painor 2019-06-24 14:34:44 +0100
  • 4e80e21ba1 Update markdown parser to support nested entities Lonami Exo 2019-06-24 13:48:29 +0200
  • 8b28f4ffbf Add support for unparsing nested entities into HTML (#1209) Tulir Asokan 2019-06-24 13:28:14 +0300
  • aa37319b89 Add support for unparsing nested entities into HTML Tulir Asokan 2019-06-24 01:43:37 +0300
  • 962949008f Add new message entities to markdown/html parsers Lonami Exo 2019-06-23 21:35:33 +0200
  • 3c68208c41 Update to layer 102 Lonami Exo 2019-06-23 21:23:40 +0200
  • 83789aaa42 Return None from ChatGetter when there isn't enough info Lonami Exo 2019-06-19 11:46:03 +0200
  • 8a24212a91
    Create telethon_and_quart rotem443 2019-06-19 01:09:02 +0300
  • 13935cc468
    Update telethon_and_quart rotem443 2019-06-19 01:05:01 +0300
  • 29871ac33f
    Update telethon_and_quart rotem443 2019-06-19 01:04:25 +0300
  • bf4d2158a8
    Create telethon_and_quart rotem443 2019-06-19 00:51:05 +0300
  • 334e6cc6a0 Move HTTP codec version2-stale Lonami Exo 2019-06-16 16:07:16 +0200
  • f082a27ff8 Make a clear distinction between connection and codec Lonami Exo 2019-06-16 15:01:05 +0200
  • f9ca17c99f Rename is_connected as connected Lonami Exo 2019-06-16 11:44:01 +0200
  • 6d4c8ba8ff Handle documents inside albums Lonami Exo 2019-06-16 11:39:45 +0200
  • f8137595c5 Cleanup send_file and support only 10 files for albums Lonami Exo 2019-06-16 11:31:55 +0200
  • b3f0c3d2ea Merge branch 'master' into v2 Lonami Exo 2019-06-16 11:27:19 +0200
  • 35ba9848d9 Fix get_extension missing even more photo cases Lonami Exo 2019-06-16 11:13:45 +0200
  • 86cdb7c1f8
    Remove accidentally-committed debug print Lonami 2019-06-15 23:14:59 +0200
  • bdedd2dc26 Redirect to exact match on pressing enter Lonami Exo 2019-06-15 22:46:30 +0200
  • d61bb2e87f Document MTProto Proxy usage (#1205) Lonami Exo 2019-06-15 21:54:24 +0200
  • 8d28d1145a Actually fix invalid state in Conversation (1354bf6 followup) Lonami Exo 2019-06-15 21:36:06 +0200
  • 40d32cee95 Assert that dispatched updates are Updates Lonami Exo 2019-06-15 21:15:57 +0200
  • 3059ce2470 Pass loop and ssl parameters to proxy connect Lonami Exo 2019-06-15 21:01:50 +0200
  • c1a40630a3 Replace python-proxy aiosocks Lonami Exo 2019-06-15 20:57:33 +0200
  • 0b69d7fd7b Fix is_connected intent and calls from 6226fa9 Lonami Exo 2019-06-15 20:54:47 +0200
  • 5877459907 Create Message.mark_read() Lonami Exo 2019-06-15 19:41:31 +0200
  • 1a056899d7 Fix caption when using send_file for albums / mixed documents Lonami Exo 2019-06-15 16:59:16 +0200
  • fd37e44854 Fix is_image not considering MessageMedia objects Lonami Exo 2019-06-15 16:42:26 +0200
  • 634d8a7898 Refactor libssl import path workarounds (#1202) Terrance 2019-06-15 12:42:31 +0100
  • 374fb62fcd Refactor libssl import path workarounds Terrance 2019-06-14 12:59:03 +0100
  • 93f4de8792 Update link to the GitHub repository of 'cryptg' package Dmitry D. Chernov 2019-06-12 12:23:27 +1000
  • 51de0bd2da Update documentation with intersphinx and better summaries Lonami Exo 2019-06-11 11:09:22 +0200
  • 31a26c0a0a Fix iter_dialogs missing dialogs once and for all Lonami Exo 2019-06-11 10:04:36 +0200
  • b8a38baaf6 Expose ignore_pinned in iter_dialogs Lonami Exo 2019-06-11 09:55:13 +0200
  • 80e86e98ff Make session, api ID and hash private Lonami Exo 2019-06-07 21:12:27 +0200
  • 9bafcdfe0f sign_in should not send_code_request Lonami Exo 2019-06-07 21:06:21 +0200
  • 6226fa95ce is_connected should be a property Lonami Exo 2019-06-07 20:59:03 +0200
  • 78971fd2e5 Remove file caching Lonami Exo 2019-06-07 20:57:05 +0200
  • f6f7345a3a Rename send_read_acknowledge as mark_read Lonami Exo 2019-06-07 20:46:55 +0200
  • ad37db1cd6 Let lists of buttons make up rows Lonami Exo 2019-06-07 20:30:35 +0200
  • ad7e62baf3 Replace pysocks with python-proxy Lonami Exo 2019-06-07 20:25:32 +0200
  • 9752f66eab Minor updates to the documentation and errors Lonami Exo 2019-06-07 15:48:34 +0200
  • 770c2c504d Add new methods to encode and decode waveforms Lonami Exo 2019-06-04 21:36:38 +0200
  • 065719c8d8 conversation.cancel() now raises cancelled on future calls (#1183) Lonami Exo 2019-06-03 19:44:43 +0200
  • 4c3e467d25 Add a method to cancel_all conversations (#1183) Lonami Exo 2019-06-03 19:41:22 +0200
  • 690a40be77 Better behaviour for conversation.cancel() (#1183) Lonami Exo 2019-06-03 19:28:22 +0200
  • 9d6150da37
    Fix downloading contacts to path (#1197) Lonami 2019-06-03 15:44:43 +0200
  • e47f3ec1d6 Clarify some aspects of the documentation Lonami Exo 2019-06-01 16:27:53 +0200
  • 27360242b0 Add new known errors (#1196) Manuel1510 2019-06-01 15:49:12 +0200
  • 0c6b174442
    Document which requests cause the new errors Lonami 2019-06-01 12:21:19 +0200
  • cebcbd040f
    Update errors.csv Manuel1510 2019-06-01 01:50:51 +0200
  • 30a0e39060 Update to v1.8.0 v1.8.0 Lonami Exo 2019-05-30 21:31:07 +0200
  • 5832ab2f31 Create new client.pin_message method Lonami Exo 2019-05-30 17:15:50 +0200
  • 9ea686ab14 Create new client.iter_profile_photos method Lonami Exo 2019-05-30 16:51:19 +0200
  • 0d64fd98f7 Create new client.delete_dialog method Lonami Exo 2019-05-30 13:58:05 +0200
  • e4158acd08 Update to layer 100 Lonami Exo 2019-05-30 13:23:47 +0200
  • 89567ccd11 Create a new module for tests and write their setup code Lonami Exo 2019-05-27 21:06:29 +0200
  • 9f72bd8ca3 Fix manual raising of RPC errors Lonami Exo 2019-05-27 18:18:38 +0200
  • 1354bf68a8 Factor out clearing items from pending in conversations Lonami Exo 2019-05-27 14:23:42 +0200
  • 0b41454b01 Fix conversation setting result on cancelled futures Lonami Exo 2019-05-27 14:10:38 +0200
  • e5485f3d54 Document raw methods with friendly variants Lonami Exo 2019-05-26 21:11:24 +0200
  • 4ebf825c43 Clarify documentation on connection and receiving updates Lonami Exo 2019-05-23 12:11:58 +0200
  • 6e5f90730e Fix reversed(client.iter_messages(offset_date=...)) Lonami Exo 2019-05-22 12:20:02 +0200
  • 80f19bd1f0 Point to the new domains Lonami Exo 2019-05-22 11:29:46 +0200
  • c3d1d7a64c Rename client.archive as client.edit_folder Lonami Exo 2019-05-22 11:19:00 +0200
  • cf152403ee Use iter_download on download_file Lonami Exo 2019-05-21 16:40:11 +0200
  • 0b0f8f4285 Create a method to iterate downloads Lonami Exo 2019-05-21 16:16:16 +0200
  • a43830d403 Fix updates introduction and add more projects using Telethon Lonami Exo 2019-05-21 13:26:34 +0200
  • 58f3225fa6 Minor tweaks to the installation section of the docs Lonami Exo 2019-05-21 10:13:25 +0200
  • a9ff328e38 Fix iter_participants search on small group chats Lonami Exo 2019-05-20 14:02:51 +0200
  • 465f38c1c6 Fix message.text behaviour with no parse mode Lonami Exo 2019-05-20 12:00:52 +0200
  • 383ab9b0b2 Fix message.text not checking if parse_mode was set Lonami Exo 2019-05-20 11:56:50 +0200
  • 7c1c040d50 Update docstrings to have consistent style Lonami Exo 2019-05-20 11:38:26 +0200
  • 4b74d16438 Fix file_id error checking (#1189) Hasan 2019-05-19 16:18:35 -0400