Commit Graph

  • b4cdf1900c Call shlex.split() only after validating cmd, try/except it. Mendel E 2019-07-29 20:41:37 -0400
  • 0f9029202e Merge develop -> asyncio Dan 2019-07-30 00:06:06 +0200
  • 584a6a046a Use shlex.split() for message.command Mendel E 2019-07-29 07:01:51 -0400
  • 02451ffeb5 Try/except handler.check() Mendel E 2019-07-29 07:31:07 -0400
  • d875298937 Fix forward copies having "None" as caption in case of no caption at all Dan 2019-07-29 12:16:00 +0200
  • 8cdcf90b10 Enhance Parser when dealing with leading and trailing whitespaces Dan 2019-07-28 15:11:18 +0200
  • e1c6e6ecc1 Better handling of non-string message texts Now everything will be allowed and automatically casted to string. This means that send_message(id, True) would send "True", literally. Dan 2019-07-28 10:13:38 +0200
  • bed13de413 Fix ChatPreview objects failing to parse This happened because Telegram changed the preview photo type from ChatPhoto to Photo. The reason behind this change was due to ChatPhoto requiring now a peer id to be downloaded, which is not available in case of chat previews. Dan 2019-07-28 09:47:11 +0200
  • 11ea15aa08 Fix yet another compatibility issue with Path objects and Python 3.5 Dan 2019-07-28 09:32:35 +0200
  • 87bbd764b9 Add better summary for get_messages Dan 2019-07-28 08:54:18 +0200
  • 7b9a38a2ba Fix indentation and docstrings due to bad PR Dan 2019-07-28 08:16:41 +0200
  • 881f5ab783 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-07-28 08:06:34 +0200
  • 2dec2442e5 Add examples to all available methods Dan 2019-07-25 11:22:14 +0200
  • fe2ccc6036 Clean up Message docstrings Dan 2019-07-25 11:18:11 +0200
  • 8f56610c2c Add examples to utility methods Dan 2019-07-25 11:17:28 +0200
  • 72b7a53ff5 Log to warning only in the last attempt Dan 2019-07-25 11:15:56 +0200
  • 0302a27b7e Update FAQs Dan 2019-07-25 11:15:14 +0200
  • b2886c21ca Clarify get_messages error messages Dan 2019-07-25 10:48:36 +0200
  • 0b66cf2cb9
    Merge pull request #279 from kalmengr/patch-5 Dan 2019-07-22 14:22:02 +0200
  • a320088fee
    Fix Message.retract_vote style Dan 2019-07-22 14:21:42 +0200
  • 810df3f476
    Merge pull request #278 from kalmengr/patch-4 Dan 2019-07-22 14:17:11 +0200
  • 948bba7a08
    Add missing return type Dan 2019-07-22 14:16:43 +0200
  • 776557f60b Refactor regex filter Dan 2019-07-22 13:31:50 +0200
  • af1bb3b0a7 Fix command filter relying on a previous command state Dan 2019-07-22 13:31:03 +0200
  • f0c1cb00ca Rework InlineQueryResultArticle. Also add *Photo and *Animation types Dan 2019-07-21 23:18:38 +0200
  • 4274ef9639 Add abstract method InputMessageContent.write Dan 2019-07-21 23:10:57 +0200
  • c0e9b98cab Add is_gallery parameter to answer_inline_query and InlineQuery.answer Dan 2019-07-21 23:10:23 +0200
  • 090675434e Add new RPCErrors Dan 2019-07-21 23:09:02 +0200
  • 036a73997a Add new methods: add_chat_members, create_* and delete_* chats - add_chat_members - create_group - create_channel - create_supergroup - delete_channel - delete_supergroup Dan 2019-07-21 23:08:30 +0200
  • 184f851625 Fix idle() and run() breaking after latest changes Dan 2019-07-21 02:22:46 +0200
  • 6459ce0a07 Fix lots of bound methods breaking due to latest changes on parse_mode Addresses #287 Dan 2019-07-21 01:03:19 +0200
  • 62a39521d9 Allow send_media_group send media from URLs Dan 2019-07-19 13:40:12 +0200
  • f2b3db47a9 Add "bot" chat type into Filters.private. Bots are still 1-to-1 private chats Dan 2019-07-16 07:41:11 +0200
  • 85c2130875
    Update .gitignore with vscode and alternate docs build dir MrNaif2018 2019-07-15 16:56:59 +0300
  • bb1470e57f
    Add section to docs about scheduling MrNaif2018 2019-07-15 15:37:18 +0300
  • c30e8f9c55 Don't start the client in case run() is called with a coroutine as arg Dan 2019-07-15 01:26:29 +0200
  • 4d324abbb5 Don't automatically install uvloop. Let people do that People are reporting uvloop would crash with weird core-dumped errors when using other asyncio libs, such as aiohttp. Plus, this was a bad idea and people should install uvloop themselves before running their codes. Dan 2019-07-15 00:54:35 +0200
  • 9940dd678f Replace ensure_future usages to create_task Dan 2019-07-15 00:51:32 +0200
  • 52902d4d43 bug fix Elliot Manson 2019-07-14 22:23:23 +0400
  • 50d62259a8 start by steps Elliot Manson 2019-07-14 13:28:49 +0400
  • 449f318e6d
    Add retract_vote bound method to Message kalmengr 2019-07-12 18:29:35 -0400
  • ba47488142
    Update message.py kalmengr 2019-07-12 12:13:14 -0400
  • 2095f9fb5e
    Add bound method vote to Message kalmengr 2019-07-12 12:05:19 -0400
  • 385ab22b68 Rework Client.idle() idle() is now static and doesn't stop the client anymore Dan 2019-07-11 19:59:56 +0200
  • fed8cbf87e Add new set_parse_mode utility method Dan 2019-07-11 19:28:33 +0200
  • e1197e066e Use a better name for the special plugin attribute when decorating funcs Dan 2019-07-11 17:14:38 +0200
  • 5fe8fba3df Fix smart plugins load/unload documentation Dan 2019-07-11 17:13:43 +0200
  • 8b4c326365 Add missing bound methods to docs Dan 2019-07-11 17:13:20 +0200
  • 5599182fd1 Fix Chat.join The bound method will only be able to make users join public chats that have set a username. Dan 2019-07-11 14:42:18 +0200
  • 3c4a8f0da4
    Merge pull request #275 from kalmengr/patch-2 Dan 2019-07-11 14:29:54 +0200
  • efe564064b
    Update chat.py Dan 2019-07-11 14:29:41 +0200
  • f7ba7bfd3a Update dev version Dan 2019-07-11 04:21:02 +0200
  • d5f31a8473 Update asyncio-dev version Dan 2019-07-11 04:20:23 +0200
  • d441f16879 Merge develop -> asyncio Dan 2019-07-11 04:17:46 +0200
  • 7c704bbb6a Make the text parser log warnings instead of raising exceptions Dan 2019-07-11 04:14:14 +0200
  • 2f07e7abc4 Rework user.status, add last_online_date and next_offline_date Dan 2019-07-11 01:35:02 +0200
  • f9ea45f987 Fix restrict_chat and restrict_chat_member combined permissions Dan 2019-07-11 01:32:18 +0200
  • 997a3c1626 Remove UserStatus (user_status.py) Dan 2019-07-11 00:12:27 +0200
  • 52b0988af4 Clarify default value of supports_streaming parameter (send_video) Dan 2019-07-10 22:04:57 +0200
  • d119998212 Remove get_user_dc method, add dc_id attribute to User Dan 2019-07-10 20:20:22 +0200
  • e41d21ba29 Add "md" to possible parse modes for Markdown style Dan 2019-07-10 20:03:10 +0200
  • be8d1068c0
    Add join and leave methods to Chat object kalmengr 2019-07-10 10:39:07 -0400
  • 6a62d1b8c4 Fix tiny typo: contact -> contacts Dan 2019-07-09 23:51:43 +0200
  • 3a0d67bf0a Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop Dan 2019-07-09 23:49:49 +0200
  • eff2285f00
    Merge pull request #274 from kalmengr/patch-1 Dan 2019-07-09 23:40:26 +0200
  • 92d47f17f3
    Add new blank lines for clarity and for fixing rst Dan 2019-07-09 23:39:48 +0200
  • 856870c195
    Add bound methods block and unblock to User object kalmengr 2019-07-09 17:33:41 -0400
  • 674e1996ca Add STICKERSET_INVALID error Dan 2019-07-09 20:06:19 +0200
  • e039c1fb80 Update Client.idle() docstrings to make summary clearer Dan 2019-07-09 20:03:03 +0200
  • 448a65bb6d Fix some cross references Dan 2019-07-09 20:02:51 +0200
  • b352ef334e Fix Pyrogram's API template path Dan 2019-07-09 19:10:11 +0200
  • ed2e7dfb66 Fix cleaning generated exceptions Dan 2019-07-09 19:09:35 +0200
  • efcf7d5503 Move single methods, types and bound-methods to separated pages The resulting pages were huge and were also taking a while to load This will improve docs navigation Dan 2019-07-09 19:03:46 +0200
  • ee2d5b1315 Fix RPCError raising an error itself because of non-optional args Dan 2019-07-09 19:03:37 +0200
  • 82efc9a154 Small documentation fix Dan 2019-07-09 19:03:15 +0200
  • 13d6ce1495 Update DC IPs Dan 2019-07-09 19:02:54 +0200
  • 485877daa3 Update API schema to Layer 103 Dan 2019-07-05 12:06:25 +0200
  • 2769f5219d Merge develop -> asyncio Dan 2019-07-04 21:02:33 +0200
  • 303d0318c8 Merge remote-tracking branch 'origin/develop' into develop Dan 2019-07-04 21:00:36 +0200
  • bdd554575a Fix export_chat_invite_link not working for bots on channels/supergroups Telegram still hasn't enabled this for bots... Closes Dan 2019-07-04 21:00:22 +0200
  • ee1f6e2c9f Fix errors and warnings when using Pyrogram async with Python <3.5.3 Dan 2019-07-04 12:57:07 +0200
  • 9059bab4d0
    Merge pull request #268 from mendelmaleh/develop Dan 2019-07-03 20:40:36 +0200
  • b4a8763452 Message: media = None if WebPage is empty Mendel E 2019-07-03 10:59:11 -0400
  • f7bfd5597e Make optional values italics Mendel E 2019-07-03 09:27:06 -0400
  • dfffa9510a Add more types in WebPage docs Mendel E 2019-07-02 21:04:08 -0400
  • d363a18e84 Initial docs for WebPage Mendel E 2019-07-02 10:46:08 -0400
  • 9687ef2820 flake8 errors Mendel E 2019-07-02 10:00:03 -0400
  • 17a2589891 Add message.web_page attributes Mendel E 2019-07-01 01:28:29 -0400
  • ac4714c0dd Merge develop -> asyncio Dan 2019-07-02 00:05:51 +0200
  • 18b581fb45 Update Pyrogram to v0.15.1 v0.15.1 Dan 2019-07-02 00:03:14 +0200
  • be3947e20b Fix some methods not working correctly with the new Text Parser Dan 2019-07-02 00:00:59 +0200
  • b20e0ef2d2 Merge branch 'develop' into asyncio Dan 2019-07-01 14:49:47 +0200
  • 3f2f40af02 Update docs index example Dan 2019-07-01 14:46:33 +0200
  • 7a1d6002a9 Update robots.txt Dan 2019-07-01 14:29:02 +0200
  • 544cddfd1c Update Pyrogram to v0.15.0 Dan 2019-07-01 13:44:16 +0200
  • 992ef7bf52 Fix sphinx warnings Dan 2019-07-01 13:37:12 +0200
  • 414e42a3cc Update README.md example Dan 2019-07-01 13:32:14 +0200
  • 46a03a2000 Log the invalid values when raising errors Dan 2019-07-01 13:17:16 +0200
  • 8e9f61148f Merge remote-tracking branch 'origin/develop' into asyncio Dan 2019-07-01 12:30:34 +0200
  • 6c80064f2c Enable custom format for User mentions Dan 2019-06-30 21:10:28 +0200