levlam
|
0649b7e2fa
|
Add allocation-free fast path to is_common_tld.
|
2022-08-20 12:56:52 +03:00 |
|
levlam
|
fc9e878539
|
Optimize is_email_address.
|
2022-08-20 12:44:22 +03:00 |
|
levlam
|
4206246b0c
|
Simplify match_url code.
|
2022-08-20 11:34:21 +03:00 |
|
levlam
|
0d2ddc2d56
|
Allow only domain symbols in user data after first dot to improve performance.
|
2022-08-19 21:01:39 +03:00 |
|
levlam
|
96cca84a60
|
Remove source from next_utf8_unsafe.
|
2022-08-19 16:37:44 +03:00 |
|
levlam
|
a8b3573a00
|
Always pass non-null pointer to next_utf8_unsafe.
|
2022-08-19 16:19:58 +03:00 |
|
levlam
|
73f945bd8b
|
Support setting "is_location_visible" option before authorization.
|
2022-08-19 14:16:53 +03:00 |
|
levlam
|
f99327ca50
|
Add more CHECK logging.
|
2022-08-19 00:00:32 +03:00 |
|
levlam
|
515a9cfb48
|
Minor improvements.
|
2022-08-18 23:31:14 +03:00 |
|
levlam
|
939f4fa9fd
|
Rename shared_config variables.
|
2022-08-18 21:51:29 +03:00 |
|
levlam
|
c5b258f097
|
Explicitly pass options to get_simple_config_*.
|
2022-08-18 21:45:29 +03:00 |
|
levlam
|
db5ad187d0
|
Add debug for "Lost promise" errors.
|
2022-08-18 21:32:36 +03:00 |
|
levlam
|
26bd2c71b3
|
Remove my_id from Global.
|
2022-08-18 20:21:40 +03:00 |
|
levlam
|
3de61c80f2
|
Postpone some getOption requests until initialization.
|
2022-08-18 19:54:04 +03:00 |
|
levlam
|
266e5d4b16
|
Fix setting "is_location_visible" option before authorization.
|
2022-08-18 19:38:30 +03:00 |
|
levlam
|
29b35f3698
|
Call on_option_updated only after Td is fully inited.
|
2022-08-18 19:12:15 +03:00 |
|
levlam
|
bece21cc38
|
Make OptionManager a plain class.
|
2022-08-18 18:52:59 +03:00 |
|
levlam
|
04b98aa385
|
Use OptionManager directly if possible.
|
2022-08-18 17:00:18 +03:00 |
|
levlam
|
fef6ef3c2a
|
Remove conversion from legacy language pack option.
|
2022-08-18 16:03:58 +03:00 |
|
levlam
|
b772579af1
|
Fix "utc_time_offset" option updating on launch.
|
2022-08-18 15:59:32 +03:00 |
|
levlam
|
149d505781
|
Move option-related functions to OptionManager.
|
2022-08-18 14:54:57 +03:00 |
|
levlam
|
424e632f9f
|
Combine reload_attach_menu_bots queries.
|
2022-08-18 13:39:24 +03:00 |
|
levlam
|
4ba7bf4a92
|
Use send_closure for some request processing.
|
2022-08-18 13:29:51 +03:00 |
|
levlam
|
552bde9fda
|
Use query_promise in GetContactSignUpNotificationQuery.
|
2022-08-18 12:55:55 +03:00 |
|
levlam
|
0225f0cab7
|
Ensure that option values are fetched on launch.
|
2022-08-18 00:37:19 +03:00 |
|
levlam
|
12abea736f
|
Init base LanguagePackManager fields in constuctor.
|
2022-08-17 22:49:05 +03:00 |
|
levlam
|
e897298527
|
Load animation search options on start and remove redundant fields.
|
2022-08-17 22:16:16 +03:00 |
|
levlam
|
3fe53c7d1d
|
Remove saved_animations_limit binlog option.
|
2022-08-17 22:00:55 +03:00 |
|
levlam
|
9fddbf4ee8
|
Remove redundant parameters.
|
2022-08-17 21:40:03 +03:00 |
|
levlam
|
f9161dccc3
|
Remove "auth" internal option.
|
2022-08-17 20:01:03 +03:00 |
|
levlam
|
2ebeca31ca
|
Don't use shared_config directly in Global.cpp.
|
2022-08-17 19:43:00 +03:00 |
|
levlam
|
3318ffdb20
|
Proxy all option-related requests through G.
|
2022-08-17 16:11:13 +03:00 |
|
levlam
|
9f2a6b5fd4
|
Improve includes.
|
2022-08-16 09:43:32 +03:00 |
|
levlam
|
febf458091
|
Move set_default_reaction to MessageReaction.h.
|
2022-08-15 22:47:02 +03:00 |
|
levlam
|
bbac7baed0
|
Add setUserSupportInfo.
|
2022-08-15 16:58:28 +03:00 |
|
levlam
|
f0a89c3dbe
|
Remove process_input_caption in favor of get_formatted_text.
|
2022-08-15 16:26:51 +03:00 |
|
levlam
|
8b61255387
|
Add additional parameters to get_formatted_text.
|
2022-08-15 16:16:50 +03:00 |
|
levlam
|
61fb071b25
|
Use get_formatted_text in get_web_page_preview.
|
2022-08-15 15:59:16 +03:00 |
|
levlam
|
b1e43bfbd5
|
Pass FormattedText to get_first_url.
|
2022-08-15 15:55:48 +03:00 |
|
levlam
|
47c0f387de
|
Add get_formatted_text function.
|
2022-08-15 15:37:17 +03:00 |
|
levlam
|
5af4fcc35e
|
Add td_api::getUserSupportInfo.
|
2022-08-15 14:32:35 +03:00 |
|
levlam
|
383359d767
|
Do not check local location when cancel file upload.
|
2022-08-15 13:13:23 +03:00 |
|
levlam
|
8f433070df
|
Minor fixes.
|
2022-08-14 15:04:08 +03:00 |
|
levlam
|
9a469eef31
|
Minor fixes.
|
2022-08-12 18:39:36 +03:00 |
|
levlam
|
e7fa6741aa
|
Support file reference repair for files of attachment menu bots.
|
2022-08-10 21:12:05 +03:00 |
|
levlam
|
9c7bdb2810
|
Fix payment form and web view color value sent to the server.
|
2022-08-10 19:32:07 +03:00 |
|
levlam
|
4754f36808
|
Fix warning.
|
2022-08-10 18:38:30 +03:00 |
|
levlam
|
148ded0620
|
Disable ConfigRecoverer if there are a lot of pending auth keys.
|
2022-08-10 17:03:38 +03:00 |
|
levlam
|
17a18e8def
|
Always use send_closure_later to keep relative message order.
|
2022-08-10 16:25:17 +03:00 |
|
levlam
|
9f520f7db2
|
Asynchronously load reactions on start up.
|
2022-08-10 15:39:33 +03:00 |
|
levlam
|
f342b65500
|
Check for close status as early as possible.
|
2022-08-10 14:04:36 +03:00 |
|
levlam
|
12d852abc5
|
Check for close_flag as early as possible.
|
2022-08-10 13:57:41 +03:00 |
|
levlam
|
2865be8dd7
|
Store link to parent in FileReferenceManager.
|
2022-08-09 17:00:36 +03:00 |
|
levlam
|
8484531d95
|
Ignore unused appConfig option.
|
2022-08-09 13:07:54 +03:00 |
|
levlam
|
cee055350a
|
Fix premium_sticker_positions_ initialization.
|
2022-08-08 21:13:22 +03:00 |
|
levlam
|
8e5d85eb11
|
Add error logging.
|
2022-08-08 19:52:29 +03:00 |
|
levlam
|
5c46c95ac5
|
Improve logging.
|
2022-08-08 19:26:57 +03:00 |
|
levlam
|
ca95e77845
|
Avoid expected warning.
|
2022-08-08 19:20:19 +03:00 |
|
levlam
|
8717720ee9
|
Add constant for "after get difference" source.
|
2022-08-08 19:01:50 +03:00 |
|
levlam
|
57947f549d
|
Remove now unneeded restore of PTS in channels.
|
2022-08-08 18:38:25 +03:00 |
|
levlam
|
594aa2ff6d
|
Use request promise in setStickerSetThumbnail.
|
2022-08-08 17:31:27 +03:00 |
|
levlam
|
69b1cc7967
|
Use request promise in createNewStickerSet.
|
2022-08-08 17:24:01 +03:00 |
|
levlam
|
57de8b5b09
|
Use request promise in addStickerToSet.
|
2022-08-08 17:01:04 +03:00 |
|
levlam
|
74c03d35a7
|
Ignore chat photo in left basic groups just in case.
|
2022-08-08 16:42:44 +03:00 |
|
levlam
|
a045e8a528
|
Avoid expected error logging.
|
2022-08-08 16:42:26 +03:00 |
|
levlam
|
d04527d10e
|
Avoid expected error logging.
|
2022-08-08 13:19:11 +03:00 |
|
levlam
|
6871340548
|
Asynchronously update searchStickers cache.
|
2022-08-08 10:10:23 +03:00 |
|
levlam
|
18948ca87e
|
Disallow reactions on self-destruct media.
|
2022-08-08 09:44:58 +03:00 |
|
levlam
|
05625491ba
|
Cache found stickers in database.
|
2022-08-08 00:55:22 +03:00 |
|
levlam
|
2bf7b1e90a
|
Optimize split_stickers_by_premium.
|
2022-08-07 21:10:15 +03:00 |
|
levlam
|
5304ac7ccf
|
Optimize installed premium stickers traversal in getPremiumStickers.
|
2022-08-07 20:35:13 +03:00 |
|
levlam
|
36d7adef38
|
Unify field naming in private StickersManager classes.
|
2022-08-07 19:47:50 +03:00 |
|
levlam
|
26fe0f73f9
|
Try to keep 3 other recent reaction choosers.
|
2022-08-07 15:28:55 +03:00 |
|
levlam
|
ae14546613
|
Disallow adding new reactions in supergroup if can't send messages there.
|
2022-08-07 12:48:36 +03:00 |
|
levlam
|
36803d8d28
|
Improve 'Type of file mismatch' error messages.
|
2022-08-07 11:55:58 +03:00 |
|
levlam
|
a955e0b9df
|
Improve FileType::operator<<.
|
2022-08-07 00:42:40 +03:00 |
|
levlam
|
e80e4304a4
|
Return stickers from installed sticker sets in getPremiumStickers.
|
2022-08-07 00:33:16 +03:00 |
|
levlam
|
1764cda9fa
|
Automatically load installed sticker sets in StickersManager::get_stickers.
|
2022-08-06 23:39:54 +03:00 |
|
levlam
|
035cec9fb9
|
Simplify changing file sources.
|
2022-08-06 13:54:10 +03:00 |
|
levlam
|
44e96081c6
|
Support file reference repair for bot description photo and animation.
|
2022-08-06 13:42:35 +03:00 |
|
levlam
|
14fa1d71d9
|
Append album cover file identifiers to audio file identifiers.
|
2022-08-06 11:03:48 +03:00 |
|
levlam
|
2867fe3637
|
Improve get_message_content_file_ids implementation.
|
2022-08-05 22:59:39 +03:00 |
|
levlam
|
2be350b8fe
|
Support multiple sizes for audio album covers.
|
2022-08-05 22:43:53 +03:00 |
|
levlam
|
643cecbc16
|
Consider "disable_animated_emojis" option for custom emojis.
|
2022-08-05 21:56:05 +03:00 |
|
levlam
|
cb0daf0bef
|
Resolve custom animated emoji stickers.
|
2022-08-05 20:49:24 +03:00 |
|
levlam
|
3c863517ba
|
Return messageAnimatedEmoji for single custom emoji.
|
2022-08-05 17:58:16 +03:00 |
|
levlam
|
edaff2eba5
|
Don't send unneeded user from inlineKeyboardButtonTypeUser for bots.
|
2022-08-05 16:47:47 +03:00 |
|
levlam
|
feafa4aacc
|
Add chat_id to getStickers.
|
2022-08-05 14:06:06 +03:00 |
|
levlam
|
da564df855
|
Add source to load_database_files.
|
2022-08-04 18:49:05 +03:00 |
|
levlam
|
515bd488fb
|
Use WaitFreeHashMap for dialogs.
|
2022-08-04 17:38:33 +03:00 |
|
levlam
|
699b421824
|
Use full variable names for unique_ptr<Dialog>.
|
2022-08-04 16:30:14 +03:00 |
|
levlam
|
e5b453d169
|
Use WaitFreeHashMap in ContactsManager.
|
2022-08-04 16:18:41 +03:00 |
|
levlam
|
779090f4dd
|
Add more WaitFree* classes usages.
|
2022-08-04 14:48:10 +03:00 |
|
levlam
|
29460cacc8
|
Use WaitFreeHashMap for document storages.
|
2022-08-04 10:50:34 +03:00 |
|
levlam
|
8ec29b019a
|
Use get_document if possible.
|
2022-08-03 23:23:32 +03:00 |
|
levlam
|
bb5d8c0c8d
|
Use WaitFreeHashMap in StickersManager.
|
2022-08-03 22:42:52 +03:00 |
|
levlam
|
ad72974e70
|
Simplify implementation of merge_* for documents.
|
2022-08-03 21:58:07 +03:00 |
|
levlam
|
33623f9818
|
Remove unused can_delete_old parameter.
|
2022-08-03 21:38:03 +03:00 |
|
levlam
|
b8d97997a6
|
Remove expected error logging.
|
2022-08-02 21:41:18 +03:00 |
|
levlam
|
0c9a309746
|
Ensure that returned number of poll voters isn't less than the number of known voters.
|
2022-08-02 21:24:53 +03:00 |
|