levlam
67aa9cad66
Allocate exactly specified size in ArrayAllocator.
2021-11-18 16:42:01 +03:00
levlam
42ca2dcef5
Add serialize test.
2021-11-18 16:32:12 +03:00
levlam
2b9b9f0c31
Add ThreadIdGuard to tests and tg_cli.
2021-11-18 16:25:37 +03:00
levlam
6f3dc2afb1
Use new/delete instead of ArrayAllocator on external threads.
2021-11-18 16:22:54 +03:00
levlam
32713560b8
Move StackAllocator implementation to cpp.
2021-11-18 15:42:07 +03:00
levlam
bf9c78e982
Fix is_emoji.
2021-11-18 14:37:31 +03:00
levlam
fb39e5d746
SImplify StackAllocator::Ptr implementation.
2021-11-17 15:15:40 +03:00
levlam
4e802d67ca
Move out user_version logging from WARNING.
2021-11-17 09:09:01 +03:00
levlam
e7dfed10a5
Increase performance warning time to a reasonable value.
2021-11-17 09:07:23 +03:00
23rd
04736f363b
Fixed processing of speaking action in channels to form recent speakers.
2021-11-17 09:04:22 +03:00
levlam
36d4de747f
Move website authorization functions to Account.cpp.
2021-11-16 13:13:06 +03:00
levlam
c64cc8ad26
Move account-related methods to Account.cpp.
2021-11-16 13:02:07 +03:00
levlam
c2c49ebc66
Ignore Document parse errors.
2021-11-16 12:14:19 +03:00
levlam
922fd9b17b
Pass chat member status as DialogParticipantStatus.
2021-11-15 17:57:00 +03:00
levlam
76e1466abd
Use get_message_sender_dialog_id in search_dialog_messages.
2021-11-15 15:04:48 +03:00
levlam
b75d190e81
Use get_message_sender_dialog_id in toggle_message_sender_is_blocked.
2021-11-15 14:00:30 +03:00
levlam
1a291847d7
Improve get_message_sender_dialog_id.
2021-11-15 13:31:07 +03:00
levlam
21c8c752be
Add get_message_sender_dialog_ids.
2021-11-15 12:52:40 +03:00
levlam
5987ca69ff
Move get_message_sender_dialog_id to MessageSender.cpp.
2021-11-15 12:07:52 +03:00
levlam
a56c34c4dd
Move get_message_sender_object to MessageSender.cpp.
2021-11-15 01:18:47 +03:00
levlam
e52508bdc1
Add source to PhotoSizeSource::get_type.
2021-11-14 10:47:02 +03:00
levlam
6dd7c73765
Add source to store_sticker_set.
2021-11-14 10:19:03 +03:00
levlam
43855f0ce4
Improve error message.
2021-11-14 10:07:04 +03:00
levlam
ed56a75b8a
Check sticker pointer before use.
2021-11-14 09:05:33 +03:00
levlam
5e70be9d36
Improve CHECK.
2021-11-13 23:50:18 +03:00
levlam
60907279fd
Add missing checks for close_flag in Timeout callbacks.
2021-11-13 22:37:41 +03:00
levlam
85c30e5dd2
Add check that RequestHandler sends at most one request.
2021-11-12 14:47:51 +03:00
levlam
4762983803
Inline Td::send.
2021-11-12 14:39:04 +03:00
levlam
c29b096e79
Move logic out of ImportContactsQuery.
2021-11-12 07:37:53 +03:00
levlam
8db8f170f1
Add do_import_contacts.
2021-11-11 21:57:09 +03:00
levlam
f78f3407f8
Simplify DeletePhoneCallHistoryQuery.
2021-11-11 21:34:27 +03:00
levlam
e9695d2fcc
Add struct AffectedHistory.
2021-11-11 21:13:03 +03:00
levlam
f22d96ac9c
Unify AffectedHistory handling.
2021-11-11 20:55:49 +03:00
levlam
b731414d42
Init some fields just in case.
2021-11-11 17:39:09 +03:00
levlam
712197ad6d
Mark some constructors as noexcept.
2021-11-10 21:55:50 +03:00
levlam
6238f0fc89
Minor improvements.
2021-11-10 21:09:28 +03:00
levlam
5a02af8c72
Use const reference if range-based for if appropriate.
2021-11-10 20:39:35 +03:00
levlam
2392cc7631
Fix some uses after move.
2021-11-10 20:05:41 +03:00
Trumeet
33c689aacc
Add missing 'struct' keywords for tdc headers
...
Some structs do not have typedef aliases, but their references forget to put 'struct' keywords when referencing them, so they cause compiling issues.
This commit adds the missing 'struct' keywords so TDLib C headers could compile successfully.
2021-11-10 19:21:04 +03:00
levlam
96382d5621
Output no_color only if there was a color.
2021-11-10 19:06:12 +03:00
levlam
00cea653bf
Improve includes.
2021-11-09 19:02:01 +03:00
levlam
a3e9a0be1f
Move get_dialog_event_log to separate file.
2021-11-09 16:54:49 +03:00
levlam
4f1e5db8cd
Simplify message deletion.
2021-11-09 10:19:04 +03:00
levlam
544ec92aa9
Ensure that RequestActor function isn't run while closing.
2021-11-08 19:17:36 +03:00
levlam
244986ae7d
Crash if tryibg to create a NetActor while closing.
2021-11-08 19:07:55 +03:00
levlam
9f5a1567f0
Ignore CHANNEL_PRIVATE errors for GetChannelDifferenceQuery after restart.
2021-11-08 17:24:27 +03:00
levlam
b0eca77c9a
Improve logging.
2021-11-08 17:11:35 +03:00
levlam
6de2763fac
Remove duplicate logging before net queries.
2021-11-08 16:41:16 +03:00
levlam
2f1821a6c4
Improve RequestActor td_ private field name.
2021-11-08 15:26:22 +03:00
levlam
616b0e6d6f
Improve ResultHandler/NetActor td_ private field name.
2021-11-08 15:20:38 +03:00