Commit Graph

  • b41a570d67
    Update Visual C++ 2015 Build Tools download link Dan 2020-02-05 16:45:19 +0100
  • df5de3e583
    Revert "Add missing file_ref in set_chat_photo (#343)" (#366) Dan 2020-02-04 17:03:33 +0100
  • fde76f0e11
    Fix 'Client' object has no attribute 'export_invite_link (#365) trenoduro 2020-02-04 17:01:44 +0100
  • 062a6ce6dd Fix AttributeError raising when receiving ChatParticipantsForbidden Dan 2020-02-03 14:51:53 +0100
  • deea521c50 Update YTAudioBot details in the powered-by section of the docs Dan 2020-02-01 16:36:27 +0100
  • d9cb9c59bf Allow start/restart being used inside handlers with block=False Dan 2020-02-01 16:19:28 +0100
  • 51f88ef1bf Revert "Allow stop, restart and add/remove_handler to be non-blocking" Dan 2020-02-01 16:05:58 +0100
  • ce93f0ac64 Fix set_administrator_title giving full permissions Dan 2020-02-01 16:01:41 +0100
  • 9618bbc242 Add missing word in sentence Dan 2020-02-01 15:52:49 +0100
  • d4e6ab3acb Fix incorrect link to handlers.html Dan 2020-02-01 15:51:01 +0100
  • 1d0e110126 Fix wrong type hint in docs for send_photo Dan 2020-02-01 15:49:07 +0100
  • 07f1459e57 Add 4 more errors about polls and admin settings Dan 2020-02-01 15:48:06 +0100
  • af2035951a Update Poll object for Polls 2.0 Dan 2020-02-01 15:39:28 +0100
  • aa1c0e226e Update vote_poll to allow voting for multiple options Dan 2020-02-01 15:21:35 +0100
  • 88f681f0fd Update send_poll to allow multiple answers, public voting and quiz Dan 2020-02-01 15:19:52 +0100
  • d3e9816b24 Add a bunch of new errors about polls/quiz Dan 2020-02-01 15:19:22 +0100
  • 2bf6357bad Show more meaningful errors for wrapped queries Dan 2020-02-01 15:19:05 +0100
  • 0684a4ba93 Update API schema to Layer 109 Dan 2020-02-01 15:18:24 +0100
  • 531423ae1c Update copyright year Dan 2020-02-01 14:17:32 +0100
  • 42f09cd361
    Add missing file_ref argument to bound methods (#347) Eric Solinas 2020-02-01 14:13:07 +0100
  • e316d18bf4
    Add missing file_ref in set_chat_photo (#343) Yusuf_M_Thon_iD 2020-02-01 20:10:46 +0700
  • 78cba0489a
    Fix stop_poll() (#339) trenoduro 2020-02-01 14:08:21 +0100
  • 42c9bafa0c Update copyright notice Dan 2020-02-01 14:04:33 +0100
  • ac8fad3a18 Fix plugin modules not being properly reloaded from disk When using importlib.import_module, Python loads the module from disk only once and any subsequent call to this method will just re-import the already loaded module from RAM. Wrapping importlib.import_module with importlib.reload will make Python force-reload the module from disk. Dan 2020-01-16 22:01:10 +0100
  • 0f84f91939 Fix bound method Chat.restrict_member. Closes #351 Dan 2019-12-30 11:11:02 +0100
  • f5610c77e5 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-12-30 11:01:40 +0100
  • 417cc498fe Add FAQ about file_ref values Dan 2019-12-30 11:01:21 +0100
  • e33b9ae39f Update API schema to Layer 108 Dan 2019-12-30 10:56:14 +0100
  • 0e9c7af2e5 Small fixes on webpage.py Dan 2019-12-30 10:54:49 +0100
  • 0189e3a66f
    Update glossary.rst Dan 2019-12-26 16:36:29 +0100
  • c5cc85f007 Add method delete_user_history (#282) kalmengr 2019-12-23 13:05:30 -0500
  • cf76945a83 Create a new update_profile method to update a user's own profile (#277) kalmengr 2019-12-23 12:44:06 -0500
  • 2daa5932c6 Add missing asyncio keywords (#319) Shrimadhav U K 2019-12-23 19:44:58 +0530
  • 48aaaf9a0d
    Merge pull request #345 from alissonlauffer/asyncio-dev Dan 2019-12-23 15:05:09 +0100
  • 8e9a7a33bd
    Add missing awaits Alisson Lauffer 2019-11-20 02:51:42 -0300
  • 353811ebd3
    Add missing await Dan 2019-12-06 21:14:15 +0100
  • 5022b698b7
    Merge pull request #334 from pyrogram/slow_mode Dan 2019-10-27 11:03:43 +0100
  • d71d9686d7 Add set_slow_mode method Dan 2019-10-27 11:02:38 +0100
  • 3c80a10753
    Merge pull request #333 from pyrogram/fixes Dan 2019-10-27 10:31:17 +0100
  • c33a2a0b80 Tiny typo fix Dan 2019-10-27 10:14:13 +0100
  • 227a5aaf90 Add FAQ about why stop, restart, add/remove_handler could make the code hang Dan 2019-10-27 10:13:59 +0100
  • 012369005e Remove an MTProto-only feature hint that's not valid anymore Dan 2019-10-27 10:13:18 +0100
  • df3524e138 Add REPLY_MARKUP_TOO_LONG error Dan 2019-10-27 10:12:33 +0100
  • ec15534cdd
    Merge pull request #332 from pyrogram/add-bind Dan 2019-10-27 09:54:25 +0100
  • 1609efbfbc Add .bind() method to re-enable bound-methods after deserialization Dan 2019-10-27 09:53:40 +0100
  • 9afd244eb6
    Merge pull request #331 from pyrogram/I329 Dan 2019-10-27 09:38:06 +0100
  • 8e9e8b4ac4 Allow stop, restart and add/remove_handler to be non-blocking Dan 2019-10-27 09:35:33 +0100
  • c929ce3097 Merge develop -> asyncio Dan 2019-10-27 08:59:07 +0100
  • e74521b1cc Fix deserialization of pretty-printable lists Dan 2019-10-24 15:09:20 +0200
  • 701267eb04 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-10-19 16:41:02 +0200
  • 945bc61262
    Fix group, channel and supergroup ChatPhoto downloads (#327) Dan 2019-10-19 16:40:13 +0200
  • 87512e20c3 Tiny copy-paste fix Dan 2019-10-19 16:36:45 +0200
  • 85e08f774d Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-10-19 16:35:54 +0200
  • cedb87ef41 Add is_creator field to Chat object (#306) Тоша 2019-10-19 18:35:26 +0400
  • ff561f93c9 Add sphinx_copybutton extension for easy copy pasting from snippets Thanks @ColinTheShark Dan 2019-10-19 16:25:32 +0200
  • 51cd186559 Fix group, channel and supergroup ChatPhoto downloads Closes #326 Dan 2019-10-19 16:24:23 +0200
  • 8b4dd1fa4a Add USER_ID_INVALID error message (#313) ColinShark 2019-10-04 13:57:40 +0200
  • 79a04f2961 Merge branch 'develop' into asyncio-dev Dan 2019-09-29 12:53:44 +0200
  • 2482358484 Fix delete_profile_photos Dan 2019-09-29 12:53:26 +0200
  • ccbe9b498a Merge branch 'develop' into asyncio-dev Dan 2019-09-25 20:01:17 +0200
  • da7130b380 Update Pyrogram to v0.16.0 v0.16.0 Dan 2019-09-25 19:12:27 +0200
  • bc7d29237d Small style fix Dan 2019-09-25 18:41:06 +0200
  • a541bb45db Merge develop -> asyncio Dan 2019-09-21 22:21:20 +0200
  • 91d3508c13 Rename encode/decode to encode/decode_file_id Dan 2019-09-21 22:17:42 +0200
  • 92c1b48132 Fix FILE_REFERENCE_* errors for uploads Dan 2019-09-21 22:13:02 +0200
  • 1cd94520bf Fix FILE_REFERENCE_* errors for downloads Dan 2019-09-21 21:12:11 +0200
  • 7df4b58a51 Add two FILE_REFERENCE_* errors Dan 2019-09-21 19:56:12 +0200
  • 03927404bc Merge branch 'develop' into asyncio-dev Dan 2019-09-14 20:59:10 +0200
  • 26bf84e43d Don't try to parse ChatPhoto objects in case peer_access_hash is None Dan 2019-09-14 20:58:53 +0200
  • 826885a821 Merge develop -> asyncio Dan 2019-09-14 20:42:06 +0200
  • ff9407aba1 Implement a storage update mechanism (for FileStorage) The idea is pretty simple: get the current database version and for each older version, do what needs to be done in order to get to the next version state. This will make schema changes transparent to the user in case they are needed. Dan 2019-09-14 20:35:59 +0200
  • 1a7d0b1b7e Update Storage API usages in client.py, auth.py and session.py Dan 2019-09-14 19:57:20 +0200
  • 0097df2952 Rework File and Memory storage to accommodate the new abstract class Dan 2019-09-14 19:56:07 +0200
  • 1efce33070 Tiny SQL style fixup Dan 2019-09-14 19:40:15 +0200
  • e226bdbf89 Create SQLiteStorage for better abstraction Dan 2019-09-14 19:39:47 +0200
  • 108fa08878 Update Storage abstract class Dan 2019-09-14 19:39:21 +0200
  • 6d0e2f7312 Fix minified peers being erroneously stored because of server changes Dan 2019-09-14 19:37:28 +0200
  • 840a9d1cc7 Update ChatPhoto parser Dan 2019-09-14 19:30:07 +0200
  • c5498c3b4e Rename Storage .destroy to .delete Dan 2019-09-14 19:22:08 +0200
  • a7c10bfb28 Remove auto-auth.rst Dan 2019-09-09 16:07:14 +0200
  • b10817ec29 Merge develop -> asyncio Dan 2019-09-09 16:00:38 +0200
  • 3dce23524d Merge branch 'asyncio-dev' of https://github.com/pyrogram/pyrogram into asyncio-dev Dan 2019-09-09 15:57:10 +0200
  • aa937a704d fixed memory leak when session.send coroutine is cancelled (#311) YoilyL 2019-09-09 16:56:57 +0300
  • 2983a3b87a Workaround for SQLite VACUUM on Python 3.6.0 Dan 2019-09-09 15:45:19 +0200
  • 011375d0b2 Update docs link Dan 2019-09-09 15:44:45 +0200
  • 71148758c9 Tiny documentation fixes Dan 2019-09-09 15:42:38 +0200
  • aaf0e82cdf Optimize join_chat code Dan 2019-09-09 15:28:27 +0200
  • 80c7a6e988 Rename set_custom_title to set_administrator_title and clarify Dan 2019-09-09 15:28:05 +0200
  • 928ce5d850 Merge develop -> asyncio Dan 2019-09-08 19:27:37 +0200
  • a015f998fa Revert "Stop instantiating logger objects and directly use the logging module" Dan 2019-09-08 19:24:06 +0200
  • 8f0b8babc2 Merge develop -> asyncio Dan 2019-09-08 13:26:10 +0200
  • 792068d7c8 Stop instantiating logger objects and directly use the logging module Dan 2019-09-08 12:59:28 +0200
  • 481e4ee339 Set the updates workers pool from 1 to 4 Dan 2019-09-08 11:59:26 +0200
  • 25f2151151 Fix Restriction class not being exported Dan 2019-09-08 11:58:58 +0200
  • cfd756bd24 Add log_out method Dan 2019-09-08 11:58:34 +0200
  • c7782b146f Small code cleanup Dan 2019-09-08 08:42:12 +0200
  • c163f16d7b Merge develop -> asyncio Dan 2019-09-07 17:10:28 +0200
  • c0298542a5 Add set_custom_title method Dan 2019-09-07 17:08:30 +0200
  • 5b27b952c4 Add .title attribute for ChatMember objects (admins and owners only) Dan 2019-09-07 17:08:00 +0200
  • fdafe582d7 Add custom administrator titles related errors Dan 2019-09-07 17:07:14 +0200