Commit Graph

  • 6e6d40be18 Implement Draft.send() (closes #673) Lonami Exo 2018-03-08 12:37:06 +0100
  • 3d49f740df Use the new client.iter_dialogs() in client.get_input_entity() Lonami Exo 2018-03-08 11:48:59 +0100
  • 5673866553 Create client.iter_ versions for all client.get_ methods Lonami Exo 2018-03-08 11:44:13 +0100
  • 09f0f86f1e Add convenience NewMessage attrs to get media of specific types Lonami Exo 2018-03-08 10:30:49 +0100
  • 841aed13da Fix tuple/ternary operator fail on SQLAlchemy session (#671) Lonami Exo 2018-03-08 10:16:46 +0100
  • 3a3ae75b46 Fix-up bot API style IDs not working on .get_input_entity Lonami Exo 2018-03-08 10:12:43 +0100
  • 0f34a9b333 Fix .get_input_entity error message always showing None Lonami Exo 2018-03-08 10:08:26 +0100
  • ce0dee63b1 Support getting any entity by just their positive ID Lonami Exo 2018-03-08 10:05:40 +0100
  • d3d190f36e Fix-up previous commit overriding .action_message with None Lonami Exo 2018-03-07 17:57:54 +0100
  • 801018fa9b Add respond, reply and delete methods to events.ChatAction Lonami Exo 2018-03-07 17:51:59 +0100
  • dc99d119c3 Fix events.MessageDeleted always failing due to extra "self." Lonami Exo 2018-03-07 17:29:05 +0100
  • fca4904d0f Add more logging calls when confirming a request Lonami Exo 2018-03-07 11:30:03 +0100
  • d0bdb7ea3f Lower message severity when retrying invoke the first time Lonami Exo 2018-03-07 11:13:55 +0100
  • dd6802e032 Support PhotoSize in .download_media (#669) Lonami Exo 2018-03-07 11:45:37 +0100
  • e3adec5ea9 Fix caption being None Lonami Exo 2018-03-07 09:09:05 +0100
  • 7201482ebd Support limit=0 on .get_participants to fetch count only Lonami Exo 2018-03-06 12:24:37 +0100
  • 4f880dcd56 Replace BLOB with LargeBinary in sqlalchemy.py (closes #670) Lonami Exo 2018-03-06 12:09:37 +0100
  • 41ac827a46
    Update __init__.py Санжар 2018-03-05 22:28:21 +0600
  • a828e9d155 Update .gitignore to reflect the package name change Lonami Exo 2018-03-04 12:25:41 +0100
  • 48ac6daef5 Fix non-relative import on helpers Lonami Exo 2018-03-04 12:25:08 +0100
  • 69970b5b20 Merge branch 'master' into asyncio Lonami Exo 2018-03-04 12:14:20 +0100
  • fe627d1970 Update to v0.18 v0.18 Lonami Exo 2018-03-04 12:03:09 +0100
  • e8a21dc3b9 Fix telethon_generator/ package not being excluded from PyPi Lonami Exo 2018-03-04 11:23:18 +0100
  • cde314fc21 Rename package to telethon_aio and prepare for PyPi Lonami Exo 2018-03-04 11:22:52 +0100
  • 82c034dc56 Add forward_to on events.NewMessage Lonami Exo 2018-03-04 00:32:26 +0100
  • 3a13f5f02f Implement a forward_messages convenience method Lonami Exo 2018-03-04 00:27:21 +0100
  • 363e751f48 Fix UserList not being considered a list Lonami Exo 2018-03-04 00:23:13 +0100
  • 4de811b8cb Expose the client on events as a public property Lonami Exo 2018-03-03 23:55:35 +0100
  • 393f505dc8 Put more emphasis on common mistakes when getting entities by IDs Lonami Exo 2018-03-03 23:51:35 +0100
  • 458d220af9 Fix users not being set for some events.ChatAction and properties Lonami Exo 2018-03-03 23:41:27 +0100
  • 1c8bf44713 Add input user versions to events.ChatAction Lonami Exo 2018-03-03 23:31:06 +0100
  • c40a3ca77c Split MessageChanged into MessageEdited and MessageDeleted Lonami Exo 2018-03-03 23:23:14 +0100
  • 854c42b7ef Add a file= parameter to client.send_message() Lonami Exo 2018-03-03 23:12:05 +0100
  • d5c5c3cff1 Add missing await keyword for ._check_events_pending_resolve Lonami Exo 2018-03-03 22:54:38 +0100
  • 0f72aa8f94 Fix set union Lonami Exo 2018-03-03 17:08:49 +0100
  • 563d731c95 Merge remote-tracking branch 'tulir/asyncio' into asyncio Lonami Exo 2018-03-03 17:03:27 +0100
  • 96a1f580a4 Remove useless if condition on the memory session Lonami Exo 2018-03-03 17:01:06 +0100
  • 81f8b7f76e Add back _entity_values_to_row Lonami Exo 2018-03-03 16:48:57 +0100
  • 57f50889b0 Fix non-aggressive get_participants and inverted condition Lonami Exo 2018-03-03 15:07:49 +0100
  • 0e0e7f1c9e Avoid unnecessary "or 0" in the session classes Lonami Exo 2018-03-03 14:59:30 +0100
  • 6060b3430c Fix sqlite session clone causing integrity error Lonami Exo 2018-03-03 14:02:48 +0100
  • 67a782a6d7 Fix wrong peer type being used when not found in the session Lonami Exo 2018-03-03 12:22:02 +0100
  • a9c83250a1 Small clean-up of the session classes Lonami Exo 2018-03-03 12:51:35 +0100
  • 1e420f7f91 Document the new abstract session better Lonami Exo 2018-03-03 12:13:42 +0100
  • 4432a2d14e Merge branch 'master' into asyncio Tulir Asokan 2018-03-03 13:01:21 +0200
  • 30f7a49263
    Abstract Session class (merge #657 from tulir/sessions) Lonami 2018-03-03 11:33:47 +0100
  • 9bf5cb7ed8 Add new sessions docs Tulir Asokan 2018-03-03 12:28:18 +0200
  • 784c2e9ed1 Fix get_participants missing async keywords (#662) Tanuj 2018-03-03 08:19:33 +0000
  • 60df640982 fix get_participants Tanuj 2018-03-03 00:54:03 +0000
  • 74bffd2ae3 Support multiple captions when sending albums Lonami Exo 2018-03-02 21:32:38 +0100
  • 2e31a686e8 Upgrade to layer 75 Lonami Exo 2018-03-02 21:28:33 +0100
  • 290afd85fc Fix AlchemySession session table updating Tulir Asokan 2018-03-02 21:58:16 +0200
  • 47cdcda9e2 Move device info out of Session Tulir Asokan 2018-03-02 21:05:09 +0200
  • 5e88b21aa9 Use single quotes Tulir Asokan 2018-03-02 20:42:51 +0200
  • f805914c80 Handle SQLAlchemy import errors Tulir Asokan 2018-03-02 20:40:03 +0200
  • c1a8896faa Fix SQLAlchemy implementation Tulir Asokan 2018-03-02 20:14:11 +0200
  • dc2229fdba Move salt and ID to base session and remove unused imports Tulir Asokan 2018-03-02 18:39:04 +0200
  • a7f98fd3cc Ignore bad file descriptor while closing Lonami Exo 2018-03-02 17:26:42 +0100
  • e1d7cc541f Add setters for non-persistent values that apps might change Tulir Asokan 2018-03-02 18:23:12 +0200
  • 03d4ab3765 Fix create_engine check Tulir Asokan 2018-03-02 13:25:40 +0200
  • 07c2fc50ec Add SQLAlchemy-based session Tulir Asokan 2018-03-02 13:22:30 +0200
  • 118d9b10e8 Add more abstraction Tulir Asokan 2018-03-02 13:20:11 +0200
  • d9a73744a4 Remove old sqlite session variables and clone code Tulir Asokan 2018-03-02 12:36:39 +0200
  • df3faaeb7f Fix abstract Session method ordering Tulir Asokan 2018-03-02 11:11:59 +0200
  • 4c7224e56a Fix n might be None when stopping workers Lonami Exo 2018-03-02 10:10:59 +0100
  • 4c64d53e71 Move non-persistent stuff to base Session class Tulir Asokan 2018-03-02 11:10:11 +0200
  • c5e6f7e265 Split Session into three parts and make a module for sessions Tulir Asokan 2018-03-01 23:34:32 +0200
  • f09ab6c6b6 Fix-up 771c573 to properly stop background update workers Lonami Exo 2018-03-01 20:13:21 +0100
  • 3a3f221bd1 Look in all dialogs when getting entities by peer ID Lonami Exo 2018-03-01 20:03:51 +0100
  • 771c573db1 Better attempt at joining update worker threads Lonami Exo 2018-03-01 13:31:39 +0100
  • 3d68c879dd Avoid using undefined variable in the README.rst Lonami Exo 2018-03-01 13:25:38 +0100
  • 7f03c39465
    Merge 582ca2ead2 into 835ff51e25 German Lashevich 2018-03-01 12:23:15 +0000
  • 835ff51e25 Multiple small changes/fixed typos to docs/error messages (#623) Joscha Götzer 2018-03-01 13:21:28 +0100
  • 67de9f9f3b Bring back the mighty Number of retries reached 0 Lonami Exo 2018-03-01 13:20:25 +0100
  • 39dc886816 Missing space Lonami Exo 2018-03-01 13:15:27 +0100
  • 3184641549 Allow access to events' pattern match (#654) Joscha Götzer 2018-03-01 00:15:30 +0100
  • 7939f964c9 Revoke to event.message.message JosXa 2018-02-28 23:24:37 +0100
  • fb3e9a4c3b Capture match and add it to event JosXa 2018-02-28 22:16:02 +0100
  • 3655df50dc Postpone events resolution Lonami Exo 2018-02-28 21:09:05 +0100
  • 3afd7dca84 Invoke multiple getParticipant's at the same time (#580) Lonami Exo 2018-02-28 17:10:44 +0100
  • 057c6a0b12 Support getting more than 10k members on .get_participants() Lonami Exo 2018-02-28 13:24:44 +0100
  • 981983f96f Update "in other languages" Lonami Exo 2018-02-28 10:37:22 +0100
  • 6faa24099b Mention errors are swallowed in events Lonami Exo 2018-02-28 10:32:17 +0100
  • 229cd78df0 Fix markdown's URL regex not acceping newlines Lonami Exo 2018-02-27 14:10:02 +0100
  • d5832e4f3b Fix time offset failing if system time was ahead of time Lonami Exo 2018-02-27 11:41:45 +0100
  • 0b662f3b04 Support stopping propagation of events (#622) Joscha Götzer 2018-02-27 11:30:42 +0100
  • 9baaf69772 Indent Lonami Exo 2018-02-27 11:30:03 +0100
  • 5d861afb1d Remove unknown attributes and some formatting Lonami Exo 2018-02-27 11:24:47 +0100
  • 29f10f2771 Fix named arguments after kwargs (#646) Lucas Yuji Suguinoshita Aciole 2018-02-27 06:05:27 -0300
  • 2b847f5ad9 Use single quotes Lonami Exo 2018-02-27 10:03:01 +0100
  • ed52a26064
    Fix syntax error on Python3 Lucas Yuji Suguinoshita Aciole 2018-02-27 00:47:02 -0300
  • e973d10bfd Merge remote-tracking branch 'origin/stop-propagation-of-updates' into stop-propagation-of-updates JosXa 2018-02-27 03:48:22 +0100
  • 1bb61cc84e Merged master and performed changes as requested JosXa 2018-02-27 03:48:07 +0100
  • ebcfd1ed99 Merge branch 'master' of https://github.com/LonamiWebs/Telethon into stop-propagation-of-updates JosXa 2018-02-27 03:41:09 +0100
  • f27d8e508a Implemented inline query handling JosXa 2018-02-27 03:38:25 +0100
  • 8d1b6629cb Sending open()'ed files would make their name the entire path Lonami Exo 2018-02-26 14:14:44 +0100
  • 5a54e2279f Avoid relying on .__iter__ to tell iterators apart Lonami Exo 2018-02-26 14:12:21 +0100
  • 6f16aeb553 Add logging calls on the TcpClient Lonami Exo 2018-02-26 13:41:07 +0100
  • 9604161c91 Fix incoming private messages not working with whitelists Lonami Exo 2018-02-26 12:14:21 +0100
  • 3b0ab7794b Get name attribute from streams instead always 'unnamed' Lonami Exo 2018-02-25 20:35:55 +0100