tdlight/td/telegram
levlam 720a6ac45a Update .clang-format. 2020-12-18 17:21:25 +03:00
..
files Always adjust part size to keep low number of parts in downloaded files. 2020-11-17 02:59:58 +03:00
logevent Add td_api::unpinAllChatMessages. 2020-10-23 01:56:06 +03:00
net Fix closing connection on too much dropped packets. 2020-11-18 17:49:29 +03:00
AccessRights.h Fix chat blocking. 2020-09-20 04:30:46 +03:00
AnimationsManager.cpp Safer work with negative monotonic time. 2020-11-21 16:34:39 +03:00
AnimationsManager.h Safer work with negative monotonic time. 2020-11-21 16:34:39 +03:00
AnimationsManager.hpp Add animated thumbnail support for animations and videos 2020-05-30 01:48:56 +03:00
AudiosManager.cpp Add inputMessageDocument.force_file. 2020-06-22 02:02:21 +03:00
AudiosManager.h Update copyright year. 2020-01-01 04:23:48 +03:00
AudiosManager.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
AuthManager.cpp Disallow checkAuthenticationBotToken in Ready state. 2020-09-25 01:11:17 +03:00
AuthManager.h Remove copy-paste. 2020-08-17 17:35:15 +03:00
AuthManager.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
AutoDownloadSettings.cpp Simplify NetQuery creation. 2020-03-16 00:17:11 +03:00
AutoDownloadSettings.h Update copyright year. 2020-01-01 04:23:48 +03:00
BackgroundId.h Update copyright year. 2020-01-01 04:23:48 +03:00
BackgroundManager.cpp Unify logging of request responses. 2020-09-24 16:08:04 +03:00
BackgroundManager.h Update copyright year. 2020-01-01 04:23:48 +03:00
BackgroundType.cpp Improve spelling. 2020-05-18 22:54:18 +03:00
BackgroundType.h Update copyright year. 2020-01-01 04:23:48 +03:00
BackgroundType.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
CallActor.cpp Explicitly convert int64 to double. 2020-09-30 22:21:32 +03:00
CallActor.h Update layer to 117. Support WebRTC call servers. 2020-08-10 18:37:03 +03:00
CallDiscardReason.cpp Remove useless forward declarations. 2020-02-23 23:00:51 +03:00
CallDiscardReason.h Remove useless forward declarations. 2020-02-23 23:00:51 +03:00
CallId.h Unify conversion function names. 2020-06-22 04:28:03 +03:00
CallManager.cpp Fix handling of updateCallSignalingData. 2020-09-14 16:02:37 +03:00
CallManager.h Add td_api::sendCallSignalingData. 2020-08-10 11:34:28 +03:00
CallbackQueriesManager.cpp Add CallbackWithPassword buttons support. 2020-08-18 09:32:37 +03:00
CallbackQueriesManager.h Add CallbackWithPassword buttons support. 2020-08-18 09:32:37 +03:00
ChannelId.h Update copyright year. 2020-01-01 04:23:48 +03:00
ChatId.h Update copyright year. 2020-01-01 04:23:48 +03:00
Client.cpp Include ConcurrentScheduler separately. 2020-11-23 03:24:36 +03:00
Client.h Minor fixes. 2020-11-20 01:32:58 +03:00
ClientActor.cpp NetQueryStats 2020-07-30 17:28:56 +03:00
ClientActor.h Improve documentation. 2020-11-15 17:38:10 +03:00
ClientDotNet.cpp Remove ability to change update handler after client creation. 2020-10-05 20:18:59 +03:00
ClientJson.cpp Rename create_client to create_client_id. 2020-11-15 01:13:11 +03:00
ClientJson.h Rename create_client to create_client_id. 2020-11-15 01:13:11 +03:00
ConfigManager.cpp Add can_archive_and_mute_new_chats_from_unknown_users option. 2020-11-28 16:39:56 +03:00
ConfigManager.h Fix misprint. 2020-08-23 20:34:05 +03:00
ConfigShared.cpp Make optionValueInteger value int64. 2020-09-25 00:46:16 +03:00
ConfigShared.h Make optionValueInteger value int64. 2020-09-25 00:46:16 +03:00
Contact.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
Contact.h Support arbitrary dice sticker sets. 2020-04-19 16:30:04 +03:00
ContactsManager.cpp Fix can_be_muted flag. 2020-12-18 17:08:24 +03:00
ContactsManager.h Allow loading channel participants without bot info. 2020-12-16 17:43:34 +03:00
CountryInfoManager.cpp Fix GroupCallManager destructor. 2020-11-26 18:02:18 +03:00
CountryInfoManager.h Embed English list of countries. 2020-09-25 15:14:33 +03:00
DelayDispatcher.cpp Wait DelayDispatcher closing before FileLoader closing. 2020-08-27 00:52:01 +03:00
DelayDispatcher.h Wait DelayDispatcher closing before FileLoader closing. 2020-08-27 00:52:01 +03:00
Dependencies.cpp Add add_message_sender_dependencies function. 2020-10-19 19:17:56 +03:00
Dependencies.h Add add_message_sender_dependencies function. 2020-10-19 19:17:56 +03:00
DeviceTokenManager.cpp Use Global::is_expected_error whenever appropriate. 2020-03-31 00:35:58 +03:00
DeviceTokenManager.h Safe and reliable device token re-registration. 2020-01-01 19:38:54 +03:00
DhCache.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
DhCache.h Update copyright year. 2020-01-01 04:23:48 +03:00
DhConfig.h Update copyright year. 2020-01-01 04:23:48 +03:00
DialogAction.cpp Remove chatActionSpeakingInCall. 2020-12-06 10:52:55 +03:00
DialogAction.h Improve sending speaking in voice chat typings. 2020-12-04 17:06:37 +03:00
DialogAdministrator.cpp Introduce DialogAction class. 2020-10-01 19:28:10 +03:00
DialogAdministrator.h Update copyright year. 2020-01-01 04:23:48 +03:00
DialogDate.h Update copyright year. 2020-01-01 04:23:48 +03:00
DialogDb.cpp Explicitly capture copied lambda parameters. 2020-09-27 02:20:42 +03:00
DialogDb.h Store pinned dialog list in binlog. 2020-05-03 01:10:54 +03:00
DialogFilter.cpp Add DialogFilter::get_chat_filter_info_object. 2020-06-07 21:51:21 +03:00
DialogFilter.h Add DialogFilter::get_chat_filter_info_object. 2020-06-07 21:51:21 +03:00
DialogFilter.hpp Move DialogFilter implementation to separate files. 2020-06-02 13:58:53 +03:00
DialogFilterId.h Dialog list fixes. 2020-05-28 21:24:50 +03:00
DialogId.cpp Add InputDialogId. 2020-05-12 15:52:10 +03:00
DialogId.h Add InputDialogId. 2020-05-12 15:52:10 +03:00
DialogListId.h Fix some includes. 2020-06-07 18:14:52 +03:00
DialogLocation.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
DialogLocation.h Update copyright year. 2020-01-01 04:23:48 +03:00
DialogParticipant.cpp Fix basic group administrator rights. 2020-12-14 22:30:58 +03:00
DialogParticipant.h Fix new rights in created chats. 2020-12-07 00:47:48 +03:00
DialogSource.cpp Minor fixes. 2020-04-30 22:21:42 +03:00
DialogSource.h Support removing PSA from the shat list. 2020-04-30 14:57:01 +03:00
Document.cpp Add animated thumbnail support for animations and videos 2020-05-30 01:48:56 +03:00
Document.h Do not send updates if web page is not changed. 2020-01-26 04:59:19 +03:00
Document.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
DocumentsManager.cpp Update layer to 121. 2020-11-09 23:41:23 +03:00
DocumentsManager.h Add td_api::thumbnail. 2020-05-31 22:22:15 +03:00
DocumentsManager.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
DraftMessage.cpp Add draftMessage.date. 2020-03-12 19:56:42 +03:00
DraftMessage.h Update copyright year. 2020-01-01 04:23:48 +03:00
DraftMessage.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
FileReferenceManager.cpp Add photo to *FullInfo. 2020-07-06 15:26:29 +03:00
FileReferenceManager.h Add photo to *FullInfo. 2020-07-06 15:26:29 +03:00
FileReferenceManager.hpp Add photo to *FullInfo. 2020-07-06 15:26:29 +03:00
FolderId.h Add DialogListId. 2020-05-21 19:39:34 +03:00
FullMessageId.h Update copyright year. 2020-01-01 04:23:48 +03:00
Game.cpp Simplify get_photo_object. 2020-07-06 18:45:43 +03:00
Game.h Add Game::has_input_media. 2020-01-16 05:18:06 +03:00
Game.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
Global.cpp Make function name unique. 2020-10-02 13:22:06 +03:00
Global.h Support updateGroupCall. 2020-11-25 17:04:32 +03:00
GroupCallId.h Save voice chat channel_id. 2020-12-04 12:40:51 +03:00
GroupCallManager.cpp Fix can_be_muted flag. 2020-12-18 17:08:24 +03:00
GroupCallManager.h Add separate GroupCallManager::on_update_group_call_rights method. 2020-12-17 18:27:01 +03:00
GroupCallParticipant.cpp Separately apply versioned and unversioned group call updates. 2020-12-18 16:23:49 +03:00
GroupCallParticipant.h Separately apply versioned and unversioned group call updates. 2020-12-18 16:23:49 +03:00
HashtagHints.cpp Ignore SQLite key-value responses after close. 2020-05-16 02:25:03 +03:00
HashtagHints.h Update copyright year. 2020-01-01 04:23:48 +03:00
InlineQueriesManager.cpp Add outline support for sticker set thumbnails. 2020-12-14 17:16:57 +03:00
InlineQueriesManager.h Separate inline query results cache for different chat types. 2020-12-08 01:26:40 +03:00
InputDialogId.cpp Fix include. 2020-06-07 20:13:33 +03:00
InputDialogId.h Delete unused method. 2020-06-02 14:02:12 +03:00
InputGroupCallId.cpp Add GroupCallId class. 2020-12-03 19:52:50 +03:00
InputGroupCallId.h Add GroupCallId class. 2020-12-03 19:52:50 +03:00
InputMessageText.cpp Add "always_parse_markdown" option. 2020-03-12 20:20:59 +03:00
InputMessageText.h Update copyright year. 2020-01-01 04:23:48 +03:00
InputMessageText.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
JsonValue.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
JsonValue.h Update copyright year. 2020-01-01 04:23:48 +03:00
LanguagePackManager.cpp Protect LanguagePackManager::tear_down during exit. 2020-11-23 02:11:05 +03:00
LanguagePackManager.h Add td_api::getCountries. 2020-08-24 23:38:45 +03:00
Location.cpp Increase maximum allowed horizontal accuracy to 1500. 2020-10-30 17:01:06 +03:00
Location.h Improve field names. 2020-10-30 15:51:20 +03:00
Log.cpp Allow to disable stderr redirect when logging to file. 2020-09-27 14:37:35 +03:00
Log.h Documentation improvements. 2020-01-06 21:44:09 +03:00
LogDotNet.cpp Use #pragma managed(push, off) around unmanaged includes in managed code. 2020-06-06 22:51:45 +03:00
Logging.cpp Disable logging after program exit. 2020-10-11 14:45:22 +03:00
Logging.h Update copyright year. 2020-01-01 04:23:48 +03:00
MessageContent.cpp Separate message contents for started and ended boice chats. 2020-12-14 22:22:20 +03:00
MessageContent.h Minor fixes. 2020-11-08 14:00:36 +03:00
MessageContentType.cpp Add messageGroupCall and messageInviteToGroupCall. 2020-11-24 14:33:16 +03:00
MessageContentType.h Add messageGroupCall and messageInviteToGroupCall. 2020-11-24 14:33:16 +03:00
MessageCopyOptions.h Minor fixes. 2020-09-24 19:15:42 +03:00
MessageEntity.cpp Disable commands highlighting in the chat with the Replies bot. 2020-09-30 04:32:28 +03:00
MessageEntity.h Add static assert for array size. 2020-08-23 21:25:06 +03:00
MessageEntity.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
MessageId.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
MessageId.h Improve logging on check fail. 2020-03-12 18:36:47 +03:00
MessageReplyInfo.cpp Add MessagesManager::update_reply_count_by_message and update reply_count on message deletion. 2020-10-31 13:55:53 +03:00
MessageReplyInfo.h Add MessagesManager::update_reply_count_by_message and update reply_count on message deletion. 2020-10-31 13:55:53 +03:00
MessageSearchFilter.cpp Add searchMessagesFilterPinned. 2020-10-20 02:41:24 +03:00
MessageSearchFilter.h Add searchMessagesFilterPinned. 2020-10-20 02:41:24 +03:00
MessagesDb.cpp Add top_thread_message_id column to the database. 2020-09-28 15:13:25 +03:00
MessagesDb.h Add top_thread_message_id column to the database. 2020-09-28 15:13:25 +03:00
MessagesManager.cpp Separately apply versioned and unversioned group call updates. 2020-12-18 16:23:49 +03:00
MessagesManager.h Separately apply versioned and unversioned group call updates. 2020-12-18 16:23:49 +03:00
Notification.h Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationGroupId.h Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationGroupKey.h Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationGroupType.h Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationId.h Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationManager.cpp Support document and audio albums in push notifications. 2020-10-20 13:21:09 +03:00
NotificationManager.h Unify "log event" spelling. 2020-09-22 02:15:09 +03:00
NotificationSettings.cpp Improve spelling. 2020-05-18 22:54:18 +03:00
NotificationSettings.h Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationSettings.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
NotificationType.cpp Minor improvements. 2020-11-02 00:43:57 +03:00
NotificationType.h Update layer 119. Add sender_chat_id. 2020-09-08 22:08:10 +03:00
PasswordManager.cpp Safer work with negative monotonic time. 2020-11-21 16:34:39 +03:00
PasswordManager.h Safer work with negative monotonic time. 2020-11-21 16:34:39 +03:00
Payments.cpp Remove remained TON integration methods. 2020-06-08 02:12:57 +03:00
Payments.h Remove remained TON integration methods. 2020-06-08 02:12:57 +03:00
Payments.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
PhoneNumberManager.cpp Minor fixes. 2020-03-16 22:00:44 +03:00
PhoneNumberManager.h Update copyright year. 2020-01-01 04:23:48 +03:00
Photo.cpp Update layer to 121. 2020-11-09 23:41:23 +03:00
Photo.h Update layer to 121. 2020-11-09 23:41:23 +03:00
Photo.hpp Add progressive JPEG support. 2020-08-25 15:09:24 +03:00
PhotoSizeSource.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
PhotoSizeSource.h Update copyright year. 2020-01-01 04:23:48 +03:00
PhotoSizeSource.hpp Improve error message. 2020-05-22 15:59:29 +03:00
PollId.h Update copyright year. 2020-01-01 04:23:48 +03:00
PollId.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
PollManager.cpp Fix std::...::erase return value usages. 2020-10-08 23:04:40 +03:00
PollManager.h Unify "log event" spelling. 2020-09-22 02:15:09 +03:00
PollManager.hpp Reget poll once after close. 2020-04-05 05:35:52 +03:00
PrivacyManager.cpp Unify conversion function names. 2020-06-22 04:28:03 +03:00
PrivacyManager.h Unify conversion function names. 2020-06-22 04:28:03 +03:00
PtsManager.h Remove some logging in tests. 2020-08-02 01:40:48 +03:00
PublicDialogType.h Update copyright year. 2020-01-01 04:23:48 +03:00
QueryCombiner.cpp Safer work with negative monotonic time. 2020-11-21 16:34:39 +03:00
QueryCombiner.h Safer work with negative monotonic time. 2020-11-21 16:34:39 +03:00
ReplyMarkup.cpp Add CallbackWithPassword buttons support. 2020-08-18 09:32:37 +03:00
ReplyMarkup.h Add CallbackWithPassword buttons support. 2020-08-18 09:32:37 +03:00
ReplyMarkup.hpp Add max_message_id and max_read_message_id to MessageReplyInfo. 2020-09-15 19:45:45 +03:00
RequestActor.h Use error code 500 for "Requested data is inaccessible" errors. 2020-10-18 01:03:16 +03:00
RestrictionReason.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
RestrictionReason.h Update copyright year. 2020-01-01 04:23:48 +03:00
ScheduledServerMessageId.h Update copyright year. 2020-01-01 04:23:48 +03:00
SecretChatActor.cpp Unify "log event" spelling. 2020-09-22 02:15:09 +03:00
SecretChatActor.h Unify "log event" spelling. 2020-09-22 02:15:09 +03:00
SecretChatDb.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
SecretChatDb.h Update copyright year. 2020-01-01 04:23:48 +03:00
SecretChatId.h Update copyright year. 2020-01-01 04:23:48 +03:00
SecretChatsManager.cpp Use Random::fast_bool. 2020-10-08 12:56:08 +03:00
SecretChatsManager.h Unify "log event" spelling. 2020-09-22 02:15:09 +03:00
SecretInputMedia.h Update copyright year. 2020-01-01 04:23:48 +03:00
SecureManager.cpp Unify logging of request responses. 2020-09-24 16:08:04 +03:00
SecureManager.h Improve function name. 2020-08-23 23:02:20 +03:00
SecureStorage.cpp Improve error messages. 2020-03-02 12:52:13 +03:00
SecureStorage.h Make FileDataView private. 2020-01-03 04:16:05 +03:00
SecureValue.cpp Improve spelling. 2020-05-18 22:54:18 +03:00
SecureValue.h Update copyright year. 2020-01-01 04:23:48 +03:00
SecureValue.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
SendCodeHelper.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
SendCodeHelper.h Update copyright year. 2020-01-01 04:23:48 +03:00
SendCodeHelper.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
SequenceDispatcher.cpp Improve NetQuery public field names. 2020-06-10 02:44:54 +03:00
SequenceDispatcher.h Update copyright year. 2020-01-01 04:23:48 +03:00
ServerMessageId.h Update copyright year. 2020-01-01 04:23:48 +03:00
SetWithPosition.h Update copyright year. 2020-01-01 04:23:48 +03:00
SpecialStickerSetType.cpp Minor fixes. 2020-04-21 03:29:20 +03:00
SpecialStickerSetType.h Add SpecialStickerSetType::get_dice_emoji. 2020-04-19 21:21:17 +03:00
StateManager.cpp Minor fixes. 2020-08-05 20:36:13 +03:00
StateManager.h Minor fixes. 2020-08-05 20:36:13 +03:00
StickerSetId.h Update copyright year. 2020-01-01 04:23:48 +03:00
StickerSetId.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
StickersManager.cpp Automatically close unclosed contours. 2020-12-16 16:04:27 +03:00
StickersManager.h Represent sticker contours as vector path. 2020-12-02 18:45:06 +03:00
StickersManager.hpp Update layer to 121. 2020-11-09 23:41:23 +03:00
StorageManager.cpp Fix tdutils after merge. 2020-06-26 02:24:13 +03:00
StorageManager.h Fix tdutils after merge. 2020-06-26 02:24:13 +03:00
SuggestedAction.cpp Add updateSuggestedActions. 2020-07-11 23:50:21 +03:00
SuggestedAction.h Add updateSuggestedActions. 2020-07-11 23:50:21 +03:00
Td.cpp Allow loading channel participants without bot info. 2020-12-16 17:43:34 +03:00
Td.h Add td_api::loadGroupCallParticipants. 2020-12-11 19:47:34 +03:00
TdCallback.h Update copyright year. 2020-01-01 04:23:48 +03:00
TdDb.cpp Add td_api::unpinAllChatMessages. 2020-10-23 01:56:06 +03:00
TdDb.h Update copyright year. 2020-01-01 04:23:48 +03:00
TdParameters.h Update copyright year. 2020-01-01 04:23:48 +03:00
TermsOfService.cpp Simplify NetQuery creation. 2020-03-16 00:17:11 +03:00
TermsOfService.h Update copyright year. 2020-01-01 04:23:48 +03:00
TopDialogCategory.h Unify conversion function names. 2020-06-22 04:28:03 +03:00
TopDialogManager.cpp Make optionValueInteger value int64. 2020-09-25 00:46:16 +03:00
TopDialogManager.h Fix some includes. 2020-01-27 04:54:01 +03:00
UniqueId.h Update copyright year. 2020-01-01 04:23:48 +03:00
UpdatesManager.cpp Add groupCall.need_rejoin flag. 2020-12-17 17:49:15 +03:00
UpdatesManager.h Update layer 122. 2020-12-14 16:52:25 +03:00
UserId.h Update copyright year. 2020-01-01 04:23:48 +03:00
Venue.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
Venue.h Update copyright year. 2020-01-01 04:23:48 +03:00
Version.h Update layer to 122. 2020-11-23 18:48:55 +03:00
VideoNotesManager.cpp Add inputMessageDocument.force_file. 2020-06-22 02:02:21 +03:00
VideoNotesManager.h Update copyright year. 2020-01-01 04:23:48 +03:00
VideoNotesManager.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
VideosManager.cpp Add td_api::animatedChatPhoto. 2020-07-07 11:41:01 +03:00
VideosManager.h Add td_api::animatedChatPhoto. 2020-07-07 11:41:01 +03:00
VideosManager.hpp Add animated thumbnail support for animations and videos 2020-05-30 01:48:56 +03:00
VoiceNotesManager.cpp Add inputMessageDocument.force_file. 2020-06-22 02:02:21 +03:00
VoiceNotesManager.h Update copyright year. 2020-01-01 04:23:48 +03:00
VoiceNotesManager.hpp Update copyright year. 2020-01-01 04:23:48 +03:00
WebPageBlock.cpp Replace referenced text with anchor name in richTextReference to support nested references. 2020-11-11 16:41:30 +03:00
WebPageBlock.h Improve handling of Instant View anchors. 2020-03-03 00:40:52 +03:00
WebPageId.h Update copyright year. 2020-01-01 04:23:48 +03:00
WebPagesManager.cpp Fix std::...::erase return value usages. 2020-10-08 23:04:40 +03:00
WebPagesManager.h Update layer to 111. 2020-03-14 01:56:47 +03:00
cli.cpp Update .clang-format. 2020-12-18 17:21:25 +03:00
misc.cpp Unify enum constant name style. 2020-06-15 04:23:47 +03:00
misc.h Replace emoji with icon_mane in chat filters. 2020-06-01 16:55:31 +03:00
td_c_client.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
td_c_client.h Update copyright year. 2020-01-01 04:23:48 +03:00
td_emscripten.cpp Include ConcurrentScheduler separately. 2020-11-23 03:24:36 +03:00
td_json_client.cpp Rename create_client to create_client_id. 2020-11-15 01:13:11 +03:00
td_json_client.h Minor fixes. 2020-11-20 01:32:58 +03:00
td_log.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
td_log.h Documentation improvements. 2020-01-06 21:44:09 +03:00