Commit graph

  • 8e538199ea Log info when using a proxy Dan 2018-02-21 13:34:27 +0100
  • efbd052ec3 Add api_key and proxy parameter to the Client class This gives users full control on how to store and load credentials. Dan 2018-02-21 13:31:27 +0100
  • 35d5c4170c Update docs Dan 2018-02-21 12:21:10 +0100
  • a5849e9f6d Add missing notice Dan 2018-02-21 11:51:11 +0100
  • 2a9da07548 Catch FloodWaits when calling GetContacts Dan 2018-02-20 17:00:25 +0100
  • 314d19e09d
    Merge pull request #23 from 1pyxa1/add_contact Dan 2018-02-20 16:09:43 +0100
  • 5a44b93574 Accept phone numbers with and without a leading "+" Dan 2018-02-20 15:48:10 +0100
  • c5281eb963 Add ability to send messages to contacts by using their phone numbers Dan 2018-02-20 15:28:01 +0100
  • c33719be9e Call get_contacts when starting the client Dan 2018-02-20 15:06:12 +0100
  • c99bc9118b Fetch users when getting contacts Dan 2018-02-20 15:05:17 +0100
  • 3ff3f5d9f4 Rewrite add_contacts and delete_contacts Dan 2018-02-20 15:03:35 +0100
  • 2ab8fbe047 Add InputPhoneContact type Dan 2018-02-20 15:01:28 +0100
  • 7d72738153 add add_contacts, delete_contacts, get_contacts RussFP 2018-02-20 14:20:34 +0300
  • 8b7519b536
    Update README.rst Dan 2018-02-19 15:12:19 +0100
  • 027f843047 Fix deadlock in case the message doesn't contain any media Dan 2018-02-19 13:43:16 +0100
  • 282e2bb79b Add missing notice Dan 2018-02-19 13:25:44 +0100
  • 29378fcefe Merge remote-tracking branch 'origin/master' Dan 2018-02-19 13:12:43 +0100
  • 46e310722a Improve download_media Dan 2018-02-19 13:11:35 +0100
  • 02da3fe947 Handle TCP server errors Dan 2018-02-18 20:33:33 +0100
  • 15561d19d5 Add initial support for downloading media Dan 2018-02-18 18:11:33 +0100
  • d89d238d30 Fix BadMsgNotification error_code 32 Dan 2018-02-18 17:31:00 +0100
  • 3bd3d99e6a Rewrite get_file Dan 2018-02-18 15:03:33 +0100
  • 877e0985ca
    Update README.rst Dan 2018-02-17 21:52:27 +0100
  • 85e8623e46
    Update README.rst Dan 2018-02-17 16:44:54 +0100
  • aaf1b5c862 Update to v0.6.1 Dan 2018-02-17 16:29:03 +0100
  • 0b4fa8b517 Add TgCrypto installation command (as extra) Dan 2018-02-17 16:25:05 +0100
  • 74a7adcbdd Don't use logging directly Dan 2018-02-17 16:06:36 +0100
  • 5826470c77 Add TgCrypto as an extra requirement Dan 2018-02-17 16:06:22 +0100
  • b606ec44c5 Update docs Dan 2018-02-17 15:44:53 +0100
  • e3b41d0b16 Merge branch 'master' into docs Dan 2018-02-17 15:39:18 +0100
  • 69e4ebfa55 Update setup.py Dan 2018-02-17 15:37:58 +0100
  • 35da6eaf0b Merge branch 'master' of https://github.com/pyrogram/pyrogram Dan 2018-02-17 15:36:28 +0100
  • ab2f684565
    Update README.rst Dan 2018-02-17 15:35:49 +0100
  • 59815d1f83 Merge branch 'master' into docs Dan 2018-02-17 15:09:57 +0100
  • 87dcd4d313 Update warning Dan 2018-02-17 15:01:09 +0100
  • 50d56f46d2 Update TgCrypto docs Dan 2018-02-17 14:44:59 +0100
  • c47fe4190a Add missing colon Dan 2018-02-16 19:07:03 +0100
  • bf47939142 Merge branch 'tgcrypto' into docs Dan 2018-02-16 18:44:38 +0100
  • 1bf74a9c25 Merge branch 'master' into tgcrypto Dan 2018-02-16 18:42:43 +0100
  • 1db1339de8 Update to v0.6.0 Dan 2018-02-15 22:22:00 +0100
  • 121d88f767 Merge branch 'master' into docs Dan 2018-02-15 22:03:11 +0100
  • c7b800b478 Add supports_streaming field o the InputMedia.Video object Dan 2018-02-15 21:55:57 +0100
  • c2646b0360 Update version on docs Dan 2018-02-15 21:49:09 +0100
  • 54ff739c82 Update docs Dan 2018-02-15 21:28:45 +0100
  • e7cb51e056 Merge branch 'master' into docs Dan 2018-02-15 21:21:09 +0100
  • a961eb88db Update docstrings Dan 2018-02-15 21:12:42 +0100
  • ad6cfcd165 Use PingDelayDisconnect instead Dan 2018-02-15 21:06:25 +0100
  • 5e6361defc Set socket timeout to 10s Dan 2018-02-15 21:06:04 +0100
  • cb7601005b Add Emoji module docs Dan 2018-02-15 18:48:23 +0100
  • 7b73b98d78 Merge branch 'master' into docs Dan 2018-02-15 18:25:44 +0100
  • 66156431ef Add Emoji module Dan 2018-02-15 18:24:37 +0100
  • e1b2fc7043 Revamp markdown parser Dan 2018-02-15 11:24:56 +0100
  • e14a3644ba Merge branch 'master' into tgcrypto Dan 2018-02-14 17:34:21 +0100
  • 5b3e5133d8 Merge branch 'master' into docs Dan 2018-02-14 15:54:54 +0100
  • 11bf40f50b Add new parameter supports_streaming to send_video method Dan 2018-02-14 15:50:24 +0100
  • f35babc26a Fix HTML style parser not working properly. Fixes #21 Dan 2018-02-14 08:32:02 +0100
  • 55f1c66f92 Update "Update Handling" page with more examples too Dan 2018-02-13 18:13:49 +0100
  • 98db6ca161 Merge branch 'master' into docs Dan 2018-02-13 16:24:30 +0100
  • 89200f4697 Add resolve_peer docstrings Dan 2018-02-13 16:24:04 +0100
  • 78f2c9549c Modify resolve_peer to accommodate Peer* types Dan 2018-02-13 14:28:45 +0100
  • aca6fa390e Add SeqNo lock Dan 2018-02-13 14:00:03 +0100
  • 560991498d Add MsgId lock Dan 2018-02-13 13:59:29 +0100
  • c6d5fb4178 Add much more detailed set_update_handler docstring Dan 2018-02-13 13:56:09 +0100
  • df89669e04 Revert back to "set_update_handler" name Dan 2018-02-13 12:08:10 +0100
  • c1b426b16f Merge branch 'master' of https://github.com/pyrogram/pyrogram Dan 2018-02-13 09:47:04 +0100
  • 8b7f7440b2 Remove reference Dan 2018-02-12 16:39:57 +0100
  • e458e25786 Add USERNAME_OCCUPIED error (#20) 1pyxa1 2018-02-11 17:05:42 +0300
  • dc94386507 Handle pts Dan 2018-02-11 13:19:52 +0100
  • 85b573d1e5 Set NET_WORKERS to 1 Dan 2018-02-10 18:28:11 +0100
  • a6fce057c7 Pass update mentions to the event handler Dan 2018-02-10 16:30:13 +0100
  • 96f895425f Add some types Dan 2018-02-09 16:12:04 +0100
  • 84f614b771 Update style Dan 2018-02-09 04:09:16 +0100
  • f158b780aa Merge branch 'master' into tgcrypto Dan 2018-02-09 03:27:13 +0100
  • e7b51ecec8 Update generated code docstrings Dan 2018-02-09 03:17:36 +0100
  • 0e78fc20e5 Fix set_event_handler Dan 2018-02-09 03:09:18 +0100
  • b2baf09e4d Merge branch 'master' into docs Dan 2018-02-09 03:05:58 +0100
  • 0b15cb9867 Patch Layer 75 Dan 2018-02-09 03:02:27 +0100
  • a0bd47fee4 Revamp get_dialogs. Fixes #13 Dan 2018-02-09 02:57:08 +0100
  • b1064015f6 Update set_event_handler docstring Dan 2018-02-09 01:54:47 +0100
  • 9a912192f0 Add fetch_peers method Dan 2018-02-09 01:52:40 +0100
  • 0f45cacefa Update doctrings Dan 2018-02-08 22:01:14 +0100
  • 646c821706 Rename update to event Dan 2018-02-08 22:00:13 +0100
  • 07c3d96d82 Add Event Handler (for single updates) Dan 2018-02-08 21:59:08 +0100
  • bd75dc8082 Set NET_WORKERS to 2 Dan 2018-02-08 20:47:56 +0100
  • d8edfb38bf Move update handler into Client Dan 2018-02-08 20:46:47 +0100
  • 7cee6b079f Revert to fixed NET_WORKERS count Dan 2018-02-08 19:48:01 +0100
  • 5885f38245 Remove TODO Dan 2018-02-08 19:03:44 +0100
  • f36bb2678c Remove unused Dan 2018-02-08 19:02:25 +0100
  • f8688cd260 Rename worker to net_worker Dan 2018-02-08 18:56:40 +0100
  • 00631fcc33 Use a better variable name Dan 2018-02-08 17:34:00 +0100
  • 3097cadd8a Clean Dan 2018-02-08 17:23:37 +0100
  • be773352ed Add send_media_group to docs Dan 2018-02-08 17:16:02 +0100
  • 1b98729e3e Rename proxy page Dan 2018-02-08 17:04:10 +0100
  • ae2d89ca05 Fix example version Dan 2018-02-08 17:01:27 +0100
  • 27550ce937 Update folder/path Dan 2018-02-08 17:01:17 +0100
  • 7a904d8fff Revert "Add Fast Crypto (TgCrypto) docs" Dan 2018-02-08 16:48:16 +0100
  • a398249067 Add Fast Crypto (TgCrypto) docs Dan 2018-02-08 16:50:04 +0100
  • 077eb386de Rename folder Dan 2018-02-08 16:24:28 +0100
  • a2d435b25f Add filename attribute for single videos Dan 2018-02-08 16:20:19 +0100
  • ed449ece9b Add filename attribute to video files in albums (#19) 23rd 2018-02-08 18:17:23 +0300