Commit Graph

  • 56c5e19184 Add set_proxy() to change proxy, without reestablishing client. Serhii Dylda 2020-11-13 03:18:04 +0100
  • ab9035acd2 Make large dates wrap around Lonami Exo 2020-11-12 15:24:33 +0100
  • 96a535fe4a
    Merge replace PySocks with python-socks for Python >= 3.6 (#1627) Lonami 2020-11-10 11:18:00 +0100
  • 59da53ec48 Fix typing once again Serhii Dylda 2020-11-09 20:22:22 +0100
  • a68800b3f0 Remove unnecessary if clause Serhii Dylda 2020-11-09 20:09:08 +0100
  • 38d8a54cc1 Fix protocol typing for python-socks. Serhii Dylda 2020-11-09 20:05:09 +0100
  • 633986cfa6 Replace PySocks with python-socks for Python >= 3.6 See discussion at (https://github.com/LonamiWebs/Telethon/pull/1623) Serhii Dylda 2020-11-09 19:59:54 +0100
  • e3a3ee6f56 Merge remote-tracking branch 'origin/master' Serhii Dylda 2020-11-08 22:57:13 +0100
  • 32f60ac28a Add warning in docs about discouraging of using tuple proxies. Serhii Dylda 2020-11-08 22:56:56 +0100
  • 1430148b93
    Update readthedocs/basic/signing-in.rst vegeta1k95 2020-11-08 22:21:44 +0100
  • aac86706cb Replaced usage of _rle_decode, _rle_encode, _decode_telegram_base64 and _encode_telegram_base64 with tg_file_api.utils version. luckydonald 2020-11-08 21:29:48 +0100
  • 2462bdc394 Remove _rle_decode, _rle_encode, _decode_telegram_base64 and _encode_telegram_base64. Those will be available via tg_file_api.utils, if needed. luckydonald 2020-11-08 21:14:27 +0100
  • 5f42bb66bb Clean away that comment. luckydonald 2020-11-08 21:13:09 +0100
  • 795e5c7854 Change signature of _parse_proxy() to maintain backwards compatibility with PySocks format. Serhii Dylda 2020-11-08 16:12:07 +0100
  • e3a57ada61 Multiline that isinstance check. luckydonald 2020-11-08 13:03:15 +0100
  • 9463d5553d Rename foto_size to photo_size. luckydonald 2020-11-08 13:02:10 +0100
  • bb9d1f895f Actually set the photo_type from the given file_id if we have that information. luckydonald 2020-11-08 12:59:18 +0100
  • 5ae66d7d40 Rename photo_size to photo_type. luckydonald 2020-11-08 12:57:55 +0100
  • ebf735a5aa Some imports. luckydonald 2020-11-08 12:56:09 +0100
  • bfc663f19a Replaced typehinting assertion with actual type hint. luckydonald 2020-11-08 12:55:20 +0100
  • f98e5cb672 Allow providing a FileId object directly. luckydonald 2020-11-08 12:53:58 +0100
  • e4eaecb1cd Replace PySocks with aiosocks due to bugs (see #1192) related to blocking behaviour of PySocks on socket connection. Serhii Dylda 2020-11-08 05:58:10 +0100
  • c4cbead25b
    Remove using deprecated as_album kwarg (#1621) Alekseev Svyatoslav 2020-11-08 02:19:50 +0500
  • 78a9b7f4d5 Migrate resolve_bot_file_id to using tg_file_id as dependency. luckydonald 2020-11-07 22:03:54 +0100
  • bd49e2cee5 Add dependency. luckydonald 2020-11-07 21:58:25 +0100
  • a311305441 Remove using as_album kwarg Zotho 2020-11-08 01:40:50 +0500
  • 9c833b601a Merge remote-tracking branch 'upstream/master' Serhii Dylda 2020-11-07 17:32:57 +0100
  • ba3a090a80
    Update send_file to support grouping any file type (#1620) Richard 2020-11-07 17:32:00 +0100
  • e0e6efeff6 Update send_file to support grouping any file type nyuszika7h 2020-11-07 16:43:55 +0100
  • e1d2c81dca Parse part of newer bot file IDs for photos Lonami Exo 2020-11-07 12:46:46 +0100
  • 0d8497bf3b Correct and simplify the way channel IDs are marked Lonami Exo 2020-11-07 12:18:55 +0100
  • a6781c8e34 Don't cache SLOW_MODE_WAIT in _flood_waited_requests Lonami Exo 2020-11-07 12:09:00 +0100
  • 08d5bfcbd0 Fix conv.wait_event not clearing timed out events Lonami Exo 2020-11-07 12:06:10 +0100
  • b02a22eaa3 Fix .get_buttons failing for some messages sent by the bot Lonami Exo 2020-11-07 11:59:56 +0100
  • e4a6ec40cd Update error documentation, summary and license year Lonami Exo 2020-11-05 10:49:34 +0100
  • 78514110de
    Update errors.csv (#1609) x0x8x 2020-11-05 12:40:44 +0300
  • 2f6d212878
    Two new errors Lonami 2020-11-05 10:40:36 +0100
  • c59fd6bc60
    Case-insensitie sorting, error rewording Lonami 2020-11-05 10:38:35 +0100
  • b6fe4b8fec
    Fix get_display_name not handling ChatForbidden (#1617) hematogender 2020-11-04 21:28:04 +0200
  • b091e4b22d Fix get_display_name not getting a name from ChatForbidden hematogender 2020-11-04 20:48:06 +0200
  • 39e899294f
    Fix unhandled ValueError inside _dispatch_update() task (#1615) vegeta1k95 2020-11-04 09:58:20 +0100
  • d94f2ed65b Fix unhandled ValueError inside _dispatch_update() Serhii Dylda 2020-11-03 17:12:56 +0100
  • 403008ac9e Merge remote-tracking branch 'upstream/master' Serhii Dylda 2020-11-03 17:03:43 +0100
  • aad8b4b5a7
    Update LICENSE (2020) apepenkov 2020-11-02 21:17:03 +0300
  • 64d751a397 messages.search from_user may now be a non-User Lonami Exo 2020-10-31 11:41:37 +0100
  • 935ee2242d Add method to unpin messages Lonami Exo 2020-10-31 11:31:09 +0100
  • 9e3cb8180b Update ChatAction to handle new pin updates Lonami Exo 2020-10-31 11:21:38 +0100
  • d83c154f8d Partial update to layer 120 Lonami Exo 2020-10-30 20:06:31 +0100
  • 353b88ea5a
    Actually exclude tests from setup.py installation (#1612) Xiretza 2020-10-27 12:31:31 +0100
  • b8f22b2ab1
    Actually exclude tests from setup.py installation Xiretza 2020-10-27 10:57:59 +0100
  • 1238d90fa3
    Update errors.csv x0x8x 2020-10-25 16:01:47 +0300
  • 79963c5989
    Update errors.csv x0x8x 2020-10-25 14:23:04 +0300
  • 4ce2c0017a Somewhat improve packaging situation (#1605) v1.17.5 Lonami Exo 2020-10-25 10:49:38 +0100
  • e7f174cdc8 Fix search with offset_date causing infinite recursion Lonami Exo 2020-10-25 10:33:36 +0100
  • aac4d03a70 Cleanup .gitignore to contain only what's needed Lonami Exo 2020-10-25 10:26:06 +0100
  • 509064a076
    Update errors.csv x0x8x 2020-10-25 06:44:22 +0300
  • 7790307595 Remove the (out of date) .nix files from the repo Lonami Exo 2020-10-24 12:04:36 +0200
  • 62467b6318 Fix yet another typo v1.17.4 Lonami Exo 2020-10-23 21:27:39 +0200
  • 60c5d0d8f4 Fix up typo from last commit v1.17.3 Lonami Exo 2020-10-23 21:24:51 +0200
  • 1a2e09487c Fix utils.get_peer not handling Self in get_messages v1.17.2 Lonami Exo 2020-10-23 19:02:43 +0200
  • 44e2ef6c79 Don't error when failing to extract response messages Lonami Exo 2020-10-23 11:02:30 +0200
  • e5476e6fef Add utils.split_text to split very large messages Lonami Exo 2020-10-23 10:57:45 +0200
  • d9ddf8858e Add missing local_addr to proxy connection, bump version v1.17.1 Lonami Exo 2020-10-22 10:13:29 +0200
  • f450682a22 Document BOT_DOMAIN_INVALID Lonami Exo 2020-10-21 09:32:29 +0200
  • 7ed5b4dfbe Explain what happens when a button is pressed in the docs Lonami Exo 2020-10-19 10:48:51 +0200
  • d56b27e570
    Fix several minor typos (#1603) Qwerty-Space 2020-10-18 20:11:59 +0100
  • 5e8dd0dca7 fix replacement mistake Qwerty-Space 2020-10-18 20:08:36 +0100
  • 286dc39284 Replace 'an' with 'a' in certain places Qwerty-Space 2020-10-18 19:59:24 +0100
  • 4db51dff8a Update to v1.17 v1.17.0 Lonami Exo 2020-10-18 14:11:52 +0200
  • 94ce3b06eb Add missing raw API fields to Message and re-order them Lonami Exo 2020-10-18 13:10:37 +0200
  • 1311b9393c Move alternative libraries to the wiki Lonami Exo 2020-10-16 11:00:14 +0200
  • 5952a40c6d Update iter_messages to support fetching channel comments Lonami Exo 2020-10-16 10:39:02 +0200
  • 4e1f582b17 Call sign_in during sign_up if needed to send the code Lonami Exo 2020-10-15 11:43:35 +0200
  • 3ff09f7b91 Use inline result mime to infer the result type Lonami Exo 2020-10-15 11:04:54 +0200
  • 312dac90a3 Improve inline result documentation with more examples Lonami Exo 2020-10-15 10:42:40 +0200
  • 9c5b9abb93 Fix sending of documents in inline results Lonami Exo 2020-10-15 10:40:41 +0200
  • 7c3bbaca2a Support not including the media from inline results in the msg Lonami Exo 2020-10-15 10:40:19 +0200
  • 15f7c27bce Fix .photo()/.document() inline results excluding media from msg Lonami Exo 2020-10-15 09:27:37 +0200
  • 57dc2e85f4
    give more detail when warning about incorrect phone/id penn5 2020-10-14 11:28:17 +0100
  • 7de1c0e237
    Document two new RPC errors (#1591) Andrew Lane 2020-10-13 04:50:05 -0400
  • 3e805b51b9
    Remove dot Lonami 2020-10-13 10:49:51 +0200
  • 7365e33935
    Add EMOTICON_STICKERPACK_MISSING error Andrew Lane 2020-10-12 16:07:09 -0400
  • f850675801 Merge remote-tracking branch 'upstream/master' Serhii Dylda 2020-10-12 00:39:17 +0200
  • ea71213b02
    Merge pull request #1 from muhammedfurkan/sourcery/master M.Furkan 2020-10-11 18:42:13 +0300
  • 0dfea049e6 'Refactored by Sourcery' Sourcery AI 2020-10-11 15:39:25 +0000
  • adf52a1b74 Expose entity parameter in client.inline_query Lonami Exo 2020-10-11 16:57:38 +0200
  • d0faaa2ead
    Fix internal get_me() was not expecting network errors (#1594) vegeta1k95 2020-10-11 09:33:05 +0200
  • c351822c8b Revert "Fix: add destructor as the last-resort clean up" Serhii Dylda 2020-10-11 03:07:22 +0200
  • 55b1ff75e2 fixed docstrings ak4zh 2020-10-11 00:49:13 +0530
  • 77a57cb2ac added user friendly method to delete user message history from a supergroup ak4zh 2020-10-11 00:37:31 +0530
  • ee08e69529 Merge branch 'master' of https://github.com/vegeta1k95/Telethon Serhii Dylda 2020-10-10 20:18:08 +0200
  • 48a1478ded Fix: add destructor as the last-resort clean up Serhii Dylda 2020-10-10 20:17:24 +0200
  • d1dfb3b546
    Update telethon/client/updates.py vegeta1k95 2020-10-10 20:11:28 +0200
  • 47a912150d Fix: removed RPC error handling from get_me Serhii Dylda 2020-10-10 20:10:29 +0200
  • 7c8d09048f Fix: get_me() inside _dispatch_update() didn't check for connection and RPC errors Serhii Dylda 2020-10-10 15:37:42 +0200
  • 61b0f09e1d Fix iter_messages(from_users='me') Lonami Exo 2020-10-09 21:14:31 +0200
  • 0b1e5c6da1
    Add STICKERSET_OWNER_ANONYMOUS error Andrew Lane 2020-10-08 15:53:48 -0400
  • e7122e96ef New: blocking version of catch_up() Serhii Dylda 2020-10-08 13:04:45 +0200
  • 6ad7353377 Fix: futures exceptions were never retrieved Serhii Dylda 2020-10-08 12:31:05 +0200
  • e28fbc6678 Fix ChatAction check for self-user joining a chat Lonami Exo 2020-10-07 10:39:02 +0200