Commit Graph

  • 0c76774283 Reformat code Dan 2018-11-02 10:26:59 +0100
  • 27d10b04c0 Update dev version Dan 2018-11-02 10:23:41 +0100
  • 2e53129c0c Merge branch 'develop' into asyncio Dan 2018-10-28 19:53:45 +0100
  • 529ef143f0 Remove debugging piece of code Dan 2018-10-28 19:52:54 +0100
  • 229b8df9cd Fix bad behaviours of get_messages Dan 2018-10-28 17:44:24 +0100
  • 005c24e4bd Update get_messages docstrings Dan 2018-10-28 17:24:37 +0100
  • 6cf6d49634 Update utils to accommodate changes on get_messages Dan 2018-10-28 17:24:05 +0100
  • daee188fa5 Update get_messages to accept the new reply_to_message_ids argument Dan 2018-10-28 17:23:30 +0100
  • 39636f2843 Update get_messages signature Dan 2018-10-28 17:18:00 +0100
  • 4fd93a790f Small fixes and rewords Dan 2018-10-28 15:27:49 +0100
  • 0a946033c3 Move optional field down after required fields Dan 2018-10-28 15:27:20 +0100
  • 11b7c3b52a Remove unused game field from Message Dan 2018-10-28 15:26:46 +0100
  • c9462911cf Fix Filters.command ignoring commands with empty prefixes Dan 2018-10-25 14:47:18 +0200
  • aa471f2fbd Merge branch 'develop' into asyncio Dan 2018-10-23 16:04:16 +0200
  • 74d07c6a28
    Use strict dependency versions Dan 2018-10-23 15:55:35 +0200
  • 6ade4030b2 Merge branch 'develop' into asyncio Dan 2018-10-23 15:50:15 +0200
  • 99bdaae365 Allow nested folders for smart plugins Dan 2018-10-23 15:43:49 +0200
  • 9e3cf9edf7 Use "with" context manager in examples Dan 2018-10-22 20:23:50 +0200
  • 66bcc7cde4 Merge branch 'develop' into asyncio Dan 2018-10-21 15:56:02 +0200
  • 7d4dfa6d12 Merge branch 'delete-kicked-message' into develop Dan 2018-10-21 09:51:12 +0200
  • 361efb5889 Merge remote-tracking branch 'origin/add-filesize-limit-error' into add-filesize-limit-error Alexandr 2018-10-21 14:44:55 +0700
  • a0780d793d Apply code review suggestions Dan 2018-10-21 14:41:30 +0700
  • bc08ba86d9 Update emojis Dan 2018-10-21 09:43:57 +0200
  • 2febb53d72 Update SmartPlugins.rst page Dan 2018-10-21 09:43:35 +0200
  • 35e3471961 The restriction_reason field is not always available Dan 2018-10-21 09:43:22 +0200
  • 1fe46610cd Make plugins disabled by default Users need to explicitly set plugins_dir parameter Dan 2018-10-21 09:42:22 +0200
  • fa5759b07b
    Thanks, that really looks better Dan 2018-10-21 14:41:30 +0700
  • b12c87f50a Make kick_chat_member return the "user kicked" message Dan 2018-10-21 09:40:49 +0200
  • ee47c21eed Add file size limit error Alexandr 2018-10-19 23:39:29 +0700
  • 3f0a355f7e Further optimize and simplify the Dispatcher Dan 2018-10-19 11:54:27 +0200
  • 09e0345868 Small dispatcher clean ups Dan 2018-10-18 21:18:22 +0200
  • 077e7c00d5 Rename Plugins.rst to SmartPlugins.rst Dan 2018-10-18 13:04:57 +0200
  • 89362ef684 Tiny fix to reflect other docstrings Dan 2018-10-18 11:48:55 +0200
  • ae06635d88 Update Plugins.rst Dan 2018-10-18 11:47:04 +0200
  • e88972a8f6 Add restriction_reason to User and Chat types. Closes #144 Dan 2018-10-18 11:10:37 +0200
  • 38ff950d01 Remove useless #noinspection Dan 2018-10-17 21:00:14 +0200
  • 426cdbbcb8 Don't make use of Update objects when dispatching updates The Update type is used nowhere, adds costly abstraction and makes the code uglier. If I ever need it again (unlikely) I can just revert this. Dan 2018-10-17 20:59:33 +0200
  • a315c30336 Optimize dispatcher.py code Dan 2018-10-17 20:37:53 +0200
  • d580a78787 Update Installation page Hint about asyncio Dan 2018-10-17 01:07:33 +0200
  • 5d4e4a4842 Add "fast" keyword as extra requirement To be used instead of "tgcrypto" Dan 2018-10-17 01:02:33 +0200
  • 09605478ef Merge remote-tracking branch 'origin/develop' into develop Dan 2018-10-16 15:25:14 +0200
  • 41180fd22a Update max caption length Dan 2018-10-16 15:24:54 +0200
  • 9a47370260
    Update README.rst Dan 2018-10-16 15:13:30 +0200
  • 3d8a386e25 Merge branch 'develop' into asyncio Dan 2018-10-16 12:58:22 +0200
  • c8604e8e2c Update on_user_status decorator Dan 2018-10-16 12:58:11 +0200
  • 418eb0b01a Fix asyncio dispatcher Dan 2018-10-16 12:38:50 +0200
  • f45e3377a9 Merge branch 'develop' into asyncio Dan 2018-10-16 12:20:46 +0200
  • 2ae1d522f3 Add on_user_status decorator to docs Dan 2018-10-16 12:17:39 +0200
  • a163c2b4e9 Add UserStatusHandler in docs Dan 2018-10-16 12:16:40 +0200
  • b34aca0c6f Fix wrong method names in docs Dan 2018-10-16 12:15:31 +0200
  • 9e159a3f50 Merge branch 'plugins' into develop Dan 2018-10-16 12:12:21 +0200
  • 8a81bd1221 Merge branch 'user-status' into develop Dan 2018-10-16 12:07:53 +0200
  • c7a38655c4 Merge branch 'update-profile-photo' into develop Dan 2018-10-16 11:59:17 +0200
  • cc7db735b0
    Merge pull request #137 from pyrogram/multiple-command-prefixes Dan 2018-10-16 11:53:59 +0200
  • 841141077f Add better examples to Filters.command Dan 2018-10-16 11:53:05 +0200
  • 1f5f339f6f Reflect changes to docs Dan 2018-10-16 11:49:12 +0200
  • 22998af784 Fix docstrings Dan 2018-10-16 11:45:39 +0200
  • 29201674ef Rename delete_profile_photos to delete_user_profile_photos For consistency with other method names Dan 2018-10-16 11:45:20 +0200
  • 8fc5b8a545 Rename set_profile_photo to set_user_profile_photo Dan 2018-10-16 11:43:54 +0200
  • c94c79edac Implement InlineQueryResultCachedAudio Dan 2018-10-16 11:34:44 +0200
  • 797a0df087 Implement InlineQueryResultPhoto Dan 2018-10-15 15:04:49 +0200
  • c8fc995c83 No need to inherit from Object Dan 2018-10-15 14:31:16 +0200
  • 0a057cc233 Expose new types and methods Dan 2018-10-15 14:30:12 +0200
  • 350265aaae Add answer_inline_query method Dan 2018-10-15 14:29:58 +0200
  • c5cedd880d Allow Markdown and HTML styles to work on an empty dict. For inline results. User mentions are disabled this way Dan 2018-10-15 14:29:23 +0200
  • e59d07af1e Add missing InlineQueryResultArticle Dan 2018-10-15 14:28:11 +0200
  • 59c3aa0589 Inject reply_markup Dan 2018-10-15 14:25:02 +0200
  • d6c0e61456 Add InputTextMessageContent type Dan 2018-10-15 14:24:33 +0200
  • dd642f5b9d Add scraped inline query results Dan 2018-10-15 11:34:27 +0200
  • 93018a7f6c Add set_profile_photo method Dan 2018-10-15 11:03:07 +0200
  • c37dcb07cf Add parse_inline_query util method Dan 2018-10-15 10:50:17 +0200
  • a9fe0fffc6 Add InlineQuery type Dan 2018-10-15 10:48:07 +0200
  • 5b17376801 Enable dispatching of user status updates Dan 2018-10-15 10:18:22 +0200
  • d567b878b1 Expose UserStatusHandler and on_user_status Dan 2018-10-15 10:17:00 +0200
  • 2eae08aaa6 Add on_user_status decorator Dan 2018-10-15 10:16:19 +0200
  • ff9be53a95 Add UserStatusHandler class Dan 2018-10-15 10:14:40 +0200
  • 471b5c3334 Add user_status field to Update class Dan 2018-10-15 10:10:49 +0200
  • 4b04910197 Add user_id field to UserStatus Dan 2018-10-15 10:08:56 +0200
  • 79a9ddfab5 Some more changed in order to enhance UserStatus API design Dan 2018-10-15 10:07:46 +0200
  • b2b599e211 Rework user status parsing to also accommodate user_status updates Dan 2018-10-15 09:47:47 +0200
  • 86e4fc4e62 Rename last_seen field to status in User class Also add docstrings for status Dan 2018-10-15 09:20:13 +0200
  • 7ff4c340f7 Add UserStatus to docs Dan 2018-10-14 18:00:41 +0200
  • b00604dbc9 Move date field Dan 2018-10-14 18:00:31 +0200
  • 2d65eb3dc7 Add UserStatus docstrings Dan 2018-10-14 17:56:51 +0200
  • c9ce188bbe Remove "bot" property from UserStatus Dan 2018-10-14 17:56:10 +0200
  • 69c1532eae Rename LastSeen to UserStatus It will make more sense later on when I add UserStatus updates handler. Dan 2018-10-14 17:17:50 +0200
  • 7b369a73bb Add parse_last_seen util method Dan 2018-10-14 17:11:27 +0200
  • d2f47d7e59 Add last_seen field to User parse_last_seen Dan 2018-10-14 17:11:01 +0200
  • 465dcac630 Create LastSeen class Dan 2018-10-14 17:08:49 +0200
  • b79df81f14 Allow specifying more than one prefix in Filters.command Dan 2018-10-14 14:24:53 +0200
  • aa15350a2d Merge branch 'develop' into plugins Dan 2018-10-14 12:28:09 +0200
  • 474388d8a4 Small improvements on UpdateHandling.rst Dan 2018-10-14 12:28:00 +0200
  • c744bba60f Add clearer details Dan 2018-10-14 12:02:48 +0200
  • d03f04a560 Add more and clearer examples in the Usage.rst page Dan 2018-10-14 11:59:33 +0200
  • 3659ea82fb Small fixes to the Setup.rst page Dan 2018-10-14 11:58:23 +0200
  • a3272d28d4 Update installation.rst Dan 2018-10-14 11:47:30 +0200
  • f063726d93 Update index.rst Dan 2018-10-14 11:46:44 +0200
  • 317f584a2a Yet another badge style change Dan 2018-10-14 11:14:10 +0200
  • d576cdffb3 Fix reported schema layer Dan 2018-10-14 10:48:39 +0200
  • d5097f0b39 Change badge style and rename scheme to schema Dan 2018-10-14 10:48:17 +0200