Lonami Exo
|
24d2074e0c
|
Set _input_chat on custom.Message creation/fixup input_chat
|
2018-06-14 23:40:44 +02:00 |
|
Lonami Exo
|
091b03c635
|
Use create_task instead ensure_future
|
2018-06-14 23:33:56 +02:00 |
|
Lonami Exo
|
f95400ea7e
|
Try again to get input_chat on EventsCommon
|
2018-06-14 23:26:04 +02:00 |
|
Lonami Exo
|
06cdf1fdb0
|
Raise on phone/network migrate if authorized
|
2018-06-14 23:16:00 +02:00 |
|
Lonami Exo
|
c788e17c22
|
Fix _handle_update not expanding Updates
|
2018-06-14 22:51:57 +02:00 |
|
Lonami Exo
|
179af9894f
|
Add missing parenthesis around await
|
2018-06-14 22:25:03 +02:00 |
|
Lonami Exo
|
0f14f3b16a
|
Support custom event loops
|
2018-06-14 19:35:12 +02:00 |
|
Lonami Exo
|
908dfa148b
|
Revisit codebase to add missing async/await
|
2018-06-14 17:09:20 +02:00 |
|
Lonami Exo
|
1247d050ab
|
Remove unused fields from the Sessions
Most of the stuff didn't actually need to be saved and only
belong to the MTProtoState which is not a separate class from
the sessions.
|
2018-06-14 17:04:15 +02:00 |
|
Lonami
|
bb3a564500
|
Merge pull request #843 from LonamiWebs/core-rewrite
Core rewrite
|
2018-06-14 16:25:28 +02:00 |
|
Lonami Exo
|
5bb2f50232
|
Handle Msg state/resend/all (from 7c0af2c by @andr-04)
|
2018-06-14 16:23:16 +02:00 |
|
Lonami Exo
|
4a9eb5b085
|
Handle OSError on MTProtoSender
|
2018-06-14 16:16:11 +02:00 |
|
Lonami Exo
|
df1dfdf8ea
|
Remove some redundant except
|
2018-06-14 16:13:46 +02:00 |
|
Lonami Exo
|
c9ea1bafc0
|
Apply @andr-04 asyncio commits to TcpClient
|
2018-06-14 16:08:23 +02:00 |
|
Lonami Exo
|
3ce8b17193
|
Dispatch updates to event handlers
|
2018-06-13 16:20:15 +02:00 |
|
Lonami Exo
|
898ce34c65
|
Set __all__ on telethon.__init__.py
|
2018-06-13 11:50:36 +02:00 |
|
Lonami Exo
|
a91109c9fa
|
Retry send_code_request on AuthRestartError
|
2018-06-13 10:55:37 +02:00 |
|
Lonami Exo
|
f3f0c28505
|
Support converting .tl -> .json
|
2018-06-13 10:48:35 +02:00 |
|
Lonami Exo
|
8a787e90c2
|
Remove send/recv locks
There is only one method sending and one method receiving,
so it doesn't make sense to lock-protect those operations.
|
2018-06-13 10:04:27 +02:00 |
|
Lonami Exo
|
3324090c96
|
Fix non-asyncio sleep
|
2018-06-13 09:59:30 +02:00 |
|
Lonami Exo
|
3f16c92eb3
|
Subclass TLRequest for content-related objects
|
2018-06-12 20:14:21 +02:00 |
|
Lonami Exo
|
d1afc70963
|
Fix setting Pong results
|
2018-06-12 19:46:37 +02:00 |
|
Lonami Exo
|
d4dc147459
|
Handle DraftMessageEmpty (closes #844)
|
2018-06-12 19:25:13 +02:00 |
|
Lonami Exo
|
2a90de2b08
|
Fix broadcast being named post for is_group property
|
2018-06-12 12:31:37 +02:00 |
|
Lonami Exo
|
f9cd220ddd
|
Implement _get_exported_sender
|
2018-06-11 20:05:10 +02:00 |
|
Lonami Exo
|
64dd957189
|
Fix None first_query and TcpClient.disconnect()
|
2018-06-11 19:51:01 +02:00 |
|
Lonami Exo
|
0c25bf29b4
|
Add missing parenthesis
|
2018-06-11 13:43:08 +02:00 |
|
Jeff
|
cea75a4365
|
Adds new docs index for methods can be used as bots (#840)
|
2018-06-11 13:36:32 +02:00 |
|
Lonami Exo
|
f581db294a
|
Better custom.MessageButton.click() docs
|
2018-06-11 10:25:57 +02:00 |
|
Lonami Exo
|
aa6d3430ae
|
Properly handle bot timeouts when clicking buttons
|
2018-06-11 10:20:22 +02:00 |
|
Lonami Exo
|
f86f52d960
|
Fix async_generator's and missing awaits
|
2018-06-10 22:00:55 +02:00 |
|
Lonami Exo
|
8be6adeab4
|
Make use of the async_generator module
|
2018-06-10 21:50:28 +02:00 |
|
Lonami Exo
|
15ef302428
|
Implement _switch_dc/fix missing first request
|
2018-06-10 21:30:31 +02:00 |
|
Lonami Exo
|
4a491e45ce
|
Fix broken debug call
|
2018-06-10 21:02:22 +02:00 |
|
Lonami Exo
|
d462b04a9c
|
Add async/await on tl.custom
|
2018-06-10 20:29:57 +02:00 |
|
Lonami Exo
|
1bde72d375
|
Make the TelegramClient aggregate all client methods
|
2018-06-10 19:05:36 +02:00 |
|
Lonami Exo
|
fb8b052754
|
Separate update requests from the TelegramClient
|
2018-06-10 13:58:21 +02:00 |
|
Lonami Exo
|
ac2e59b472
|
Separate auth requests from the TelegramClient
|
2018-06-10 12:57:36 +02:00 |
|
Lonami Exo
|
4ff0756ffc
|
Separate download requests from the TelegramClient
|
2018-06-10 12:04:23 +02:00 |
|
Lonami Exo
|
317b7053a0
|
Separate parse message methods from uploads
|
2018-06-10 11:33:20 +02:00 |
|
Lonami Exo
|
83a024656c
|
Rename client.files as client.uploads
|
2018-06-09 22:14:51 +02:00 |
|
Lonami Exo
|
ad29f2f5b7
|
Separate chat requests from the TelegramClient
|
2018-06-09 22:13:18 +02:00 |
|
Lonami Exo
|
1e91e5a83c
|
Separate dialogs methods from the TelegramClient
|
2018-06-09 22:09:02 +02:00 |
|
Lonami Exo
|
4bd20f1ce2
|
Separate file and message methods from TelegramClient
|
2018-06-09 22:05:06 +02:00 |
|
Lonami Exo
|
bb9b9796e0
|
Separate user methods from the base client
|
2018-06-09 21:22:54 +02:00 |
|
Lonami Exo
|
4b147f0153
|
Move clients to a new package
|
2018-06-09 21:11:35 +02:00 |
|
Lonami Exo
|
d76b27058f
|
Warn on invoke and clean TelegramClient
|
2018-06-09 21:10:23 +02:00 |
|
Lonami Exo
|
3e151a1b7a
|
Make TelegramBareClient able to invoke requests
|
2018-06-09 21:03:48 +02:00 |
|
Lonami Exo
|
7e68274f26
|
Keep consistent structure and remove done TODO
|
2018-06-09 15:42:10 +02:00 |
|
Lonami Exo
|
acd6025731
|
Use put_nowait and avoid double await
|
2018-06-09 15:26:13 +02:00 |
|