Commit Graph

  • f0d059da07 First working (and ugly) way for fixing raw updates being swallowed Dan 2019-01-30 17:16:50 +0100
  • 2b24f3ea4d
    Merge pull request #207 from bakatrouble/document_takeout_delay Dan 2019-01-30 15:52:49 +0100
  • 9079fbc932
    Slightly reword TAKEOUT_INIT_DELAY_X error message Dan 2019-01-30 15:52:29 +0100
  • cc7cb27858 Add missing await for send_audio thumbnail upload (#210) MBRCTV 2019-01-30 09:45:30 -0500
  • 3bc128876f
    Merge pull request #209 from MBRCTV/asyncio Dan 2019-01-29 22:38:18 +0100
  • 58cb30d97c
    Added missing 'await' on thumb MBRCTV 2019-01-29 16:36:21 -0500
  • 0f0e19eb1a Add TAKEOUT_INIT_DELAY_X to error sources bakatrouble 2019-01-28 01:45:36 +0300
  • adfba5ffdf Add IMAGE_PROCESS_FAILED error Dan 2019-01-27 11:41:46 +0100
  • 628ddd4a25 Update Client's docstrings Dan 2019-01-27 11:24:23 +0100
  • 67a35f8c7e Handle get_history flood waits It's likely to get triggered when using iter_history (every ~3k msgs) Dan 2019-01-27 11:13:10 +0100
  • 52f2a2b17d Add TARGET to hold the enabled chats and more comments Dan 2019-01-27 10:41:14 +0100
  • 69922e5cf9
    Merge pull request #205 from bakatrouble/develop Dan 2019-01-27 10:31:37 +0100
  • f376efd496
    Run generate for editable installs bakatrouble 2019-01-27 12:07:19 +0300
  • 6c7a3316dd Merge branch 'develop' into asyncio Dan 2019-01-26 16:15:38 +0100
  • a8a6f53e2d Fix the configuration load process breaking in case of no plugins Dan 2019-01-26 13:01:44 +0100
  • e83012bfb8 Add missing await keywords Dan 2019-01-25 10:24:04 +0100
  • 61e9762977 Merge branch 'develop' into asyncio Dan 2019-01-25 10:22:56 +0100
  • 5e97cb3420 Update documentation index page Dan 2019-01-25 09:43:56 +0100
  • e4c8592616 Update ConfigurationFile.rst Dan 2019-01-25 09:40:55 +0100
  • c17bf3c64c Fix sphinx warnings Dan 2019-01-25 09:40:37 +0100
  • 66ed6d53e3 Merge branch 'smart-plugins-enhancements' into develop Dan 2019-01-25 09:22:06 +0100
  • 6d7d7f6c5e Add ConfigurationFile.rst Dan 2019-01-25 09:21:21 +0100
  • c8e8fe0cd7 Add Load/Unload Plugins at Runtime section in SmartPlugins.rst Dan 2019-01-25 00:38:43 +0100
  • d23e4079e4 Update docs index page Dan 2019-01-24 20:03:14 +0100
  • 8a41075dc7
    Update README.rst Dan 2019-01-24 20:00:59 +0100
  • 68509638c1 Merge branch 'develop' into layer-93 Dan 2019-01-24 17:21:57 +0100
  • 44deabf399 Update iter_chat_members efficiency Dan 2019-01-24 17:21:41 +0100
  • 56e7bc9962 Update kick*, promote*, restrict* and unban_chat_member methods For Layer 93 Dan 2019-01-24 17:20:29 +0100
  • e9b1730318 Update ChatMember to use the new ChatPermissions type Dan 2019-01-24 17:05:15 +0100
  • 1472b8236d Add ChatPermissions type Dan 2019-01-24 17:03:51 +0100
  • e99f86b69f Update media thumbs parsing for L93 Dan 2019-01-21 18:45:52 +0100
  • cb0b8ebeae Fix Chat sticker_set_name Dan 2019-01-21 18:35:11 +0100
  • f4b4496995 Update API schema to Layer 93 Dan 2019-01-21 18:34:28 +0100
  • c0a5b0a2c3 Fix kicked members reporting "left" as status Dan 2019-01-21 16:56:22 +0100
  • b919ed8242 Add restricted_by attribute in ChatMember (#204) Dan 2019-01-21 16:53:54 +0100
  • f0c8f65e9d Add promoted_by attribute in ChatMember (#204) Dan 2019-01-21 16:41:56 +0100
  • 16b7203ee9 Add invite_by attribute in ChatMember (#204) Dan 2019-01-21 16:34:46 +0100
  • a57ee7b333 Accommodate parsing of invited_by attribute of ChatMember (#204) Dan 2019-01-21 16:33:33 +0100
  • d6a1503344 Add "date" attribute to ChatMember (#204) Dan 2019-01-21 15:38:36 +0100
  • 76d4e4f60e Fix "left" status not being parsed in ChatMember (#204) Dan 2019-01-21 15:36:54 +0100
  • 8cfb6614d4 Rename TgCrypto title to Fast Crypto More generic name. Keep TgCrypto.rst in order not to break links Dan 2019-01-17 15:23:46 +0100
  • 919894cd3f Update Smart Plugins docs Dan 2019-01-17 15:21:50 +0100
  • 652b3f90bc Remove async from some method signatures. They are not asynchronous Dan 2019-01-17 12:34:30 +0100
  • d72754be1e Add missing await Dan 2019-01-17 12:30:40 +0100
  • be013de4d4 Fix plugins load via Client parameter Dan 2019-01-16 20:25:48 +0100
  • 6ec3b12aeb Smart plugins enhancements Dan 2019-01-16 15:40:02 +0100
  • 3d16a715ad Fix file using wrong line separator Dan 2019-01-16 15:46:46 +0100
  • 5654721261 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-01-16 15:40:43 +0100
  • 6df7788379 Enhance proxy settings - Allow proxy settings to omit "enabled" key - Allow setting proxy to None in order to disable it Dan 2019-01-16 13:10:01 +0100
  • 63cb4b412e Fix PyCharm mess when merged develop into asyncio Dan 2019-01-13 11:21:31 +0100
  • 4cf1208c96
    Update media caption maximum length Dan 2019-01-13 06:52:25 +0100
  • 9999c77e95 Merge branch 'develop' into asyncio Dan 2019-01-11 14:24:15 +0100
  • 2e94926d4d Add stop_transmission to docs Dan 2019-01-11 14:20:01 +0100
  • 4e02cd23a8 Make all send_* methods dealing with files aware of StopTransmission Dan 2019-01-11 14:13:23 +0100
  • 2791600926 Hint about the returned value in case of stopped downloads Dan 2019-01-11 14:12:53 +0100
  • b37d4dc7ec Make get_file and save_file handle StopTransmission errors Dan 2019-01-11 14:03:16 +0100
  • 6b63e88de7 Add Client.stop_transmission() method As a wrapper for raise StopTransmission Dan 2019-01-11 14:02:40 +0100
  • c28b9f9a2c Add StopTransmission custom exception Useful for stopping up/downloads after they started Dan 2019-01-11 14:00:03 +0100
  • d5ed47f4e9 Fix Message.download() not working when using the progress callback Dan 2019-01-11 13:59:18 +0100
  • 200ed844fe Fix first_name and last_name not being called if they are callable Dan 2019-01-11 13:02:19 +0100
  • 48b50780ce Merge branch 'develop' into asyncio Dan 2019-01-11 13:01:26 +0100
  • 161ab79eb3 Add Filters.media_group for photos or videos being part of an album. Dan 2019-01-11 12:51:01 +0100
  • 1d8fd0b836 Make Filters.regex work on message captions too Dan 2019-01-11 12:46:41 +0100
  • 07276e31b9 Add restart method Dan 2019-01-11 12:36:37 +0100
  • 19b8f648d2 Fix bad behaviours for Python <3.6 Pyrogram was relying on dict keys being "ordered" (keys keeping insertion order). Dan 2019-01-10 18:22:37 +0100
  • 66f70450aa Allow phone_number, phone_code and password to also be functions Also add recovery_code References #163 Dan 2019-01-08 14:28:52 +0100
  • 3213fc4bb9 Merge branch 'develop' into asyncio Dan 2019-01-07 22:59:47 +0100
  • 36681c8c5b Update dev version Dan 2019-01-07 22:59:22 +0100
  • 4db826615b Add USER_BOT_REQUIRED error Dan 2019-01-07 22:58:14 +0100
  • 35096a28c3 Fix asyncio merge Dan 2019-01-07 22:57:19 +0100
  • 21c301d19d Merge branch 'develop' into asyncio Dan 2019-01-07 22:51:57 +0100
  • 8928ca3433 Rename game_score to game_high_score Dan 2019-01-07 22:50:54 +0100
  • ee472329a2 Move get_game_high_scores method into bots folder Dan 2019-01-07 22:35:17 +0100
  • dc737ab7bb Add GameHighScore and GameHighScores types Dan 2019-01-07 22:30:33 +0100
  • 633fefe178 Add get_game_high_scores method Dan 2019-01-07 22:28:41 +0100
  • 65bdf31ce1 Move send_game and set_game_score into bots folder Dan 2019-01-07 22:26:52 +0100
  • 33e83bf635 Update set_game_score docstrings Dan 2019-01-07 22:19:21 +0100
  • 9771be9c2a Add send_game and set_game_score methods Dan 2019-01-07 21:49:58 +0100
  • 1bbf048b7a Remove duplicated references Dan 2019-01-07 21:49:25 +0100
  • ebb2ad5aab Add BOT_SCORE_NOT_MODIFIED error Dan 2019-01-07 11:47:59 +0100
  • 2055736661 Merge branch 'develop' into asyncio Dan 2019-01-07 10:36:52 +0100
  • 7ae9a065b8 Update examples Dan 2019-01-07 10:33:09 +0100
  • 491b96c9f6 Use "recent" filter for up to 10k members Dan 2019-01-07 10:00:42 +0100
  • 0bae143d5d Fix asyncio merge issues Dan 2019-01-07 09:37:26 +0100
  • 4d8c76463c Add async_generator requirement Dan 2019-01-07 09:34:08 +0100
  • 2084a406a4 Merge branch 'develop' into asyncio Dan 2019-01-07 08:46:28 +0100
  • 6451d599b2 Fix typo Dan 2019-01-07 08:30:40 +0100
  • bb27633da6 Add game and game_score in Message Dan 2019-01-05 23:13:47 +0100
  • 50e5692eae Add Filters.game and Filters.game_score. Also fix Filters.animation name Dan 2019-01-05 23:12:59 +0100
  • d5303285d6 Add support for Game inline buttons. Add CallbackGame type Dan 2019-01-05 23:12:29 +0100
  • 7d061a1b5c Add Game type Dan 2019-01-05 23:11:39 +0100
  • 7cb1c99e28 Update copyright year Dan 2019-01-05 18:29:48 +0100
  • c7b1d6f70a Take into account that flags:# could be not always the first argument For instance, in Layer 91, Poll's flags:# is at the second position. This mess also happened in the past (thanks tg devs) and eventually will be fixed again with the next Layer update, but from now on Pyrogram will be able to correctly generate code even in such cases. Dan 2019-01-05 15:26:40 +0100
  • a50dba2b4c Add close_poll method Dan 2019-01-05 14:44:10 +0100
  • 0716380737 Add MEDIA_INVALID error Dan 2019-01-05 12:26:05 +0100
  • 999b9ce667 Add MESSAGE_POLL_CLOSED error Dan 2019-01-05 12:06:54 +0100
  • 7e354b12bf Fix kick_chat_member docstrings and return type Dan 2019-01-04 23:15:57 +0100
  • b8a3d02eef Fix get_messages return type Dan 2019-01-04 23:12:06 +0100
  • 153439ac88 Add iter_chat_members method. Reference #170 Dan 2019-01-04 17:13:44 +0100
  • d7e3397050 Update get_chat_members docstrings Dan 2019-01-04 16:59:36 +0100