levlam
5e34f07641
Output original name in telegram_api::to_string.
2021-11-21 21:29:43 +03:00
levlam
743a30d470
Show "Copy" button only if copying of all build instructions is possible.
2021-11-20 18:43:52 +03:00
levlam
6832b86947
Use black $ for list style and return back outline on focus for mouseless setups.
2021-11-20 18:28:17 +03:00
levlam
ece3a9bbcd
Remove trailing spaces and use consictent indent size in build.html.
2021-11-20 18:16:28 +03:00
Mammad
3272888be1
Improve appearance of build instructions generator ( #1689 )
2021-11-20 18:14:08 +03:00
levlam
a58b4dc302
Fix misprint in documentation.
2021-11-19 17:56:51 +03:00
levlam
bb0f7e012d
Fix can_get_message_viewers for anonymous polls.
2021-11-19 16:15:37 +03:00
levlam
655896ad4a
Update default value of chat_read_mark_size_threshold.
2021-11-19 16:03:23 +03:00
Sebastian
505fed00bd
Update python example: Use sys.exit for quitting
...
automatically sends the message to `stderr` and sets the exit-code to 1
`quit` is only for exiting the interpreter, use the recommended `sys.exit`
2021-11-18 17:04:28 +03:00
levlam
bd733c1c6e
Fix CheckExitGuard test.
2021-11-18 17:01:05 +03:00
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