Commit Graph

  • d64337bf90 Implement Intermediate protocol using asyncio Dan 2018-06-11 12:25:30 +0200
  • ead0b4f029 Use more relevant names for Connection fields Dan 2018-06-10 16:15:19 +0200
  • 6ab60c0d36 Add type hint Dan 2018-06-10 16:14:42 +0200
  • dc322ddf1a Expose TCP class Dan 2018-06-10 16:14:30 +0200
  • 7a6d7d0037 Implement async TCP protocol Dan 2018-06-09 19:36:23 +0200
  • de39c181ef Start refactoring Connection to accommodate asyncio Dan 2018-06-08 13:10:07 +0200
  • 8e2aec4d3a Show TOS on sign-ins Dan 2018-06-07 12:54:23 +0200
  • 244b4f15ce Remove duplicate parameter Dan 2018-06-07 10:54:45 +0200
  • c8bcdf30d7 Update docs Dan 2018-06-07 10:54:19 +0200
  • 682a3ae948 Dispatch inline bot callback queries Dan 2018-06-06 12:29:21 +0200
  • 6238f984b4 Add dedicated parse function for inline callback queries Dan 2018-06-06 12:29:05 +0200
  • e3bd7d57a2 Remove TODO Dan 2018-06-06 12:28:36 +0200
  • 656e5036c1 Fix callback query id not being a string Dan 2018-06-06 12:28:25 +0200
  • 901b151718 Fix wrong line separator Dan 2018-06-05 17:08:05 +0200
  • 64ff6fa07b Add the old Makefile Dan 2018-06-05 16:59:17 +0200
  • ea08a2af6a Rename and rework Usage docs page Dan 2018-06-05 16:38:12 +0200
  • 2a79243841 Rename and rework Setup docs page Dan 2018-06-05 16:37:57 +0200
  • 95e16c2e6c Rename and rework Installation docs page Dan 2018-06-05 16:36:37 +0200
  • f5159e3dc0 Update docs index Dan 2018-06-05 16:35:54 +0200
  • 6d7de359f0 Add a link to available methods in docs Dan 2018-06-05 16:28:14 +0200
  • 4a69e5c64b Don't add undocumented stuff in ChatAction doc page Dan 2018-06-05 16:27:48 +0200
  • dafbe31a60 Add chat administration methods to docs Dan 2018-06-04 12:21:58 +0200
  • 0b2efd2b7a Register the new chat administration methods Dan 2018-06-04 12:21:48 +0200
  • 5bf912640f Add promote_chat_member.py Dan 2018-06-04 12:21:14 +0200
  • f611a92f90 Add restrict_chat_member.py Dan 2018-06-04 12:21:02 +0200
  • ea282a74dd Add unban_chat_member.py Dan 2018-06-04 12:20:41 +0200
  • 0f9b4c6ac6 Add kick_chat_member.py Dan 2018-06-04 12:07:42 +0200
  • c88ca2e4f5 Add namespaces when printing Object types Dan 2018-06-04 11:58:22 +0200
  • c22cf3d89a Add custom Makefile to be used with local venv Dan 2018-06-04 11:41:43 +0200
  • bbfc533417 Add DisconnectHandler to docs Dan 2018-06-04 11:40:54 +0200
  • 62d4b2aeee Allow defining case sensitive commands with Filters.command Dan 2018-06-04 11:35:38 +0200
  • 2125415f8f Allow empty and multi-character prefixes in Filters.command Dan 2018-06-04 10:13:11 +0200
  • 36a1015ec9 Hide _client when printing pyrogram object Dan 2018-06-04 09:11:58 +0200
  • 7e5dcb9f60 Update API scheme to Layer 79 Dan 2018-06-03 20:10:57 +0200
  • d67dfd39da Update system messages TL scheme Dan 2018-06-03 18:07:04 +0200
  • b3ffa1e86c Update auth key generation TL scheme Dan 2018-06-03 18:04:16 +0200
  • 745049bda3 Protect client by renaming the property to _client Dan 2018-06-03 17:54:57 +0200
  • 7752aef338 Add delete convenience method to Message objects Dan 2018-06-03 17:50:24 +0200
  • e94520b7bc Fix reply_text docstrings and add the Example section Dan 2018-06-03 17:40:59 +0200
  • 131d792bad Add forward convenience method to Message objects Dan 2018-06-03 17:40:28 +0200
  • 29dcdbdc92 Add reply_text convenience method to Message objects Dan 2018-06-03 17:14:15 +0200
  • 91cf103783 Remove a bunch of useless TODOs Dan 2018-06-02 20:52:46 +0200
  • dc7fe93aeb Clean up code Dan 2018-06-02 20:52:16 +0200
  • b4a2490da2 Use getpass instead of input Dan 2018-06-01 19:27:05 +0200
  • dacc0173f1 Document on_disconnect Dan 2018-05-31 13:15:47 +0200
  • 118cd04a73 Document DisconnectHandler Dan 2018-05-31 13:13:38 +0200
  • 0dc5ecf28c Revert "Make send_message recognise the Empty parse mode" Dan 2018-05-31 13:03:28 +0200
  • 73c101b49d Revert "Add Empty parse mode" Dan 2018-05-31 13:03:20 +0200
  • cc2c3509be Add TCPIntermediateO to Connection modes Dan 2018-05-30 19:29:45 +0200
  • 98ebad3428 Add TCP Intermediate obfuscated protocol Dan 2018-05-30 19:29:03 +0200
  • 55010e4f1f Add TCPAbridgedO to Connection modes Dan 2018-05-29 12:20:42 +0200
  • 0866dfa1dd Make TCPAbridgedO importable Dan 2018-05-28 19:58:36 +0200
  • 78aa7aea2a Add TCP Abridged obfuscated protocol Dan 2018-05-28 19:57:57 +0200
  • e1e6e4bd70 Make send_message recognise the Empty parse mode Dan 2018-05-27 20:24:42 +0200
  • d8dbcb5b4e Add Empty parse mode Dan 2018-05-27 20:16:30 +0200
  • 93218a6ed7 Remove handlers lock Dan 2018-05-26 18:04:17 +0200
  • b04bce9dba Lower connection retries to 3 Dan 2018-05-25 14:26:01 +0200
  • 81d3d5956c Don't try to indefinitely reconnect at Connection layer Dan 2018-05-25 12:37:03 +0200
  • 00b983ccc3 Fix proxy not being correctly updated Dan 2018-05-25 11:52:40 +0200
  • 65c209000c Connection refactoring Dan 2018-05-24 21:19:57 +0200
  • 9001ccd11f Add DisconnectHandler Dan 2018-05-23 14:27:17 +0200
  • 8a5743ef0c Allow FloodWait to be raised in case of non-interactive sign-ins Dan 2018-05-22 16:16:28 +0200
  • 49414799e2 Update dev version Dan 2018-05-21 13:59:31 +0200
  • b451ced0fe Revert back to previous tgcrypto function names Dan 2018-05-21 09:27:56 +0200
  • 28310cb0a7 Add GIFs to media filter Dan 2018-05-20 14:03:16 +0200
  • 43526876a4 Split handlers in files Dan 2018-05-20 12:53:00 +0200
  • 5b300ef83c Fix some GIF not having video attributes Dan 2018-05-20 12:45:37 +0200
  • 1cd7e28b50 Rename TCP protocol impl files Dan 2018-05-19 15:50:10 +0200
  • c5911a6f6b Reorganize AES module Dan 2018-05-19 15:36:38 +0200
  • f0c801be8c Rename AES class methods and add ctr256_encrypt Dan 2018-05-18 14:15:35 +0200
  • c531e6d146 Rename protocol impl files Dan 2018-05-18 13:47:47 +0200
  • f69da98c99 Remove TODO Dan 2018-05-17 16:49:35 +0200
  • 5f414626ef Refactor tcp_intermediate Dan 2018-05-16 21:14:05 +0200
  • 64fe9163d2 Refactor tcp_abridged Dan 2018-05-15 19:17:22 +0200
  • 963c4e9a7a Update develop version Dan 2018-05-14 00:52:26 +0200
  • 3d74941bed Add slots Dan 2018-05-14 00:48:53 +0200
  • 0955826b6c Change sig and parent class init call Dan 2018-05-14 00:48:18 +0200
  • 33207c2138 Lazily compute html and markdown styled texts Dan 2018-05-14 00:02:58 +0200
  • 2398de716c Update to v0.7.4 v0.7.4 Dan 2018-05-13 09:40:34 +0200
  • 31cfeaa68b Allow downloading GIFs Dan 2018-05-13 08:37:31 +0200
  • 5dff2fe604 Fix get_history in chats with less than 100 messages Dan 2018-05-12 15:36:47 +0200
  • ad36e1e0d1 Update version in docs Dan 2018-05-12 14:16:36 +0200
  • ea5853af18 Update TextFormatting.rst Dan 2018-05-12 14:15:16 +0200
  • 0367c765e2 Document get_chat Dan 2018-05-12 11:33:14 +0200
  • d2713cb234 Document get_contacts Dan 2018-05-12 11:31:09 +0200
  • 4e383c68d4 Fix typo Dan 2018-05-12 11:22:38 +0200
  • b9156453da Fix docstring for argument being optional Dan 2018-05-12 11:21:02 +0200
  • 24fd8ad1cf Remove Update type from docs Dan 2018-05-12 11:19:13 +0200
  • 52c49378a5 Add Messages to docs Dan 2018-05-12 11:18:00 +0200
  • e081637f37 Remove pyrogram types IDs from docs Dan 2018-05-12 11:17:51 +0200
  • 42e8e1f9b5 Remove emoji from docs, for now Dan 2018-05-12 11:14:39 +0200
  • afffd5b4af Allow entities to span in multiple lines Dan 2018-05-12 10:51:24 +0200
  • 0578cf6edc Update get_history.py example Dan 2018-05-11 18:00:26 +0200
  • ef93fee7aa Add new Messages object and make get_history return it Dan 2018-05-11 18:00:16 +0200
  • f7aca803b1 Hint about text.markdown in docstrings Dan 2018-05-11 16:03:25 +0200
  • 34d7749dbf Add html attribute to message.text Dan 2018-05-11 13:38:12 +0200
  • c0f61fd40c Add html unparse Dan 2018-05-11 13:37:49 +0200
  • 6b549ef077 Update to 0.7.4b1 Dan 2018-05-11 13:16:42 +0200
  • 6c5ab7ed8a Add possibility to choose a config file path Dan 2018-05-11 13:10:49 +0200
  • 9e4c53f948 Merge branch 'xates-choose-config-file' into develop Dan 2018-05-11 12:51:24 +0200