Lonami Exo
|
48bf78a855
|
Fix getting and using participants
|
2023-11-02 14:40:20 +01:00 |
|
Lonami Exo
|
cea9fc6c77
|
Ensure __all__ are consistent
|
2023-11-02 12:43:06 +01:00 |
|
Lonami Exo
|
2992a8e212
|
Make filters combinable
|
2023-11-02 01:30:40 +01:00 |
|
Lonami Exo
|
2def0a169c
|
Continue documentation and matching documented behaviour
|
2023-11-02 00:45:11 +01:00 |
|
Lonami Exo
|
6e88264b28
|
Support custom connectors
|
2023-10-29 21:45:21 +01:00 |
|
Lonami Exo
|
d80c6b3bb4
|
Remove utils file
This gets rid of awkward lazy imports as well.
|
2023-10-29 20:54:31 +01:00 |
|
Lonami Exo
|
8fe89496d6
|
Work towards message buttons
|
2023-10-28 20:17:48 +02:00 |
|
Lonami Exo
|
d15e84e595
|
Fix development installation instructions
Closes #4224.
|
2023-10-22 21:58:44 +02:00 |
|
Lonami Exo
|
257b5d74e9
|
Fix cyclic imports
|
2023-10-19 22:41:55 +02:00 |
|
Lonami Exo
|
b8b9836cf7
|
Work towards dialogs and drafts
|
2023-10-19 21:36:54 +02:00 |
|
Lonami Exo
|
864d5cd444
|
Gracefully handle user-invoked disconnects
|
2023-10-19 19:28:00 +02:00 |
|
Lonami Exo
|
854d3745b3
|
Handle dispatcher CancelledError during disconnect
|
2023-10-18 20:38:45 +02:00 |
|
Lonami Exo
|
c49f0827b1
|
Don't send requests until there are salts
This way we don't waste resources sending containers that may fail.
|
2023-10-18 20:35:55 +02:00 |
|
Lonami Exo
|
45f866c335
|
Fix handling of bad_msg 16 and 17
|
2023-10-18 20:31:09 +02:00 |
|
Lonami Exo
|
5604f530c0
|
Fix handling of bad_msg referring to containers
|
2023-10-18 19:51:18 +02:00 |
|
Lonami Exo
|
186dd38ff4
|
Save session in complete_login
|
2023-10-17 20:45:52 +02:00 |
|
Lonami Exo
|
4465644aa1
|
Fix pack implementations
|
2023-10-17 18:50:06 +02:00 |
|
Lonami Exo
|
34dffe978e
|
Fix file uploads and references to full_name
|
2023-10-16 23:06:24 +02:00 |
|
Lonami Exo
|
0727c1d1f1
|
Continue improving documentation
|
2023-10-16 20:12:16 +02:00 |
|
Lonami Exo
|
04806a2a4a
|
Create a base class for Chat
|
2023-10-16 20:12:00 +02:00 |
|
Lonami Exo
|
c4d399e32d
|
Add missing await in get_password_information
|
2023-10-16 20:10:05 +02:00 |
|
Lonami Exo
|
8e616bc85a
|
Add client to readthedocs requirements
|
2023-10-16 18:43:31 +02:00 |
|
Lonami Exo
|
8c0654185d
|
Version .tl files
|
2023-10-16 18:36:20 +02:00 |
|
Lonami Exo
|
2f6ea3497a
|
Use custom build backend for the client package
|
2023-10-16 18:32:12 +02:00 |
|
Lonami Exo
|
957a66f797
|
Move generator parser methods to parser
|
2023-10-16 18:31:42 +02:00 |
|
Lonami Exo
|
5416e4d5c0
|
Fix installation of generator
|
2023-10-16 17:19:56 +02:00 |
|
Lonami Exo
|
953f6f11c5
|
Add .readthedocs.yaml
|
2023-10-15 21:16:50 +02:00 |
|
Lonami Exo
|
6be93c69ed
|
Handle UpdateShortSentMessage in send_message
|
2023-10-14 01:25:06 +02:00 |
|
Lonami Exo
|
816f6012a9
|
Support more chats in resolve_to_packed
|
2023-10-14 01:21:59 +02:00 |
|
Lonami Exo
|
c91ce98a25
|
Fix handling of salts and container buffer
|
2023-10-14 01:21:33 +02:00 |
|
Lonami Exo
|
6ed279e773
|
Improve handling of remote config
|
2023-10-13 22:59:56 +02:00 |
|
Lonami Exo
|
b4f9d3d720
|
Improve error handling in transports
|
2023-10-13 22:59:56 +02:00 |
|
Lonami Exo
|
42633882b5
|
Make logs more consistent
|
2023-10-13 22:59:56 +02:00 |
|
Lonami Exo
|
236c2f7e7c
|
Remove TODOs
|
2023-10-13 22:59:56 +02:00 |
|
Lonami Exo
|
b31f4fe063
|
Use logger
|
2023-10-12 21:10:00 +02:00 |
|
Lonami Exo
|
325f1ca27d
|
Update changelog
|
2023-10-12 20:46:57 +02:00 |
|
Lonami Exo
|
994d07ba05
|
Continue documentation
|
2023-10-12 19:31:41 +02:00 |
|
Lonami Exo
|
034bf304bb
|
Enable and use ruff
|
2023-10-12 18:17:41 +02:00 |
|
Lonami Exo
|
7fabf7da0a
|
Continue documentation and reducing public API
|
2023-10-08 15:07:39 +02:00 |
|
Lonami Exo
|
25a2b53d3f
|
Continue implementing file and message
|
2023-10-02 23:26:40 +02:00 |
|
Lonami Exo
|
4df1f4537b
|
Complete migration guide from other bot libraries
|
2023-10-01 13:37:28 +02:00 |
|
Lonami Exo
|
18895748c4
|
Continue implementation and documentation
|
2023-09-30 17:13:24 +02:00 |
|
Lonami Exo
|
6a880f1ff1
|
Add missing implementations
|
2023-09-17 22:54:52 +02:00 |
|
Lonami Exo
|
5f4470dd57
|
Fix step could complete all at once
|
2023-09-17 22:53:52 +02:00 |
|
Lonami Exo
|
2541c409e2
|
Add username to session
Needed by filters.Command.
|
2023-09-17 22:53:26 +02:00 |
|
Lonami Exo
|
8c00d2f088
|
Update error types used by generator
|
2023-09-17 22:49:10 +02:00 |
|
Lonami Exo
|
6f6618f251
|
Use cryptg when available
|
2023-09-17 22:48:17 +02:00 |
|
Lonami Exo
|
495de58925
|
Expand docs on migration guide
|
2023-09-16 19:13:00 +02:00 |
|
Lonami Exo
|
22f15303a5
|
Add errors factory skeleton
|
2023-09-16 19:12:41 +02:00 |
|
Lonami Exo
|
0e586abefe
|
Add ChatType filter
|
2023-09-14 21:32:21 +02:00 |
|