Commit Graph

  • 91cf2d1a8e Make Dialog and Dialogs importable and printable Dan 2018-07-04 21:05:00 +0200
  • 1ed202b926 Add Dialogs type Dan 2018-07-04 21:03:51 +0200
  • 2b36fb31d9 Add Dialog type Dan 2018-07-04 21:03:29 +0200
  • 1d7c857e9f Rename get_dialogs Dan 2018-07-04 21:02:26 +0200
  • 52f1f390ca Rename get_dialogs Dan 2018-07-04 20:59:21 +0200
  • 8bdccda6ee Fix GetDialog call Dan 2018-07-04 14:03:45 +0200
  • c7489cf302 Reformat code Dan 2018-07-04 14:03:14 +0200
  • 9c2c875bfc Merge branch 'layer-82' into develop Dan 2018-07-04 13:53:44 +0200
  • 29fb0ce599 Also log UpdatesTooLong Dan 2018-07-04 13:18:20 +0200
  • d61f9fa458 Merge branch 'develop' into asyncio Dan 2018-07-03 18:32:34 +0200
  • e414956e71
    Log UpdateChannelTooLong updates Dan 2018-07-03 18:29:25 +0200
  • f6886bd0e4 Further improve save_file Dan 2018-07-03 16:34:55 +0200
  • dc7c9af826 Set v0.8.0dev1 for the asyncio branch This way people can easily tell whether they are running the correct branch or not (pip is misbehaving lately and installations from git don't replace files). Dan 2018-07-02 20:47:45 +0200
  • 8bb4fdd67d Update to v0.7.6dev1 Dan 2018-07-02 20:48:58 +0200
  • 219988740c Remove unsupported argument for Python <3.6 Dan 2018-07-02 19:16:01 +0200
  • f4c583664a Remove unsupported arguments for Python <3.7 Dan 2018-07-02 19:14:30 +0200
  • ec82b4f994 Don't use getpass anymore (for now) The reason is that getpass is blocking. Let's use ainput() until a proper way of reading from stdin without echoing is found. Dan 2018-07-02 17:21:42 +0200
  • ed562edb9f Fix send AcceptTermsOfService not being awaited Dan 2018-07-02 14:11:02 +0200
  • af5c5d20cf Replace input() with ainput() in Client Dan 2018-07-02 14:10:48 +0200
  • 26bb97af46 Add ainput function Dan 2018-07-02 14:10:26 +0200
  • 3711437dbd Merge branch 'develop' into asyncio Dan 2018-07-02 09:51:01 +0200
  • f7aae28ae9
    Improve get_history Dan 2018-07-02 02:48:58 +0200
  • 357253b63e
    added option to reverse get_history order YoilyL 2018-07-01 21:34:05 +0300
  • c85aa5dab2 Fix Photo downloads Dan 2018-07-01 19:43:43 +0200
  • c660d3a7d0 Fix PhotoSize not having date anymore Dan 2018-07-01 19:43:29 +0200
  • 3ea7ea2c83
    Merge pull request #1 from pyrogram/develop YoilyL 2018-07-01 08:04:51 +0300
  • b49030eb10 Shorter conditions Dan 2018-06-30 11:30:32 +0200
  • d28f795aca Make save_file more efficient Dan 2018-06-30 11:26:45 +0200
  • aa800c3ebc Reformat code Dan 2018-06-30 11:04:17 +0200
  • 984e989a4b Lock TCP send() Dan 2018-06-30 11:03:55 +0200
  • 44442a8423 Update API scheme to Layer 82 Dan 2018-06-29 01:12:08 +0200
  • 335a2e06c8 Make delete_profile_photos async Dan 2018-06-28 20:14:38 +0200
  • a2b4d59cdb Merge branch 'develop' into asyncio Dan 2018-06-28 20:10:38 +0200
  • 6943e16636 Change new_chat_photo type. It is now Photo Dan 2018-06-28 20:04:46 +0200
  • b6206b7938 Fix small docstring issue Dan 2018-06-28 20:03:50 +0200
  • bae7b4c851 Make Photo importable from the top level package Dan 2018-06-28 20:02:31 +0200
  • 29d45be0a5 Add Photo to types list Dan 2018-06-28 20:00:48 +0200
  • 410ad0001c Add delete_profile_photos method to docs Dan 2018-06-28 19:59:53 +0200
  • 30497b0e91 Add delete_profile_photos method Dan 2018-06-28 19:59:26 +0200
  • 1e5156b150 Add Photo type to docs Dan 2018-06-28 19:14:29 +0200
  • 0dfe373c88 Make Photo work in download_media Dan 2018-06-28 19:13:47 +0200
  • fbf69fb8bd Change photo type in Message Dan 2018-06-28 19:09:27 +0200
  • abbf7e6684 Use Photo as type for UserProfilePhotos photos list Dan 2018-06-28 19:08:21 +0200
  • b8bfb43a80 Use Photo as type for new_chat_photo Dan 2018-06-28 19:07:56 +0200
  • a3761144b3 Use Photo as type for media messages Dan 2018-06-28 19:07:02 +0200
  • fb10b3b0e7 UserProfilePhoto.photos is now a list of Photo objects Dan 2018-06-28 19:05:47 +0200
  • 971299f592 PhotoSize won't store date info anymore Dan 2018-06-28 19:05:08 +0200
  • 5f87bbc962 Add the new Photo type Dan 2018-06-28 19:04:45 +0200
  • be451a3bb2 Rename parse_photos to parse_profile_photos Dan 2018-06-28 18:49:09 +0200
  • 0935c4837f Fix ReplyKeyboardRemove id Dan 2018-06-28 18:41:16 +0200
  • 2f1d447783 Move INITIAL_SALT to Session Dan 2018-06-28 17:50:37 +0200
  • 4f4531cf18 Merge branch 'develop' into asyncio Dan 2018-06-28 00:41:11 +0200
  • 6e4c608875 Handle AUTH_KEY_DUPLICATED error Dan 2018-06-28 00:16:12 +0200
  • 38b7abec35 Add AUTH_KEY_DUPLICATED error Dan 2018-06-28 00:15:53 +0200
  • 7d8ebdc0dd Add "406 Not Acceptable" error class Dan 2018-06-28 00:11:48 +0200
  • 77c696aec0 Merge branch 'develop' into asyncio Dan 2018-06-27 17:21:14 +0200
  • 321ee5e07d Add missing method to docs Dan 2018-06-27 16:53:18 +0200
  • 24013d6528
    Merge pull request #92 from pyrogram/develop Dan 2018-06-27 16:39:25 +0200
  • 37aae4382e Update to v0.7.5 v0.7.5 Dan 2018-06-27 16:38:41 +0200
  • a65376a52b Fix broken link Dan 2018-06-27 15:46:38 +0200
  • ec667035cd Sort docs entries alphabetically Dan 2018-06-27 15:27:15 +0200
  • c1cd8ec12d Tiny fix Dan 2018-06-27 14:52:13 +0200
  • c0ad63f72c Update CustomizeSessions page Dan 2018-06-27 14:45:56 +0200
  • 7ed9cd6759 Add "Login successful" message upon login Dan 2018-06-27 14:42:04 +0200
  • ecaba45523 Keep only lang_code Dan 2018-06-27 00:42:32 +0200
  • 27020ca1bb Rename Raw Functions section Dan 2018-06-27 00:12:09 +0200
  • 36519cb3ca Sort Resources Dan 2018-06-27 00:11:53 +0200
  • ef69dbd396 Use shields.io badges Dan 2018-06-27 00:02:54 +0200
  • fc1c653c05 Add TimeoutError on possible raises of Message.click() Dan 2018-06-26 16:16:10 +0200
  • 1cc66c898d Fix request_callback_answer call with wrong kwarg Dan 2018-06-26 14:05:45 +0200
  • 9dff15bd4f Make run() accept coroutine functions Dan 2018-06-26 13:45:31 +0200
  • 1510bc12a8 Cleanup docs Dan 2018-06-25 18:27:30 +0200
  • 9d31673f2c Make example more readable Dan 2018-06-25 18:06:15 +0200
  • 0c14a0aa3c Add CustomizeSessions page Dan 2018-06-25 18:06:00 +0200
  • 5e3618ccb7 Merge branch 'develop' into asyncio Dan 2018-06-25 01:00:32 +0200
  • 04a86054b0 Update to dev version 0.7.5.dev5 Dan 2018-06-25 00:53:45 +0200
  • 355281f081
    Update README.rst Dan 2018-06-25 00:49:01 +0200
  • 4970a98b43 Merge branch 'develop' into asyncio Dan 2018-06-25 00:46:06 +0200
  • 3409963a4a Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2018-06-25 00:45:34 +0200
  • 2587394e07 Merge branch 'layer-81' into develop Dan 2018-06-25 00:43:47 +0200
  • 13e4149c6f
    Merge pull request #93 from YoilyL/develop Dan 2018-06-24 21:59:55 +0200
  • a04b08f245
    Fixed tiny typo YoilyL 2018-06-24 22:58:17 +0300
  • c8468ccdd1 Merge branch 'develop' into asyncio Dan 2018-06-24 19:29:31 +0200
  • c7d60ef8a6 Fix disconnect handler callback being called on every session Dan 2018-06-24 19:29:12 +0200
  • 5f727cb5a2 Merge branch 'develop' into asyncio Dan 2018-06-24 19:27:37 +0200
  • fa7b7d0ce3 Cleanup Client class Dan 2018-06-24 19:09:22 +0200
  • 9c420bb73b Document the new parameters. Closes #86 Dan 2018-06-24 19:08:52 +0200
  • 9a012077cc Remove some redundant code. Related to #86 Dan 2018-06-24 18:54:47 +0200
  • 55ef4abb27 Allow user-defined session properties. Related to #86 This commit adds five 5 extra parameters to the Client class: app_version, device_model, system_version, system_lang_code, lang_code Dan 2018-06-24 18:47:49 +0200
  • f4c0793a0b Make session leaner by removing some redundant parameters Related to #86 Dan 2018-06-24 18:26:11 +0200
  • 56f616c753 Mention timeout and retries in docs for request_callback_answer Dan 2018-06-24 17:50:30 +0200
  • 166b3646ac Make request_callback_answer try only once with a timeout of 10 seconds Dan 2018-06-24 17:48:33 +0200
  • 69d1432251 Allow user-defined values for retries and timeout Dan 2018-06-24 17:47:29 +0200
  • 50ab50eb52 Update AutoAuthorization page Dan 2018-06-24 17:13:17 +0200
  • 44f71f096f Better docs for phone_code argument Dan 2018-06-24 16:53:07 +0200
  • 47043380fb Pass the phone number when calling the phone_code callback function Dan 2018-06-24 16:11:22 +0200
  • 66f91b1b63 Update dev version Dan 2018-06-24 14:31:06 +0200
  • 24572fcb65 Remove requirements_extras.txt from MANIFEST.in Dan 2018-06-24 14:26:52 +0200
  • 8e5ec7165a
    Update README.rst Dan 2018-06-24 14:22:50 +0200
  • 81c8fca11c Make the on_disconnect callback function a coroutine Dan 2018-06-24 11:40:43 +0200