tdlight/td/telegram
2021-12-30 16:02:31 +01:00
..
files Merge remote-tracking branch 'td/master' 2021-12-13 01:59:01 +01:00
logevent Support deletion from database messages by sender_dialog_id. 2021-11-19 16:00:21 +03:00
net Set connection online flag while logging out. 2021-12-02 15:10:51 +03:00
AccessRights.h
Account.cpp Add toggleSessionCanAcceptCalls method. 2021-11-24 17:59:17 +03:00
Account.h Add toggleSessionCanAcceptCalls method. 2021-11-24 17:59:17 +03:00
AffectedHistory.h Simplify DeletePhoneCallHistoryQuery. 2021-11-11 21:34:27 +03:00
AnimationsManager.cpp Merge remote-tracking branch 'td/master' 2021-12-03 00:40:25 +01:00
AnimationsManager.h Remove most memory related features 2021-09-25 22:11:42 +02:00
AnimationsManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
AudiosManager.cpp Merge remote-tracking branch 'td/master' 2021-11-05 16:11:03 +01:00
AudiosManager.h Merge remote-tracking branch 'td/master' 2021-11-05 16:11:03 +01:00
AudiosManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
AuthManager.cpp Pass parameter by value. 2021-12-15 20:30:25 +03:00
AuthManager.h Pass parameter by value. 2021-12-15 20:30:25 +03:00
AuthManager.hpp Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
AutoDownloadSettings.cpp Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00
AutoDownloadSettings.h
BackgroundId.h Add and use BackgroundId::is_local. 2021-06-09 17:14:10 +03:00
BackgroundManager.cpp Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00
BackgroundManager.h Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00
BackgroundType.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
BackgroundType.h Return BackgroundType from on_get_background. 2021-08-24 17:13:51 +03:00
BackgroundType.hpp Impriove BackgroundType field names style. 2021-06-10 01:44:46 +03:00
BotCommand.cpp Improve ResultHandler/NetActor td_ private field name. 2021-11-08 15:20:38 +03:00
BotCommand.h Improve bot commands methods implementation. 2021-06-22 04:34:29 +03:00
BotCommandScope.cpp Return Result<...> from get_input_user. 2021-12-16 22:46:03 +03:00
BotCommandScope.h Improve bot commands methods implementation. 2021-06-22 04:34:29 +03:00
CallActor.cpp Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
CallActor.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
CallbackQueriesManager.cpp Improve ResultHandler/NetActor td_ private field name. 2021-11-08 15:20:38 +03:00
CallbackQueriesManager.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
CallDiscardReason.cpp
CallDiscardReason.h
CallId.h
CallManager.cpp Unify include order. 2021-09-19 00:47:05 +03:00
CallManager.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
ChannelId.h Remove most memory related features 2021-09-25 22:11:42 +02:00
ChatId.h Remove most memory related features 2021-09-25 22:11:42 +02:00
cli.cpp Merge remote-tracking branch 'tdlib/master' 2021-12-30 16:02:31 +01:00
Client.cpp Reduce maximum concurrency to 4 client threads on OpenBSD, to reserve enough file descriptors. 2021-12-26 12:33:18 +03:00
Client.h Place ClientManager before deprecated Client interface. 2021-12-22 14:07:44 +03:00
ClientActor.cpp Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
ClientActor.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
ClientDotNet.cpp Use ClientManager instead of Client in ClientDotNet. 2021-09-27 21:43:14 +03:00
ClientJson.cpp Simplify JSON generation. 2021-07-27 09:41:11 +03:00
ClientJson.h Use ClientManager in td_c_client. 2021-09-26 22:17:02 +03:00
ConfigManager.cpp Init some fields just in case. 2021-11-11 17:39:09 +03:00
ConfigManager.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
ConfigShared.cpp Move get_option_value_object to OptionManager. 2021-12-16 22:56:19 +03:00
ConfigShared.h Move get_option_value_object to OptionManager. 2021-12-16 22:56:19 +03:00
ConnectionState.cpp Move StateManager::State to ConnectionState.h. 2021-09-16 18:23:10 +03:00
ConnectionState.h Move StateManager::State to ConnectionState.h. 2021-09-16 18:23:10 +03:00
Contact.cpp Pass Contact to add_contact. 2021-09-30 13:53:16 +03:00
Contact.h Pass Contact to add_contact. 2021-09-30 13:53:16 +03:00
ContactsManager.cpp Merge remote-tracking branch 'tdlib/master' 2021-12-30 16:02:31 +01:00
ContactsManager.h Merge remote-tracking branch 'td/master' 2021-12-25 00:25:15 +01:00
CountryInfoManager.cpp Remove NetQuery id from ResultHandler and NetActor. 2021-11-08 14:19:57 +03:00
CountryInfoManager.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
DelayDispatcher.cpp Minor improvements. 2021-10-21 12:51:16 +03:00
DelayDispatcher.h Make inherited classes final if possible. 2021-07-04 05:58:54 +03:00
Dependencies.cpp Fix handling of min-channels in recent repliers. 2021-12-22 20:15:18 +03:00
Dependencies.h
DeviceTokenManager.cpp Ignore duplicate registerDevice requests. 2021-12-22 14:38:49 +03:00
DeviceTokenManager.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
DhCache.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
DhCache.h Move DhCallback to a separate header. 2021-07-05 21:20:07 +03:00
DhConfig.h
DialogAction.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
DialogAction.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
DialogActionBar.cpp Minor improvements. 2021-12-10 00:07:59 +03:00
DialogActionBar.h Add chatActionBarJoinRequest. 2021-11-23 13:06:38 +03:00
DialogAdministrator.cpp
DialogAdministrator.h
DialogDate.h
DialogDb.cpp Drop definitely incorrect folder.last_database_server_dialog_date_. 2021-12-24 23:18:40 +03:00
DialogDb.h Replace begin_transaction with begin_read_transaction and begin_write_transaction. 2021-10-07 13:18:00 +03:00
DialogEventLog.cpp Update layer to 136. 2021-12-28 17:19:18 +03:00
DialogEventLog.h Move get_dialog_event_log to separate file. 2021-11-09 16:54:49 +03:00
DialogFilter.cpp Return default icon name if there is no chosen name in chatFilterInfo. 2021-12-24 20:42:49 +03:00
DialogFilter.h Return default icon name if there is no chosen name in chatFilterInfo. 2021-12-24 20:42:49 +03:00
DialogFilter.hpp
DialogFilterId.h
DialogId.cpp Improve validness checks for UserId/ChatId/ChannelId. 2021-09-14 17:09:40 +03:00
DialogId.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
DialogInviteLink.cpp Improve field names. 2021-11-04 09:52:27 +03:00
DialogInviteLink.h Improve field names. 2021-11-04 09:52:27 +03:00
DialogListId.h
DialogLocation.cpp
DialogLocation.h
DialogParticipant.cpp Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
DialogParticipant.h Improve DialogParticipant field names. 2021-10-29 14:39:07 +03:00
DialogSource.cpp
DialogSource.h
Document.cpp Remove most memory related features 2021-09-25 22:11:42 +02:00
Document.h
Document.hpp Ignore Document parse errors. 2021-11-16 12:14:19 +03:00
DocumentsManager.cpp Merge remote-tracking branch 'td/master' 2021-11-05 16:11:03 +01:00
DocumentsManager.h Merge remote-tracking branch 'td/master' 2021-11-05 16:11:03 +01:00
DocumentsManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
DraftMessage.cpp Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
DraftMessage.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
DraftMessage.hpp
EncryptedFile.h Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
FileReferenceManager.cpp Merge remote-tracking branch 'td/master' 2021-12-03 00:40:25 +01:00
FileReferenceManager.h Merge remote-tracking branch 'td/master' 2021-12-03 00:40:25 +01:00
FileReferenceManager.hpp Add fileSourceAppConfig. 2021-10-08 13:41:22 +03:00
FolderId.h
FullMessageId.h
Game.cpp Return Result<...> from get_input_user. 2021-12-16 22:46:03 +03:00
Game.h Unify include order. 2021-09-19 00:47:05 +03:00
Game.hpp
GameManager.cpp Return Result<...> from get_input_user. 2021-12-16 22:46:03 +03:00
GameManager.h Replace SetGameScoreRequest with promise. 2021-09-07 12:05:44 +03:00
Global.cpp Move "unix_time" option handling to OptionManager. 2021-12-16 15:18:51 +03:00
Global.h Merge remote-tracking branch 'td/master' 2021-12-17 15:43:10 +01:00
GroupCallId.h
GroupCallManager.cpp Merge remote-tracking branch 'td/master' 2021-12-17 15:43:10 +01:00
GroupCallManager.h Improve get_message_sender_dialog_id. 2021-11-15 13:31:07 +03:00
GroupCallParticipant.cpp Minor improvements. 2021-12-10 00:07:59 +03:00
GroupCallParticipant.h Use local unmuted video count if possible. 2021-07-13 03:14:48 +03:00
GroupCallParticipantOrder.cpp Improve field names of GroupCallParticipantOrder. 2021-07-12 18:29:55 +03:00
GroupCallParticipantOrder.h Use local unmuted video count if possible. 2021-07-13 03:14:48 +03:00
GroupCallVideoPayload.cpp Make fiedls of GroupCallVideoPayload private. 2021-07-11 01:55:44 +03:00
GroupCallVideoPayload.h Make fiedls of GroupCallVideoPayload private. 2021-07-11 01:55:44 +03:00
HashtagHints.cpp Unify include order. 2021-09-19 00:47:05 +03:00
HashtagHints.h Make inherited classes final if possible. 2021-07-04 05:58:54 +03:00
InlineQueriesManager.cpp Merge remote-tracking branch 'td/master' 2021-12-17 15:43:10 +01:00
InlineQueriesManager.h Remove most memory related features 2021-09-25 22:11:42 +02:00
InputDialogId.cpp Use const reference if range-based for if appropriate. 2021-11-10 20:39:35 +03:00
InputDialogId.h
InputGroupCallId.cpp
InputGroupCallId.h
InputMessageText.cpp Hide too big media timestamps. 2021-08-04 09:28:53 +03:00
InputMessageText.h
InputMessageText.hpp
JsonValue.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
JsonValue.h Adjust dimensions of animated emojis. 2021-10-14 00:18:44 +03:00
LanguagePackManager.cpp Asynchronously save emoji keywords. 2021-12-12 23:50:05 +03:00
LanguagePackManager.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
LinkManager.cpp Add support for sponsored chats with an invite link. 2021-12-30 14:15:04 +03:00
LinkManager.h Add support for sponsored chats with an invite link. 2021-12-30 14:15:04 +03:00
Location.cpp Init some fields just in case. 2021-11-11 17:39:09 +03:00
Location.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
Log.cpp Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
Log.h Remove most memory related features 2021-09-25 22:11:42 +02:00
LogDotNet.cpp
Logging.cpp Remove most memory related features 2021-09-25 22:11:42 +02:00
Logging.h
MemoryManager.cpp Remove most memory related features 2021-09-25 22:11:42 +02:00
MemoryManager.h Remove most memory related features 2021-09-25 22:11:42 +02:00
MessageContent.cpp Merge remote-tracking branch 'td/master' 2021-12-25 00:25:15 +01:00
MessageContent.h Fix can_get_message_viewers for anonymous polls. 2021-11-19 16:15:37 +03:00
MessageContentType.cpp Add messageChatSetTheme. 2021-08-18 16:03:10 +03:00
MessageContentType.h Add messageChatSetTheme. 2021-08-18 16:03:10 +03:00
MessageCopyOptions.h
MessageEntity.cpp Add textEntityTypeSpoiler. 2021-12-28 20:41:37 +03:00
MessageEntity.h Add textEntityTypeSpoiler. 2021-12-28 20:41:37 +03:00
MessageEntity.hpp Store media_timestamp in a separate field. 2021-08-06 09:14:52 +03:00
MessageId.cpp Remove viewSponsoredMessage in favor of viewMessages. 2021-12-27 18:17:02 +03:00
MessageId.h Remove viewSponsoredMessage in favor of viewMessages. 2021-12-27 18:17:02 +03:00
MessageLinkInfo.h Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
MessageReplyInfo.cpp Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
MessageReplyInfo.h Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
MessageReplyInfo.hpp Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
MessagesDb.cpp Use '=' as equality operator in SQL queries. 2021-12-24 22:00:13 +03:00
MessagesDb.h Fix g++4.9 compilation errors. 2021-12-01 20:54:56 +03:00
MessageSearchFilter.cpp Remove non-working searchMessagesFilterCall and searchMessagesFilterMissedCall. 2021-12-09 15:15:28 +03:00
MessageSearchFilter.h
MessageSender.cpp Try to load MessageSender, even access doesn't need to be checked. 2021-12-20 20:30:33 +03:00
MessageSender.h Minor improvements. 2021-12-10 00:07:59 +03:00
MessagesManager.cpp Merge remote-tracking branch 'tdlib/master' 2021-12-30 16:02:31 +01:00
MessagesManager.h Merge remote-tracking branch 'tdlib/master' 2021-12-30 16:02:31 +01:00
MessageThreadInfo.h Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
MessageTtl.cpp Rename message_ttl_setting to message_ttl. 2021-12-21 14:06:15 +03:00
MessageTtl.h Rename message_ttl_setting to message_ttl. 2021-12-21 14:06:15 +03:00
MinChannel.h Move MinChannel and MessageReplyInfo storers to hpp. 2021-12-22 20:29:54 +03:00
MinChannel.hpp Move MinChannel and MessageReplyInfo storers to hpp. 2021-12-22 20:29:54 +03:00
misc.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
misc.h Minor improvements. 2021-10-21 12:51:16 +03:00
NewPasswordState.cpp Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
NewPasswordState.h Add some missing new lines at the end of files. 2021-12-27 14:03:50 +03:00
Notification.h
NotificationGroupId.h
NotificationGroupKey.h
NotificationGroupType.h
NotificationId.h
NotificationManager.cpp Merge remote-tracking branch 'td/master' 2021-12-09 22:52:48 +01:00
NotificationManager.h Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
NotificationSettings.cpp
NotificationSettings.h
NotificationSettings.hpp
NotificationType.cpp Move get_message_sender_object to MessageSender.cpp. 2021-11-15 01:18:47 +03:00
NotificationType.h
OptionManager.cpp Merge remote-tracking branch 'td/master' 2021-12-17 15:43:10 +01:00
OptionManager.h Move get_option_value_object to OptionManager. 2021-12-16 22:56:19 +03:00
PasswordManager.cpp Minor improvements. 2021-12-10 00:07:59 +03:00
PasswordManager.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
Payments.cpp Improve logging. 2021-11-08 17:11:35 +03:00
Payments.h Add td_api::getSponsoredMessages. 2021-08-24 23:44:47 +03:00
Payments.hpp
PhoneNumberManager.cpp Improve parameter names. 2021-10-29 15:38:39 +03:00
PhoneNumberManager.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
Photo.cpp Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00
Photo.h Unify include order. 2021-09-19 00:47:05 +03:00
Photo.hpp Disable leftover minithumbnails if the option is set 2021-08-03 19:55:27 +02:00
PhotoSizeSource.cpp Add source to PhotoSizeSource::get_type. 2021-11-14 10:47:02 +03:00
PhotoSizeSource.h Add source to PhotoSizeSource::get_type. 2021-11-14 10:47:02 +03:00
PhotoSizeSource.hpp Make PhotoSizeSource constructors named. 2021-10-27 16:52:22 +03:00
PollId.h
PollId.hpp
PollManager.cpp Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00
PollManager.h Merge remote-tracking branch 'td/master' 2021-10-20 02:21:14 +02:00
PollManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
PrivacyManager.cpp Return Result<...> from get_input_user. 2021-12-16 22:46:03 +03:00
PrivacyManager.h Update layer to 133. 2021-09-03 12:27:59 +03:00
PtsManager.h
PublicDialogType.h
QueryCombiner.cpp Improve logging. 2021-08-02 06:38:18 +03:00
QueryCombiner.h Make inherited classes final if possible. 2021-07-04 05:58:54 +03:00
RecentDialogList.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
RecentDialogList.h Unify include order. 2021-09-19 00:47:05 +03:00
ReplyMarkup.cpp Return Result<...> from get_input_user. 2021-12-16 22:46:03 +03:00
ReplyMarkup.h Add inlineKeyboardButtonTypeUser. 2021-11-10 17:14:00 +03:00
ReplyMarkup.hpp Add inlineKeyboardButtonTypeUser. 2021-11-10 17:14:00 +03:00
ReportReason.cpp Add "; pass null" annotations for expected to be null request parameters. 2021-09-28 17:31:00 +03:00
ReportReason.h
RequestActor.h Simplify close checks in RequestActor. 2021-11-22 11:32:36 +03:00
RestrictionReason.cpp
RestrictionReason.h
ScheduledServerMessageId.h
SecretChatActor.cpp Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
SecretChatActor.h Workaround clang 3.4 bug. 2021-12-24 01:15:43 +03:00
SecretChatDb.cpp
SecretChatDb.h
SecretChatId.h
SecretChatLayer.h Improve constant names. 2021-07-05 19:17:26 +03:00
SecretChatsManager.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
SecretChatsManager.h Unify include order. 2021-09-19 00:47:05 +03:00
SecretInputMedia.h
SecureManager.cpp Use const reference if range-based for if appropriate. 2021-11-10 20:39:35 +03:00
SecureManager.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
SecureStorage.cpp A lot more minor improvements. 2021-10-19 18:11:16 +03:00
SecureStorage.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
SecureValue.cpp Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
SecureValue.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
SecureValue.hpp
SendCodeHelper.cpp Minor improvements. 2021-12-10 00:07:59 +03:00
SendCodeHelper.h Make SendCodeHelper::resend_code const. 2021-11-24 17:19:16 +03:00
SendCodeHelper.hpp
SequenceDispatcher.cpp Add Global::request_aborted_error. 2021-10-07 16:36:21 +03:00
SequenceDispatcher.h Make inherited classes final if possible. 2021-07-04 05:58:54 +03:00
ServerMessageId.h
SetWithPosition.h Remove most memory related features 2021-09-25 22:11:42 +02:00
SpecialStickerSetType.cpp Pass SpecialStickerSetType to add_special_sticker_set. 2021-12-01 19:59:45 +03:00
SpecialStickerSetType.h Pass SpecialStickerSetType to add_special_sticker_set. 2021-12-01 19:59:45 +03:00
SponsoredMessageManager.cpp Add support for sponsored chats with an invite link. 2021-12-30 14:15:04 +03:00
SponsoredMessageManager.h Remove viewSponsoredMessage in favor of viewMessages. 2021-12-27 18:17:02 +03:00
StateManager.cpp Add mtproto::ConnectionManager. 2021-09-16 19:09:39 +03:00
StateManager.h Add mtproto::ConnectionManager. 2021-09-16 19:09:39 +03:00
StickerSetId.h
StickerSetId.hpp
StickersManager.cpp Merge remote-tracking branch 'td/master' 2021-12-28 19:12:09 +01:00
StickersManager.h Merge remote-tracking branch 'td/master' 2021-12-13 01:59:01 +01:00
StickersManager.hpp Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00
StorageManager.cpp Improve FileGcParameters field names. 2021-12-11 23:03:11 +03:00
StorageManager.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
SuggestedAction.cpp Improve the name of suggestedActionViewChecksHint. 2021-12-23 20:00:41 +03:00
SuggestedAction.h Improve the name of suggestedActionViewChecksHint. 2021-12-23 20:00:41 +03:00
td_c_client.cpp Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
td_c_client.h Add missing 'struct' keywords for tdc headers 2021-11-10 19:21:04 +03:00
td_emscripten.cpp Minor improvements. 2021-10-21 12:51:16 +03:00
td_json_client.cpp Remove set_log_fatal_error_callback. Add td_set_log_message_callback, deprecate td_set_log_fatal_error_callback. 2021-05-18 04:41:09 +03:00
td_json_client.h Fix td_json documentation. 2021-12-23 18:40:52 +03:00
td_log.cpp
td_log.h Export td_set_log_fatal_error_callback as deprecated. 2021-06-23 23:45:15 +03:00
Td.cpp Merge remote-tracking branch 'td/master' 2021-12-28 19:12:09 +01:00
Td.h Merge tag 'v1.8.0' 2021-12-30 01:14:14 +01:00
TdCallback.h
TdDb.cpp Support deletion from database messages by sender_dialog_id. 2021-11-19 16:00:21 +03:00
TdDb.h A lot more minor improvements. 2021-10-19 18:11:16 +03:00
TdParameters.h
TermsOfService.cpp Remove NetQuery id from ResultHandler and NetActor. 2021-11-08 14:19:57 +03:00
TermsOfService.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
ThemeManager.cpp Remove NetQuery id from ResultHandler and NetActor. 2021-11-08 14:19:57 +03:00
ThemeManager.h Init some fields just in case. 2021-11-11 17:39:09 +03:00
TopDialogCategory.cpp Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
TopDialogCategory.h Add TopDialogCategory.cpp. 2021-09-25 21:27:32 +03:00
TopDialogManager.cpp Improve ResultHandler/NetActor td_ private field name. 2021-11-08 15:20:38 +03:00
TopDialogManager.h Minor improvements. 2021-10-21 12:51:16 +03:00
UniqueId.h
UpdatesManager.cpp Update layer to 136. 2021-12-28 17:19:18 +03:00
UpdatesManager.h Update layer to 136. 2021-12-28 17:19:18 +03:00
UserId.h Remove most memory related features 2021-09-25 22:11:42 +02:00
Venue.cpp Add "; pass null" annotations for expected to be null request parameters. 2021-09-28 17:31:00 +03:00
Venue.h
Version.h Update layer to 136. 2021-12-28 17:19:18 +03:00
VideoNotesManager.cpp Remove most memory related features 2021-09-25 22:11:42 +02:00
VideoNotesManager.h Merge remote-tracking branch 'td/master' 2021-11-05 16:11:03 +01:00
VideoNotesManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
VideosManager.cpp Remove most memory related features 2021-09-25 22:11:42 +02:00
VideosManager.h Merge remote-tracking branch 'td/master' 2021-11-05 16:11:03 +01:00
VideosManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
VoiceNotesManager.cpp Remove most memory related features 2021-09-25 22:11:42 +02:00
VoiceNotesManager.h Unify td/telegram/include order. 2021-10-27 17:32:09 +03:00
VoiceNotesManager.hpp Remove most memory related features 2021-09-25 22:11:42 +02:00
WebPageBlock.cpp Don't generate MASK for parsed True fields. 2021-11-01 21:53:23 +03:00
WebPageBlock.h Unify include order. 2021-09-19 00:47:05 +03:00
WebPageId.h
WebPagesManager.cpp Merge remote-tracking branch 'td/master' 2021-12-20 16:51:07 +01:00
WebPagesManager.h Merge remote-tracking branch 'td/master' 2021-11-14 22:46:37 +01:00