Commit Graph

  • aade36dbd7
    Misleading docstring Lonami 2018-02-20 16:45:23 +0100
  • 937523419d proxy connection fix #2 Dmitry Bukhta 2018-02-20 17:55:14 +0300
  • ea0da8fc0e Add pattern argument on the NewMessage event (#620) Jannik 2018-02-20 15:55:02 +0100
  • 609601fd7b more things Lonami Exo 2018-02-20 15:53:40 +0100
  • 377a9143fc things Lonami Exo 2018-02-20 15:51:55 +0100
  • 9e5128547a
    Update telegram_client.py Joscha Götzer 2018-02-20 15:20:23 +0100
  • 12838bc711
    Update working-with-updates.rst Joscha Götzer 2018-02-20 15:17:12 +0100
  • f3d5d71c63 Forgot the actual try catch clause JosXa 2018-02-20 15:14:44 +0100
  • 2bd63f7887 Forgot the actual try catch clause JosXa 2018-02-20 15:14:10 +0100
  • ad74926e33 Changes to documentation and "Number of retries reached 0." JosXa 2018-02-20 14:53:15 +0100
  • 3cc5bef700
    Update interactive_telegram_client.py Joscha Götzer 2018-02-20 04:18:45 +0100
  • 417947d520 Indentation, formatting JosXa 2018-02-20 04:08:26 +0100
  • 7b7fbc0d8b indentation JosXa 2018-02-20 04:06:15 +0100
  • dc7a6fcce3 Added StopPropagation logic JosXa 2018-02-20 04:03:57 +0100
  • 9e08d5b735 infinite loop while proxy server refuse connection fix Dmitry Bukhta 2018-02-20 01:31:45 +0300
  • 69a85b863f
    Add pattern argument Jannik 2018-02-19 23:27:19 +0100
  • 4050d1ca00 Support getting entities by exact name/title match Lonami Exo 2018-02-19 21:04:41 +0100
  • c31635cc34 Further validate the username on parse_username Lonami Exo 2018-02-19 21:03:33 +0100
  • 39621ceae9 Use req_pq_multi instead req_pq when creating an auth_key Lonami Exo 2018-02-19 20:31:47 +0100
  • bf086f3e80 Fix UpdateDeleteMessages doesn't have .channel_id (#619) Lonami Exo 2018-02-19 20:23:52 +0100
  • 9f6f2c8d07 * fixed: building event from UpdateDeleteMessages would fail due to the absence of the channel_id field for that type of update Max 2018-02-19 17:33:46 +0300
  • 1eeedc613b Fix sending byte strings as files not working Lonami Exo 2018-02-19 15:29:32 +0100
  • b136074340 Update to v0.17.3 v0.17.3 Lonami Exo 2018-02-18 14:23:11 +0100
  • 117e57c544
    Merge 0696a115bd into 7258d359f1 Jannik 2018-02-18 23:19:11 +0000
  • 0696a115bd
    Update __init__.py Jannik 2018-02-19 00:19:08 +0100
  • 246df07114
    Add a pattern Argument Jannik 2018-02-18 20:45:49 +0100
  • 7258d359f1 Fix sending byte strings as files not working Lonami Exo 2018-02-18 16:43:32 +0100
  • dac33872d9 Update to v0.17.3 Lonami Exo 2018-02-18 14:23:11 +0100
  • 89df481ae4 Make MessageChanged.Event inherit NewMessage.Event Lonami Exo 2018-02-18 14:07:13 +0100
  • b93e1b5f50 Add add_event_handler and deprecate add_update_handler Lonami Exo 2018-02-18 13:29:05 +0100
  • 1179c9e21b Fix start not asking for password if needed Lonami Exo 2018-02-18 12:17:02 +0100
  • b5f273c753 Added !i for information to interactive telegram client JosXa 2018-02-17 13:12:40 +0100
  • 33fd6895d3 Use hachoir to determine audio and video metadata if possible Lonami Exo 2018-02-17 13:00:58 +0100
  • 2bfe86cda1 Fix bot_token could not be specified alone on .start() Lonami Exo 2018-02-17 12:32:30 +0100
  • 7c647b57e3 Mention cryptg as an optional dependency Lonami Exo 2018-02-17 12:14:23 +0100
  • d581589313 Add missing UpdateShortChatMessage case on events.NewMessage Lonami Exo 2018-02-17 11:40:38 +0100
  • 6d993af338 Move events chats and blacklist_chats into the base, reuse code Lonami Exo 2018-02-17 11:29:16 +0100
  • 8718cf0e7e Reuse turning chats into a set of IDs and handle self case Lonami Exo 2018-02-17 10:40:01 +0100
  • 3c6f34fe6a Update examples Lonami Exo 2018-02-16 21:02:47 +0100
  • 83d9d1d78e Fix markdown parser not inverting delimiters dict Lonami Exo 2018-02-16 20:30:19 +0100
  • 6e854325a8 Merge branch 'master' into asyncio Lonami Exo 2018-02-16 18:42:09 +0100
  • 030f292203 Dump libssl bindings in favour of the new optional cryptg module Lonami Exo 2018-02-16 18:24:44 +0100
  • c11aefa95b Fix message entities being ignored by edit_message Lonami Exo 2018-02-16 13:42:12 +0100
  • 8194288797 Update to v0.17.2 Lonami Exo 2018-02-15 12:11:26 +0100
  • b6053a65ad Update to v0.17.2 v0.17.2 Lonami Exo 2018-02-15 12:11:26 +0100
  • 75d99fbb53 Fix HTML entity parsing failing when needing surrogates Lonami Exo 2018-02-15 11:52:46 +0100
  • 178643d3a1 Periodically send getState even without disconnect (341fb38) Lonami Exo 2018-02-15 11:41:32 +0100
  • 196275e9c8 Add edit and delete shorthand methods to events.NewMessage Lonami Exo 2018-02-15 11:35:12 +0100
  • 62c057a058 Add edit_message convenience method and refactor to accomodate it Lonami Exo 2018-02-15 11:19:34 +0100
  • 80f918956a Revert "official apps must be obfuscated" (29471f3) Lonami Exo 2018-02-15 10:02:12 +0100
  • e9dd93f09c Further clarify the documentation (flood wait, lists and inputs) Lonami Exo 2018-02-14 14:06:45 +0100
  • 2e953dab50 Add missing async and await keywords on TelegramClient.on Lonami Exo 2018-02-14 14:15:00 +0100
  • 55bcc29ae0 Errors: Fix passing 'self' to the constructors of the superclasses This is necessary only if the superclass name is specified explicitly instead of super() call. Dmitry D. Chernov 2018-02-14 17:09:22 +1000
  • f11d2bc290
    Merge d72ed4619b into 08b9d7c4ef Andrei Fokau 2018-02-13 15:48:29 +0000
  • a6c6bc73eb updates_handler is out from MtProtoSender to gc works properly; unauth_handler log format fix Andrey Egorov 2018-02-13 15:28:42 +0300
  • 08b9d7c4ef Add more logic to better retrieve input_sender on events Lonami Exo 2018-02-13 10:24:35 +0100
  • c83638ed0e Add further logging calls to better spot lost requests Lonami Exo 2018-02-12 13:40:00 +0100
  • 9abeefac7f Send video files as video by default instead as document (#601) Lonami Exo 2018-02-12 10:33:51 +0100
  • 0633e204c2 Fix whitelisting multiple chats on events not working Lonami Exo 2018-02-11 10:30:45 +0100
  • 7da092894b Acquire reconnect lock outside the reconnect function Lonami Exo 2018-02-10 12:56:54 +0100
  • d8376ee50d Add a lock around connection.recv() Lonami Exo 2018-02-10 12:44:09 +0100
  • eca1e8ec87 Default to markdown parse mode on send_message Lonami Exo 2018-02-10 10:45:43 +0100
  • 7d8d86c5f1 Support inline mentions (bot API style or username/phone) Lonami Exo 2018-02-10 10:26:58 +0100
  • 6240677831 Fix sign up method not accepting integer codes Lonami Exo 2018-02-09 19:39:20 +0100
  • 50515aa528 Merge branch 'master' into asyncio Lonami Exo 2018-02-09 19:22:26 +0100
  • 6261affaa1 Update to v0.17.1 v0.17.1 Lonami Exo 2018-02-09 17:16:28 +0100
  • f91b76b063
    Merge pull request #595 from LonamiWebs/events Lonami 2018-02-09 16:42:17 +0100
  • 10ebc442c9 Add a friendlier introduction to events Lonami Exo 2018-02-09 16:41:23 +0100
  • 14389a0ef2 Better document the events module Lonami Exo 2018-02-09 15:56:42 +0100
  • 5167754368 Fix input_sender events' property not using cached value Lonami Exo 2018-02-09 13:10:02 +0100
  • f5eda72329 Add a new Raw Event Lonami Exo 2018-02-09 13:08:09 +0100
  • 8786a52257 Add a new MessageChanged Event Lonami Exo 2018-02-09 13:05:34 +0100
  • ffe826b35f Add a new UserUpdate Event Lonami Exo 2018-02-09 12:42:04 +0100
  • 379c775558 Add a new ChatAction Event Lonami Exo 2018-02-09 11:37:17 +0100
  • 510bbf0fc8 Create a more reusable Event base class Lonami Exo 2018-02-09 11:36:41 +0100
  • e15dd05975 Corrected info in Admin Permissions example (#589) Kyle2142 2018-02-09 10:07:25 +0200
  • 4f75ea69cf consistency Lonami Exo 2018-02-09 09:06:59 +0100
  • 91ba50174a Provide easier access to media through NewMessage event Lonami Exo 2018-02-08 19:43:15 +0100
  • c79fbe451f Fix NewMessage event not dropping MessageService Lonami Exo 2018-02-07 14:06:36 +0100
  • 2e0a8d6bce Add respond and reply methods to the NewMessage event Lonami Exo 2018-02-07 13:55:41 +0100
  • dc43757cff Don't access NewMessage properties when building the event Lonami Exo 2018-02-07 13:55:25 +0100
  • 9c09233b4f Make NewMessage's input chat/sender actual Input* if possible Lonami Exo 2018-02-07 13:45:17 +0100
  • ef837b1a53 Add a NewMessage event to handle incoming messages Lonami Exo 2018-02-07 10:42:40 +0100
  • 5ec984dd82 Allow adding events with the client.on decorator Lonami Exo 2018-02-07 10:41:58 +0100
  • 2c2517fc9b
    Corrected info in Admin Permissions Kyle2142 2018-02-06 22:07:49 +0200
  • 4362c02e92 Add further Heroku instructions to session documentation (#588) tsujp 2018-02-06 20:13:38 +0900
  • b6d3ecc7a4 Add further Heroku instructions to session documentation tsujp 2018-02-06 20:10:37 +0900
  • e4681d7ff6 Resolve merge conflict by incorporating incoming changes tsujp 2018-02-06 19:54:30 +0900
  • 661246d2f3 Resolve merge conflict by incorporating incoming changes tsujp 2018-02-06 19:51:22 +0900
  • eda13aee84 Add Heroku session use to documentation tsujp 2018-02-06 19:40:10 +0900
  • f200369a93 Add Heroku instructions to sessions documentation (#586) tsujp 2018-02-06 19:21:09 +0900
  • 82e25302d7 things Lonami Exo 2018-02-06 11:20:35 +0100
  • de29141277 Change sessions.rst formatting to be compliant with codebase's style tsujp 2018-02-06 19:15:55 +0900
  • fc3f25cd5f Add Heroku instructions to sessions documentation tsujp 2018-02-04 21:55:59 +0900
  • 582ca2ead2
    Improve code exapmle in "Doing stuff" section German Lashevich 2018-02-03 21:59:25 +0100
  • 06bc761a5b Update to v0.17 v0.17 Lonami Exo 2018-02-03 16:03:17 +0100
  • fd08d53253 Trust the server will not send duplicates Lonami Exo 2018-02-03 15:42:43 +0100
  • 341fb38136 Invoke getState after the server kicks us idling for updates Lonami Exo 2018-02-03 15:39:37 +0100
  • eefd37c2d7 Stop calling .disconnect() from .__del__() Lonami Exo 2018-02-03 12:15:38 +0100
  • 2ffe2b71dc Except OSError with errno.WSAEACCES when connecting Lonami Exo 2018-02-03 11:39:15 +0100