Commit Graph

  • 356aa1f070
    Merge 3d0e184713 into bd1b0ecdb4 Ader 2018-04-10 22:35:19 +0000
  • 3d0e184713
    add __repr__ method to TLObject Ader 2018-04-10 23:29:24 +0100
  • f64ec86c80
    Merge ed091422b2 into bd1b0ecdb4 ferferga 2018-04-10 18:57:21 +0000
  • ed091422b2
    Connection checks ferferga 2018-04-10 20:56:35 +0200
  • 50716f5ced Allow custom args, kwargs for event handlers Serhii Dylda 2018-04-09 05:09:25 +0300
  • 6ed4e3160b
    Added support for saving Event state vegeta1k95 2018-04-08 19:46:46 +0300
  • 6e184c8dcb
    Replace __reduce__ serialization by __getstate__ vegeta1k95 2018-04-08 19:17:21 +0300
  • 2372a0a8e1
    PEP8 Lonami 2018-04-08 17:19:29 +0200
  • afefb33968
    Make TLObject picklable vegeta1k95 2018-04-08 18:15:03 +0300
  • bd1b0ecdb4 Make RPCError class picklable (#751) vegeta1k95 2018-04-08 17:48:55 +0300
  • 6b97c2c0af
    PEP8 Lonami 2018-04-08 16:48:47 +0200
  • 55f4e4b1c2
    Make RPCError class picklable vegeta1k95 2018-04-08 17:46:48 +0300
  • aae6a26654 Add even more missing await keywords Lonami Exo 2018-04-08 16:02:22 +0200
  • d980e947cf Add missing parenthesis around await keyword Lonami Exo 2018-04-08 15:57:40 +0200
  • 946dd69211 Merge branch 'master' into asyncio Lonami Exo 2018-04-08 15:57:06 +0200
  • 414fec91f1 Stop using input version on events to just get the ID Lonami Exo 2018-04-08 15:55:10 +0200
  • 597433075e Add missing await Lonami Exo 2018-04-08 15:50:15 +0200
  • 06af73ed65 Merge branch 'master' into asyncio Lonami Exo 2018-04-08 15:47:17 +0200
  • 93b5909be5 Add chat_id-like convenience properties to the events Lonami Exo 2018-04-08 14:22:11 +0200
  • 259bb6ace1 Several documentation fixes/additions (#750) Jeff 2018-04-08 20:15:26 +0800
  • 31ae3c9936 fix last commit's docstring link Jeff 2018-04-08 18:17:35 +0800
  • 9e97e0d361 add action_message to events.ChatAction docstring Jeff 2018-04-08 18:09:25 +0800
  • 4bc322bb0c update docs/extra/examples/working-with-messages links Jeff 2018-04-08 17:51:34 +0800
  • 8e01946957 Fix .start() failing on some terminals Lonami Exo 2018-04-08 11:47:18 +0200
  • 9abb28a498 update docs/extra/examples/chats-and-channels links Jeff 2018-04-08 17:46:09 +0800
  • 5fd6155168 Fix remove_event_handler's loop Lonami Exo 2018-04-08 11:22:59 +0200
  • 103be1d495 update readme: get_message_history was deprecated Jeff 2018-04-08 17:11:13 +0800
  • ae3957e843 update docs/extras/examples/bots links Jeff 2018-04-08 17:10:41 +0800
  • b8030959b6 Fix adding events while the aio loop is stopped (#748) Dan Elkouby 2018-04-08 01:05:16 +0300
  • b6947e9e6d TelegramClient: allow the event handler decorator to work while the loop is running Dan Elkouby 2018-04-08 01:01:04 +0300
  • e69c186782 Support more filter types for convenience (#745) Lonami Exo 2018-04-07 12:31:30 +0200
  • 3b2d065d35 Simplify .get_input_entity code flow (since 591e34b) Lonami Exo 2018-04-06 19:21:02 +0200
  • 0cd44b245c Allow auto-casting custom.Dialog into input_entity Lonami Exo 2018-04-06 19:11:31 +0200
  • baa6976a0b Fix broken links, add more examples and a new section Lonami Exo 2018-04-06 19:00:21 +0200
  • 0980d828d8 Modify events documentation to list the new files Lonami Exo 2018-04-05 20:19:33 +0200
  • b7c3f80679 Split events into separate files Lonami Exo 2018-04-05 20:14:22 +0200
  • f9f49a893b Return a single message from client.forward on non-list inputs Lonami Exo 2018-04-04 20:58:58 +0200
  • abcd09e7d0 Merge branch 'master' into asyncio Lonami Exo 2018-04-04 13:47:43 +0200
  • 591e34b491 Change TypeError with ValueError, don't call .get_dialogs() Lonami Exo 2018-04-04 13:35:51 +0200
  • 55b5fca6fd Add python_requires to setup.py Lonami Exo 2018-04-04 10:21:55 +0200
  • 07a8a73e3e Support callable parse_mode's Lonami Exo 2018-04-03 14:23:05 +0200
  • eabaa3854a Replace offset with match.start() to allow custom regex Lonami Exo 2018-04-03 13:46:54 +0200
  • a1448f3da8 Clearer variable names in get_input_entity (#738) Tanuj 2018-04-03 12:05:01 +0100
  • 05e7e2aa05 merge upstream Tanuj 2018-04-03 09:55:16 +0100
  • 5dda7bb354 De-obfuscate get_input_entity Tanuj 2018-04-03 09:50:58 +0100
  • d6b52358ff
    Merge c4e20ded15 into 1eb418e1ab Tanuj 2018-04-01 15:13:30 +0000
  • 1eb418e1ab Merge branch 'master' into asyncio Lonami Exo 2018-04-01 17:08:50 +0200
  • c4e20ded15 Async iter through all dialogs in get_input_peer Tanuj 2018-04-01 15:45:21 +0100
  • cb226e7f45 Revisit telethon_generator (closes #724) Lonami Exo 2018-04-01 12:46:44 +0200
  • 6ff59072cf
    Merge ed222a2ff3 into 7bc021bba4 Sasuke Uchiha 2018-03-31 20:32:17 +0000
  • ed222a2ff3 Rename project to Garry Sasuke Uchiha 2018-03-31 17:21:32 +0300
  • 7bc021bba4 Update to layer 75 (again) Lonami Exo 2018-03-30 20:28:07 +0200
  • 500792975e Handle AUTH_KEY_DUPLICATED on connection Lonami Exo 2018-03-30 12:18:18 +0200
  • ddf36c9cb0 Fix invalid async for when getting entities Lonami Exo 2018-03-30 12:02:25 +0200
  • 2b9babb30f Handle GzipPacked lost requests & possibly fix reading normal Lonami Exo 2018-03-30 11:50:41 +0200
  • dede5520dd Rename .entities -> ._entities from 7e9d19d to avoid collision Lonami Exo 2018-03-29 00:56:05 +0200
  • 395e702586 Make py:obj default Sphinx's role Lonami Exo 2018-03-28 16:03:47 +0200
  • dcb7820c5f Add a new events.MessageRead Lonami Exo 2018-03-28 15:52:35 +0200
  • de67531f97 Add examples for edit_2fa() (#729) Kyle2142 2018-03-27 19:47:10 +0200
  • 88a54ab403
    Cleanup Kyle2142 2018-03-27 18:45:02 +0200
  • be5de6f47a
    fix silly mistake Kyle2142 2018-03-27 18:31:09 +0200
  • 0a3a5f6f10
    Update creating-a-client.rst Kyle2142 2018-03-27 18:30:12 +0200
  • 755aa363ee Update some out of date examples in the documentation Lonami Exo 2018-03-27 18:22:01 +0200
  • 9144f3388b
    Add examples for edit_2fa() Kyle2142 2018-03-27 18:10:20 +0200
  • 1fdf976c04 Update to v0.18.2 v0.18.2 Lonami Exo 2018-03-27 18:02:55 +0200
  • 04695d3657 Update docs regarding 2FA and getting entities by ID Lonami Exo 2018-03-27 17:52:39 +0200
  • 6c9becb1ed Add edit_2fa function (#725) Kyle2142 2018-03-27 17:35:33 +0200
  • f70d03fdba
    more things Lonami 2018-03-27 17:34:29 +0200
  • 03b237ec14
    things Lonami 2018-03-27 17:32:23 +0200
  • 302a823c88 Fix invalid access to .participants on chat forbidden result Lonami Exo 2018-03-27 17:15:22 +0200
  • 7b94530bfc Move me/self check on get_input_entity to the beginning Lonami Exo 2018-03-27 11:29:47 +0200
  • 8d652c35a1 Add missing Photo/Document cases to get_input_media Lonami Exo 2018-03-27 11:22:31 +0200
  • ae2abd2ba9 Add __str__/.stringify() to tl.custom for completeness Lonami Exo 2018-03-27 11:00:46 +0200
  • 08d71f69ee Fix author mismatch in the documentation (#726) Jeff 2018-03-27 16:03:45 +0800
  • 787d6d71f1 fix docs author Jeff 2018-03-26 15:07:47 +0800
  • 806d28df37 fix mismatch urls in the docs Jeff 2018-03-26 11:13:12 +0800
  • 624b18d032
    Update telegram_client.py Kyle2142 2018-03-25 22:37:13 +0200
  • e96327edae
    Add edit_2FA function Kyle2142 2018-03-25 21:10:11 +0200
  • 2ee5201229 Merge branch 'master' into asyncio Lonami Exo 2018-03-24 18:45:11 +0100
  • 1c9dc8dc63 Fix getting ID on custom Dialog class from dce0fd9 Lonami Exo 2018-03-24 18:44:13 +0100
  • 790b0d2d23 Guess entity type on positive IDs in events and avoid some RPCs Lonami Exo 2018-03-24 18:34:07 +0100
  • 8bf140ca74 Document asyncio better (#456) Lonami Exo 2018-03-24 14:04:25 +0100
  • 5cb3a9af36 Fix client.on decorator not running Lonami Exo 2018-03-24 13:56:45 +0100
  • 8b0580901a Merge branch 'master' into asyncio Lonami Exo 2018-03-24 13:08:51 +0100
  • 13e59983af Slightly change docs for events (#668) Lonami Exo 2018-03-24 12:41:42 +0100
  • 5082738ecf
    Merge 41ac827a46 into 69d283a296 Санжар 2018-03-24 11:13:14 +0000
  • 1c59401a49
    Merge b2fb6b6a8e into 69d283a296 Joscha Götzer 2018-03-24 11:12:58 +0000
  • 69d283a296 Tests cleanup (#717) Marius Räsener 2018-03-24 12:12:47 +0100
  • 898e550335 Except the right type for get_input_peer (closes #722) Lonami Exo 2018-03-24 12:09:33 +0100
  • 43c6896481 Add a custom role for TL references and make use of it Lonami Exo 2018-03-23 21:40:24 +0100
  • 7d5f0e5227
    Merge faf2142122 into c6d821910e Emilio Molinari 2018-03-22 22:45:37 +0000
  • c6d821910e Mention that codes can expire immediately Lonami Exo 2018-03-22 19:20:35 +0100
  • 021cb21686 Replace custom Box class with a single-item list for args by ref Lonami Exo 2018-03-22 19:13:42 +0100
  • 09c04282c9 Fix typing dependency must be installed below Python 3.5.2 Lonami Exo 2018-03-22 19:02:40 +0100
  • 33e908de42 Fix markdown regex not supporting [] inside URLs Lonami Exo 2018-03-22 19:01:50 +0100
  • c71d2e18cb Don't perform exact search on the docs Lonami Exo 2018-03-22 18:54:08 +0100
  • dce0fd9e03 Add missing documentation for telethon.tl.custom and crosslinks Lonami Exo 2018-03-22 18:39:42 +0100
  • faf2142122 Use utils.is_list_like and fixed None bug Emilio Molinari 2018-03-21 16:59:31 +0100
  • 071ebcb4ef Changed events.NewMessage to accept a list of patterns instead of just 1 Emilio Molinari 2018-03-21 15:38:43 +0100
  • 36538c3691 minor tests cleanup, preparation for travis-ci Marius Räsener 2018-03-21 10:45:20 +0100