Commit Graph

  • 2ccb6063e0 Call gen_tl() when installing through setup.py (#530) Lonami Exo 2018-01-15 18:46:04 +0100
  • 36e2101910 Allow sending multiple files as album (closes #455) Lonami Exo 2018-01-15 18:15:30 +0100
  • 494c90af69 Fix uploaded files cache may have expired Lonami Exo 2018-01-15 12:36:46 +0100
  • 00859d52c3 Ask for the phone on start only if required Lonami Exo 2018-01-15 09:48:37 +0100
  • 8be7e76b74 Use the idling state instead checking if read thread is present Lonami Exo 2018-01-14 21:20:22 +0100
  • 87a77e79cb Note the errors package on the RPC errors section Lonami Exo 2018-01-14 10:53:29 +0100
  • c5e969d585 Add more useful logging on invalid packet length received Lonami Exo 2018-01-13 19:26:45 +0100
  • 1e11ffc554 Merge becee2b0ac into 0d429f55c5 Giovanni Cardamone 2018-01-13 14:01:33 +0000
  • becee2b0ac added join method in TelegramClient Giovanni Cardamone 2018-01-13 14:54:16 +0100
  • 0d429f55c5 Fix asking for phone on .start() Lonami Exo 2018-01-13 12:00:53 +0100
  • 77301378f8 Make .start() more friendly by asking phone if not given Lonami Exo 2018-01-13 11:54:41 +0100
  • ef3ea11e38
    Remove pesky minus character hiding example Lonami 2018-01-12 18:21:02 +0100
  • 6cb8f2e3da Update pip references with pip3 (#527) Noah Overcash 2018-01-12 04:08:40 -0500
  • d4e70ad1ee
    Small change Lonami 2018-01-12 10:08:17 +0100
  • 239a2cc45b
    Merge from master to patch branch Noah Overcash 2018-01-11 22:19:29 -0500
  • d4d47d40e9
    Update installation.rst Noah Overcash 2018-01-11 22:18:32 -0500
  • 96d9a58029
    Update getting-started.rst Noah Overcash 2018-01-11 22:15:41 -0500
  • 1fd20ace2c Update to v0.16.1 v0.16.1 Lonami Exo 2018-01-11 22:18:58 +0100
  • 37bb67f10b Merge e680309e34 into 77ef659cbf Bas Nijholt 2018-01-11 20:40:44 +0000
  • e680309e34 fix syntax error in README, use client.connect() instead of client.start() Bas Nijholt 2018-01-11 21:39:39 +0100
  • 77ef659cbf Clearer error when invoking without calling .connect() (#532) Lonami Exo 2018-01-11 15:41:57 +0100
  • 4f441219b1 Fix not all docs using new start method Lonami Exo 2018-01-11 12:45:59 +0100
  • 80f81fe69a Added .start() convenience method to quickly connect/authorize (#528) Joscha Götzer 2018-01-11 12:43:47 +0100
  • 5c129d9b40 Update readme/docs Lonami Exo 2018-01-11 12:43:08 +0100
  • 294aa814c2 Further cleanup Lonami Exo 2018-01-11 12:38:02 +0100
  • 836309e4a6 Finish the job up for @JosXa Lonami Exo 2018-01-11 12:30:08 +0100
  • eaef392a9b Add and except missing FLOOD_TEST_PHONE_WAIT_X error Lonami Exo 2018-01-10 17:34:34 +0100
  • 8038971753 Add clear_mentions parameter to .send_read_acknowledge() Lonami Exo 2018-01-10 12:50:49 +0100
  • 045f7f5643 Assert hash is not None when migrating from JSON sessions Lonami Exo 2018-01-10 10:46:43 +0100
  • eb38ed5443 2nd version. Review pending... JosXa 2018-01-09 20:12:34 +0100
  • 146a91f837 Add a brief description for newcomers Lonami Exo 2018-01-09 18:04:51 +0100
  • d0439d8dc9 Updated docstring to google format JosXa 2018-01-08 22:36:09 +0100
  • b883c2ff0d Added start([phone|bot_token]) convenience method to quickly connect and authorize. JosXa 2018-01-08 22:18:43 +0100
  • 253bb59762
    Update README.rst Noah Overcash 2018-01-08 09:16:25 -0500
  • 01820c9943 Associate phone code hash with phone (so phone can change) Lonami Exo 2018-01-08 14:18:36 +0100
  • c12af5e412 Remove references to the wiki Lonami Exo 2018-01-08 14:04:04 +0100
  • 0c3216cb36 Fix channel check issue on send_read_acknowledge (#526) Nikola Vlahović 2018-01-08 12:46:47 +0100
  • e94d644298
    Fix channel check issue on send_read_acknowledge Nikola Vlahović 2018-01-08 12:46:03 +0100
  • 46b088d44c Also handle ECONNREFUSED on .connect() (report on #392) Lonami Exo 2018-01-08 12:26:32 +0100
  • 3c686fecdf Avoid more cyclic imports on the session file Lonami Exo 2018-01-08 12:14:03 +0100
  • f4182376f1 Move utils.calc_msg_key into auth_key (cyclic imports py3.4) Lonami Exo 2018-01-08 12:01:38 +0100
  • 59a1a6aef2 Stop working with bytes on the markdown parser Lonami Exo 2018-01-07 16:18:54 +0100
  • 34fe150096 Save only one auth_key on the database again Lonami Exo 2018-01-07 00:38:30 +0100
  • d81dd055e6 Remove temporary connections and use a lock again Lonami Exo 2018-01-06 23:43:40 +0100
  • 7745b8e7ee Use without rowid only if supported (closes #523) Lonami Exo 2018-01-06 19:35:24 +0100
  • f357d00911 Assert user/channel ID is non-zero too for #392 Lonami Exo 2018-01-06 15:54:27 +0100
  • f2fbdc6416 Fix a few more issue styles with RTD (mostly lists/nested md) Lonami Exo 2018-01-06 13:37:46 +0100
  • 6f690945f1 Add a few security checks when unpacking messages from server Lonami Exo 2018-01-06 02:03:23 +0100
  • 3eafe18d0b Implement MtProto 2.0 (closes #484, thanks @delivrance!) Lonami Exo 2018-01-06 01:55:11 +0100
  • c039ba3e16 Be consistent with the titles in the changelog Lonami Exo 2018-01-05 23:48:21 +0100
  • 60594920bd Add changelog from GitHub releases to RTD Lonami Exo 2018-01-05 23:19:58 +0100
  • 4871a6fb96 Accept 'me' and 'self' usernames to get self user entity Lonami Exo 2018-01-05 19:51:44 +0100
  • 2b9c06f0e6 Remove invalid self._logger calls since merge Lonami Exo 2018-01-05 18:32:54 +0100
  • ec4ca5dbfc More consistent with asyncio branch (style/small fixes) Lonami Exo 2018-01-05 18:31:48 +0100
  • a1d497a2c0 Merge branch 'master' into asyncio Lonami Exo 2018-01-05 17:59:36 +0100
  • c4e26c95f5 Always cache files smaller than 10MB, now in the database Lonami Exo 2018-01-05 15:33:25 +0100
  • a489b4b18b Clean up some more twirks on RTD and update docstrings Lonami Exo 2018-01-05 13:30:21 +0100
  • c06f2c7ac5 Merge b6e7f1f26d into 9635a57683 Maxim Smirnov 2018-01-05 08:57:57 +0000
  • 9635a57683 Update README to point to RTD instead GitHub's wiki Lonami Exo 2018-01-05 01:03:57 +0100
  • cb45e8fca9 Clean up and complete RTD documentation Lonami Exo 2018-01-05 00:59:53 +0100
  • 6cb5931e7a Call .disconnect() on client.__del__ for convenience Lonami Exo 2018-01-04 23:37:47 +0100
  • b45b63d71d Assert ._first_request is True with None auth_key (#517) Lonami Exo 2018-01-04 21:07:29 +0100
  • 4fba27dee9 Accept InputFile/InputFileBig on .upload_file for 2c437c51 Lonami Exo 2018-01-04 15:33:48 +0100
  • 32505b905f
    Merge pull request #519 from csabahenk/master Lonami 2018-01-04 15:30:42 +0100
  • 2c437c51bb client: add thumbnail support for send_file() Csaba Henk 2018-01-03 12:47:38 +0100
  • 78871b697e client: return the message in send_file, too Csaba Henk 2018-01-02 13:30:29 +0100
  • b9cd9a6639 fix get_dialogs() return type in example Csaba Henk 2018-01-02 09:56:37 +0100
  • 33d6afa0bd Add missing L74 hash parameter to .get_message_history() Lonami Exo 2018-01-03 19:18:24 +0100
  • 6eef6f5d23 Update to layer 74 Lonami Exo 2018-01-02 00:02:31 +0100
  • cbf6306599 Fix early cast to input from 932ed9e causing error on Peer Lonami Exo 2017-12-29 22:07:16 +0100
  • d2121c76cb Fetch and persist each auth_key per DC Lonami Exo 2017-12-29 19:41:12 +0100
  • 0570c55120 Remove hardcoded database version from session sql statement Lonami Exo 2017-12-29 00:43:52 +0100
  • 47b53ce89f Except only UnicodeDecodeError to check migration (fix #511) Lonami Exo 2017-12-28 17:06:14 +0100
  • ea436a4fac Update README.rst Lonami Exo 2017-12-28 16:25:41 +0100
  • 4a139b0ae4 Fix session table may be empty if no DC switch Lonami Exo 2017-12-28 14:58:42 +0100
  • 50d413b1c9 Fix slicing dialogs was turning UserList into list Lonami Exo 2017-12-28 14:55:02 +0100
  • 55b67b65a1 Remove optional add_mark parameter from .get_peer_id Lonami Exo 2017-12-28 13:31:43 +0100
  • 7ed3be8e6f Fix .get_dialogs() failing due to IDs being marked Lonami Exo 2017-12-28 13:21:35 +0100
  • c23c0a557a Update to v0.16 v0.16 Lonami Exo 2017-12-28 12:43:50 +0100
  • 3537e9bcc9 Support more types to represent a date Lonami Exo 2017-12-28 12:32:16 +0100
  • 75a342e24b Fix .download_media() not handling Photo (closes #473) Lonami Exo 2017-12-28 12:11:31 +0100
  • bfff1567af Fix up some mismatching raise/except types since 6ec6967 Lonami Exo 2017-12-28 11:55:05 +0100
  • 459022bdab Return a UserList with a .total attribute for get dialogs/history Lonami Exo 2017-12-28 11:49:35 +0100
  • 0755bda220 Stop returning tuples off .get_message_history() Lonami Exo 2017-12-28 02:01:22 +0100
  • 52a4ef82f4 Merge branch 'master' of github.com:LonamiWebs/Telethon Lonami Exo 2017-12-28 01:17:30 +0100
  • b35fc075e0 Merge branch 'sqlite-session' Lonami Exo 2017-12-28 01:15:12 +0100
  • 2a10f31511 Always wrap init connection for first call Lonami Exo 2017-12-28 01:13:24 +0100
  • ab07f0220a Save dc_id instead layer and salt in the session file Lonami Exo 2017-12-28 01:04:11 +0100
  • 6ec6967ff9 Make exception types correspond to Python docs Dmitry D. Chernov 2017-12-28 09:22:28 +1000
  • 1a746e1464 Fix .download_profile_photo() for some channels (closes #500) Lonami Exo 2017-12-27 23:54:31 +0100
  • 166d5a4012 Fix .get_dialogs() being inconsistent with the return type Lonami Exo 2017-12-27 23:45:48 +0100
  • b252468ca2 TelegramBareClient: Add set_proxy() method This allows to change proxy without recreation of the client instance. Dmitry D. Chernov 2017-12-28 07:50:49 +1000
  • b1b3610c1f Add missing self to .set_proxy (fa64a5f) Lonami Exo 2017-12-28 00:09:29 +0100
  • bdd63b91a2 Fix .download_profile_photo() for some channels (closes #500) Lonami Exo 2017-12-27 23:54:31 +0100
  • 292e4fc29f Fix .get_dialogs() being inconsistent with the return type Lonami Exo 2017-12-27 23:45:48 +0100
  • fa64a5f7b8 TelegramBareClient: Add set_proxy() method This allows to change proxy without recreation of the client instance. Dmitry D. Chernov 2017-12-28 07:50:49 +1000
  • a5b1457eee TelegramBareClient: Fix lost #region Dmitry D. Chernov 2017-12-28 07:33:25 +1000
  • f3d47769df Fix .send_read_acknowledge() for channels (#501) Lonami Exo 2017-12-27 15:26:23 +0100
  • 21e5f0b547 Fix GetUsersRequest has a limit of 200 Lonami Exo 2017-12-27 15:08:29 +0100
  • 73edb0f4ff Avoid using None dates on file download (#462) Birger Jarl 2017-12-27 16:52:33 +0300