Commit Graph

  • 07a36cfc76
    Fix Vladislav Kolesnichenko 2017-11-12 14:59:29 +0300
  • f5c5110ce2 Clean-up use_v6 usage Lonami Exo 2017-11-12 12:20:57 +0100
  • 237583ea21 Added support of ipv6 address (boolean "use_v6" parameter in TelegramClient constructor) Man197 2017-11-12 12:38:38 +0300
  • 5a57a8a498 Fix message history failing if sender fwd from channel Lonami Exo 2017-11-11 19:35:57 +0100
  • 81baced12b Support t.me/ links when resolving usernames/joinchat links Lonami Exo 2017-11-10 13:27:51 +0100
  • c4e07cff57 Fix unfinished markdown delimiters being stripped away Lonami Exo 2017-11-10 11:44:27 +0100
  • cb3f20db65 Clean up markdown parsing since tuples aren't used anymore Lonami Exo 2017-11-10 11:41:49 +0100
  • 7d75eebdab Make markdown parser use only Telegram's MessageEntity's Lonami Exo 2017-11-10 11:01:02 +0100
  • cad1e883a6 Don't save full entities unless they have access_hash Lonami Exo 2017-11-10 09:32:40 +0100
  • f65322af18 Fix entity database not using the phone on {phone: id} Lonami Exo 2017-11-07 10:15:55 +0100
  • 83af705cc8 Add more comments to the markdown parser Lonami Exo 2017-11-06 11:32:40 +0100
  • 3a2c3a9497 Fix URL regex for markdown was greedy (fix-up) Lonami Exo 2017-11-06 11:22:58 +0100
  • 07ece83aba Fix overlapping markdown entities being skipped Lonami Exo 2017-11-06 10:37:22 +0100
  • 4f80429215 Work on byte level when parsing markdown Lonami Exo 2017-11-06 10:29:32 +0100
  • e8248b4b8b Remove now unused Emoji ranges generator Lonami Exo 2017-11-06 09:36:54 +0100
  • 49eb281251 Proper offset calculation for markdown (#407) Viktor Oreshkin 2017-11-06 03:17:22 +0400
  • 5ecc976057 Proper offset calculation for markdown Viktor Oreshkin 2017-11-06 02:07:35 +0300
  • f381b26790 Add optional force_sms parameter to .send_code_request() Lonami Exo 2017-11-04 20:46:02 +0100
  • c8a0953f8e Update to v0.15.4 v0.15.4 Lonami Exo 2017-11-04 13:40:56 +0100
  • 1e35c1cfed Update to layer 72 Lonami Exo 2017-11-04 13:40:43 +0100
  • 1741608f28 Use larger batches for .get_dialogs(limit=None) Lonami Exo 2017-11-04 12:34:44 +0100
  • 0bfd8ff032 Add much faster integer factorization (#403 related to #199) Dan 2017-11-03 12:59:17 +0100
  • a19d05cd12 Make code the way I like it Lonami Exo 2017-11-03 12:58:04 +0100
  • d3febe0e8c Add faster integer factorization Dan 2017-11-03 12:52:23 +0100
  • 9a12738f0e Fix .get_message_history not working with limit=0 Lonami Exo 2017-10-31 13:52:43 +0100
  • 3d6c8915e3 Allow >100 limits when getting message history (implements #290) Lonami Exo 2017-10-31 12:48:55 +0100
  • 51a3b80976 Merge 0962b0b7db into 6c2363acd2 Rishabh Sharma 2017-10-30 10:19:52 +0000
  • 6c2363acd2
    Merge pull request #396 from LonamiWebs/md-parsing Lonami 2017-10-30 11:19:48 +0100
  • 7e204632e2 Add parse_mode parameter to TelegramClient.send_message() Lonami Exo 2017-10-30 11:17:22 +0100
  • 82cac4836c Fix markdown URL parsing using character index instead offset Lonami Exo 2017-10-30 11:15:53 +0100
  • 0a14aa1bc6 Remove additional check when calculating emojies length Lonami Exo 2017-10-30 10:56:39 +0100
  • 05f7f076d5 Fix InputPeer* with None hash, drop them off database (closes #354) Lonami Exo 2017-10-30 10:33:45 +0100
  • 5e172053da Merge remote-tracking branch 'upstream/asyncio' into asyncio Andrey Egorov 2017-10-30 00:29:46 +0300
  • 05626c8274 Implement missing .to_dict() and .stringify() on message/container Lonami Exo 2017-10-29 20:13:00 +0100
  • 6567f4b567 Clean .download_contact and a wrong indent level Lonami Exo 2017-10-29 20:10:29 +0100
  • 23b5a9d1f6 Merge branch 'master' into asyncio Lonami Exo 2017-10-29 20:08:32 +0100
  • 2609bd9bd1 Use constants and allow empty URL regex when parsing markdown Lonami Exo 2017-10-29 18:21:21 +0100
  • d47a9f83d0 Fix some special cases which are not treated as emojis (offset 1) Lonami Exo 2017-10-29 17:07:37 +0100
  • bcaa8007a3 Fix inline URL matching swallowing all parse entities Lonami Exo 2017-10-29 16:43:30 +0100
  • f5fafc6a27 Enhance emoji detection Lonami Exo 2017-10-29 16:41:30 +0100
  • 368269cb11 Add ability to parse inline URLs Lonami Exo 2017-10-29 16:33:10 +0100
  • cb2d943139 Remove forgotten points Andrey Egorov 2017-10-29 15:33:03 +0300
  • 9600a9ea0b Fix markdown parsing failing if delimiter was last character Lonami Exo 2017-10-28 19:17:18 +0200
  • 5adec2e1ab Initial attempt at parsing Markdown-like syntax Lonami Exo 2017-10-28 19:06:41 +0200
  • d72ed4619b
    Allow lint failures for now; use py35 for lint and coverage. Andrei Fokau 2017-10-28 13:38:16 +0000
  • 9274cec6f2
    Generate TL modules after installing package in development mode. Andrei Fokau 2017-10-28 12:24:29 +0000
  • 84f8f6e013
    Fix network test. Andrei Fokau 2017-10-28 13:57:58 +0200
  • 35ade37d74
    Fix fingerprint test; add a similar test for rsa lib. Andrei Fokau 2017-10-28 13:51:14 +0200
  • 55846c7ac9
    Generate tl before tests; fix coverage. Andrei Fokau 2017-10-28 11:00:35 +0000
  • 826643c699
    Don't use magic name; run own test runner. Andrei Fokau 2017-10-26 09:51:51 +0200
  • f4a5343040
    Add tox, coverage, flake8 and Travis config. Andrei Fokau 2017-10-25 17:35:32 +0000
  • 23989a1c92
    Support running tests via setup.py; install PyCrypto for testing. Andrei Fokau 2017-10-25 18:56:17 +0200
  • ef794bf75d Fix importing dependencies during installing (#384) Andrei Fokau 2017-10-28 12:21:07 +0200
  • f2b7322e43
    Fix importing dependencies during installing. Andrei Fokau 2017-10-28 10:00:33 +0000
  • 535c24dd0e Merge ffc2f45800 into e48f15be80 88ee55 2017-10-28 09:13:49 +0000
  • e48f15be80 Fix-up af08d59 (missing parenthesis) Lonami Exo 2017-10-28 11:11:51 +0200
  • 2f28050cac Fix generated __bytes__ failing with flag indicator but no flags Lonami Exo 2017-10-26 11:54:40 +0200
  • af08d59cb7 Fix bug with semicolons when downloading contacts (#319) Tanuj 2017-10-28 10:09:46 +0100
  • 6dc0ee9d6c
    Merge pull request #370 from andr-04/asyncio Lonami 2017-10-28 11:07:41 +0200
  • 39a1d5e90d Replace broken auto_replier.py with new code (#389) Tanuj 2017-10-28 10:06:34 +0100
  • 651f70262b More cleanup Lonami Exo 2017-10-28 11:05:58 +0200
  • f6cb9667d5 Update the code the way I like it Lonami Exo 2017-10-27 18:17:04 +0200
  • 38db71a83f Add new replier script Tanuj 2017-10-27 00:54:21 +0100
  • bfdf6c669a Merge a6aa968f0e into 403c7bd00a Tanuj 2017-10-26 16:24:29 +0000
  • a6aa968f0e Remove old and outdated example Tanuj 2017-10-26 17:07:39 +0100
  • 403c7bd00a Make pylint happier on print_updates example (#387) Tanuj 2017-10-26 17:03:24 +0100
  • 3ab9b61770 remove that damn comma Tanuj 2017-10-26 16:24:57 +0100
  • 25d8b22a8f merge upstream Tanuj 2017-10-26 15:38:38 +0100
  • 9273c29bf8 Make pylint happy Tanuj 2017-10-26 15:36:10 +0100
  • e6ac61c1b9 Add missing __init__.py to telethon_generator package (#382) Andrei Fokau 2017-10-25 19:48:46 +0200
  • 5c45d6ec00 Add missing __init__.py to telethon_generator package. Andrei Fokau 2017-10-25 17:16:04 +0200
  • c6d30ffceb Fix exception when logging exceptions Lonami Exo 2017-10-25 13:04:12 +0200
  • 0962b0b7db add get all participants functionality Rishabh Sharma 2017-10-25 21:52:17 +1100
  • 3db13ccdd2 Add a more descriptive error when serializing bytes Lonami Exo 2017-10-25 12:43:57 +0200
  • e427559d4c Fix username invalid error having wrong username regex Lonami Exo 2017-10-25 12:22:03 +0200
  • 9f9da6adda Remove comma (#376) Tanuj 2017-10-24 21:08:44 +0100
  • 447b13fecc Remove comma Tanuj 2017-10-24 21:06:39 +0100
  • d707fd1593 Add example script to print out all updates Tanuj 2017-10-24 20:32:31 +0100
  • 5ece335301 Fix two factor auth bug Tanuj 2017-10-24 20:26:54 +0100
  • 3a63788b52 Check for environ session name Tanuj 2017-10-24 20:22:54 +0100
  • fccd208ca2 Add example script to print out all updates Tanuj 2017-10-24 20:08:47 +0100
  • ceb37cd4c5 Move auth_key generation and InitConnection logic to .invoke() Lonami Exo 2017-10-24 15:40:51 +0200
  • b3ca68b7d9 Avoid cyclic imports caused by #348 (fix #357) Lonami Exo 2017-10-24 10:07:31 +0200
  • d58c729af0 Add missing InputPeerSelf case to .get_input_user Lonami Exo 2017-10-24 09:42:51 +0200
  • 8bd578711c Revert "no more retries" exception Lonami Exo 2017-10-23 10:05:15 +0200
  • 3a7fa249a4 Revert None result checks on the TelegramClient Lonami Exo 2017-10-22 20:30:55 +0200
  • 48ec0319d2 Merge branch 'asyncio' of LonamiWebs/Telethon into asyncio Lonami Exo 2017-10-22 20:10:25 +0200
  • ffaa3ac064 Remove unused timeout variable from the TelegramClient Lonami Exo 2017-10-22 19:47:24 +0200
  • 30ac6789ce Change _set_connected_and_authorized condition Lonami Exo 2017-10-22 19:27:49 +0200
  • 1a0d5e75bf Make use of more constants in the TcpClient Lonami Exo 2017-10-22 19:13:45 +0200
  • 780e0ceddf Update handlers works; it also seems stable Andrey Egorov 2017-10-22 15:06:36 +0300
  • 1f1e040af9 Fix setup.py if/elif/else chain Lonami Exo 2017-10-22 13:57:02 +0200
  • b04eed82eb Add new .idle() method to listen for updates from MainThread Lonami Exo 2017-10-22 13:15:52 +0200
  • 8057cea294 Fix resending requests on bad salt/msg notification (#369) Andrey Egorov 2017-10-22 14:13:49 +0300
  • e8ae174039 Document container_msg_id Lonami Exo 2017-10-22 13:11:05 +0200
  • 5de8350d85 Reorder another import for #357 Lonami Exo 2017-10-22 11:23:15 +0200
  • 5f0faee013 Attempt at fixing redundant import from ee01724 (#357) Lonami Exo 2017-10-22 11:12:42 +0200
  • 1f614f3961 container_msg_id add Andrey Egorov 2017-10-22 04:12:32 +0300
  • b98b68bf34 Update mtproto_sender.py Andrey Egorov 2017-10-22 04:09:56 +0300
  • a2e5d3f173 Fix: Resend requests on BadServerSalt and BadMsgNotification Andrey Egorov 2017-10-22 04:07:13 +0300