Commit Graph

  • b09d91b9ef Add missing await Lonami Exo 2018-05-09 09:46:58 +0200
  • e200acbca8 Allow sending ordered MessageContainer Lonami Exo 2018-05-09 09:46:07 +0200
  • 3171efafcb Remove the last await in comprehension for Py3.5 Lonami Exo 2018-05-09 09:08:52 +0200
  • 1b76c1fc7b Attempt at supporting Python 3.5 (cc @tulir) Lonami Exo 2018-05-08 20:50:51 +0200
  • d20dc01afa Add missing await Lonami Exo 2018-05-08 20:30:14 +0200
  • c0fa2ae620 Update to v0.19 Lonami Exo 2018-05-07 21:26:53 +0200
  • 2cc0e17c7e Add voice/video note parameters to send_file Lonami Exo 2018-05-07 19:53:32 +0200
  • fbea963230 First attempt at updates catch_up for private chats/groups Lonami Exo 2018-05-07 18:02:15 +0200
  • fe299cc6cc Remove broken packet length check Lonami Exo 2018-05-07 17:05:27 +0200
  • 97f3dd809b Fix race condition causing broken responses Lonami Exo 2018-05-07 17:01:04 +0200
  • 01a594ca5d Fix still broken log for broken packets Lonami Exo 2018-05-07 16:46:58 +0200
  • cd410d7fd7 Call disconnect on ConnectionResetError hoping a reconnection Lonami Exo 2018-05-06 18:59:53 +0200
  • c0b61f3a63 Fix online documentation showing duplicated errors Lonami Exo 2018-05-06 18:16:48 +0200
  • bda7eb0ef1 Update to v0.19 Lonami Exo 2018-05-07 21:26:53 +0200
  • d043e720d7 Update to v0.19 v0.19 Lonami Exo 2018-05-07 21:26:53 +0200
  • 392508c78d Add voice/video note parameters to send_file Lonami Exo 2018-05-07 19:53:32 +0200
  • 37436bdeee First attempt at updates catch_up for private chats/groups Lonami Exo 2018-05-07 18:02:15 +0200
  • 6652fe276c Remove broken packet length check Lonami Exo 2018-05-07 17:05:27 +0200
  • f06b9b68d5 Fix race condition causing broken responses Lonami Exo 2018-05-07 17:01:04 +0200
  • 2922e8df11 Fix still broken log for broken packets Lonami Exo 2018-05-07 16:46:58 +0200
  • dffbd2d689
    Remove lock usage from master merge Lonami 2018-05-06 22:15:06 +0200
  • 2691872503
    Add missing time import Lonami 2018-05-06 22:12:47 +0200
  • 6cd96389c0 Call disconnect on ConnectionResetError hoping a reconnection Lonami Exo 2018-05-06 18:59:53 +0200
  • 55c09cde97 Fix online documentation showing duplicated errors Lonami Exo 2018-05-06 18:16:48 +0200
  • 41f0e0c0a8 Merge branch 'master' into asyncio Lonami Exo 2018-05-06 13:09:17 +0200
  • ee0f95b156 Fix library expects bytes instead strings on mtproto.tl Lonami Exo 2018-05-06 13:06:44 +0200
  • f442e01560 Documentation enhancements Lonami Exo 2018-05-06 13:03:30 +0200
  • 2045e00563 Stop manually constructing InputFileLocation Lonami Exo 2018-05-06 11:46:04 +0200
  • ee1e4e18f6 Clean-up download_profile_photo and add missing cases Lonami Exo 2018-05-06 11:41:42 +0200
  • ae5a265ca1 Fix unsupported async list comprehension in py3.5 Lonami Exo 2018-05-02 20:36:11 +0200
  • 52042d4a1b Merge branch 'master' into asyncio Lonami Exo 2018-05-02 20:26:05 +0200
  • d6935355ae Fix two tiny typos Lonami Exo 2018-04-28 13:42:36 +0200
  • ce7e5abb58 Support filtering events.Raw by update type Lonami Exo 2018-04-28 13:37:19 +0200
  • 5c6ac18a52 Attach original_update to all events Lonami Exo 2018-04-28 12:58:41 +0200
  • 7ba044730d Fix "Other X with this type" missing from the docs Lonami Exo 2018-04-28 12:21:55 +0200
  • 08dbc42718 Update to layer 76 Lonami Exo 2018-04-28 11:49:43 +0200
  • 3008ada98d Distinguish between mtproto/telegram TL like tdlib does Lonami Exo 2018-04-28 10:19:55 +0200
  • dc273ab6bc Add utils.get_input_location Lonami Exo 2018-04-27 21:10:41 +0200
  • f16289cf93 Support download_file with None path to return bytes Lonami Exo 2018-04-27 20:58:08 +0200
  • b71511cd63 Fix saving update state in the SqliteSession Lonami Exo 2018-04-27 20:51:23 +0200
  • 9ef40102eb
    Be more strict in the ISSUE_TEMPLATE Lonami 2018-04-26 19:00:45 +0200
  • 2a00bcaa12 Persist updates.State upon disconnection Lonami Exo 2018-04-25 13:37:29 +0200
  • e2a0de1913 Don't retry forever on TcpClient.connect() Lonami Exo 2018-04-25 10:06:11 +0200
  • 5d9cf513bd Update usage of deprecated methods in the docs Lonami Exo 2018-04-25 09:55:34 +0200
  • 387a255221 Faster iter_messages by sleeping only as much as needed Lonami Exo 2018-04-25 09:51:50 +0200
  • 9e7cbb0b09 Merge branch 'master' into asyncio Lonami Exo 2018-04-24 09:48:29 +0200
  • ea404c5477 Add update_state table to persist pts and such Lonami Exo 2018-04-23 21:16:09 +0200
  • e616af8a70 Fix isfile should be isdir when pip installing locally Lonami Exo 2018-04-23 20:52:27 +0200
  • 04a68f12cc Merge branch 'master' into asyncio Lonami Exo 2018-04-23 15:53:28 +0200
  • ab91bc2829 Add missing InputPhoto/Document -> InputMedia autocast Lonami Exo 2018-04-23 15:33:44 +0200
  • 4735392cf9 Add missing await keywords Lonami Exo 2018-04-23 13:53:41 +0200
  • f31ca142a3 Support autocast to InputMessage Lonami Exo 2018-04-23 11:05:38 +0200
  • 096b2a6f7a Cancel background tasks on disconnect (#783) Terrance 2018-04-23 08:49:30 +0100
  • a6128b8f8f Cancel background tasks on disconnect Terrance 2018-04-23 07:58:26 +0100
  • 6ecef42ec7 Add search/filter/from_user parameters to iter_messages Lonami Exo 2018-04-22 16:30:14 +0200
  • 544651caa7 Retry on RpcCallFailError Lonami Exo 2018-04-22 16:30:00 +0200
  • 5dc43276bb Add missing caption when sending Message with media Lonami Exo 2018-04-20 09:44:33 +0200
  • 1c2e9d2f27 Fix reply_to didn't override Message's reply on sending them Lonami Exo 2018-04-20 09:36:34 +0200
  • b0dda777fe Support omitting the entity on client.edit_message Lonami Exo 2018-04-18 10:27:11 +0200
  • 03bebfb600 Fix tiny docstring typo (#771) Yifei Kong 2018-04-17 19:01:23 +0800
  • 9037a55e85
    Update SQLiteSession's docstring Yifei Kong 2018-04-17 17:45:14 +0800
  • d6a76daff2
    Merge fae051517b into 6893359f9d ferferga 2018-04-16 14:36:08 +0000
  • fae051517b
    Added id property ferferga 2018-04-16 16:35:48 +0200
  • 6893359f9d Fix tiny error in a docstring for #764 Lonami Exo 2018-04-15 16:21:15 +0200
  • 8260a13824 Fix-up merge missing async keyword Lonami Exo 2018-04-15 16:11:16 +0200
  • b7ae612246 Merge branch 'master' into asyncio Lonami Exo 2018-04-15 16:09:25 +0200
  • 53f7b6063c Fix generate(["clean"]) usage on setup.py Lonami Exo 2018-04-15 15:43:18 +0200
  • f9b9fa6e70 Update to v0.18.3 v0.18.3 Lonami Exo 2018-04-15 15:41:11 +0200
  • 6328e032e4 Fix local URLs on the generated docs Lonami Exo 2018-04-15 14:59:07 +0200
  • 34f4730337 Add new examples to the docs and update project structure Lonami Exo 2018-04-15 14:04:58 +0200
  • ffdfa8f262
    Merge pull request #766 from LonamiWebs/tidygenerator Lonami 2018-04-15 13:21:26 +0200
  • 5a8f825db8 Use a sensible default for empty setup.py gen command Lonami Exo 2018-04-15 13:20:56 +0200
  • 3ed81481f8 Enhance setup.py gen command Lonami Exo 2018-04-15 13:19:25 +0200
  • 6058b80877 Further clean-up of the documentation generator Lonami Exo 2018-04-15 12:15:43 +0200
  • 5b5edff624 Remove special case from documentation's formatter Lonami Exo 2018-04-15 11:54:34 +0200
  • b88a2ef208 Reuse more code to get class names Lonami Exo 2018-04-15 11:47:33 +0200
  • c18971da54 Add a new section in the docs listing known RPC errors Lonami Exo 2018-04-15 11:18:26 +0200
  • d0fb371515 Fix some documentation methods misusing relative paths Lonami Exo 2018-04-15 10:59:04 +0200
  • d924f97b58 Fix relative paths when generating documentation Lonami Exo 2018-04-15 10:47:55 +0200
  • 1f8316c0bb Fix import errors for the documentation generator Lonami Exo 2018-04-14 21:15:58 +0200
  • daebf5b7e8 Move docs generator into the telethon_generator package Lonami Exo 2018-04-14 20:35:05 +0200
  • 3b7c4fe278 Further TLObject generator clean-up Lonami Exo 2018-04-14 20:28:25 +0200
  • 0017ce30e6 Set client._authorized after log_out() (#765) Jon Besga 2018-04-14 18:15:33 +0100
  • 882963c1c7
    Changing self._authorized property after log_out() Jon Besga 2018-04-14 18:14:14 +0100
  • 748f2db23d Fix wrong camel case for all names Lonami Exo 2018-04-14 19:04:07 +0200
  • 70f5af44de Move data to its own subdirectory Lonami Exo 2018-04-14 18:20:29 +0200
  • 0af4699994 Move tl_generator to generators/ and remove the class Lonami Exo 2018-04-14 18:17:59 +0200
  • 200d3c0360 Clean-up unused methods and reuse more common utils Lonami Exo 2018-04-14 17:22:39 +0200
  • ab15f3699f Clean-up the TLObject class/parser from redundant comments Lonami Exo 2018-04-14 16:05:09 +0200
  • fc1bc05ca1 Move tlobject and source_builder into their correct folders Lonami Exo 2018-04-14 15:16:13 +0200
  • ace715e059 Don't log broken packets as individual bytes Lonami Exo 2018-04-14 15:02:27 +0200
  • 463fcedf27 Split error_generator code into parsers/generators packages Lonami Exo 2018-04-14 13:56:39 +0200
  • 8b2afa3530 Separate error fetching from generation Lonami Exo 2018-04-14 13:20:44 +0200
  • 75d37a3870 Handle web pages on .download_media Lonami Exo 2018-04-14 13:07:50 +0200
  • 88597f0da8 Don't get full channel on iter_participants unless necessary Lonami Exo 2018-04-14 12:08:50 +0200
  • 4da7df6349 Several documentation fixes and additions Lonami Exo 2018-04-14 12:03:08 +0200
  • a13863a4fb Re-export events.Raw (removed on b7c3f80) Lonami Exo 2018-04-13 17:36:23 +0200
  • 1316e07dca Add missing InputPeerSelf case to .get_entity() Lonami Exo 2018-04-13 13:15:02 +0200
  • 17a2946311 Fix get_input_peer allow_self for custom.Dialog Lonami Exo 2018-04-13 13:08:29 +0200
  • 3bf259d6b3 Make TLObjects picklable (#752) vegeta1k95 2018-04-12 19:02:46 +0300