aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/DialogEventLog.cpp
AgeCommit message (Expand)Author
2026-05-26Add and use UserManager::get_input_users.levlam
2026-02-24Add chatEventLogFilters.member_tag_changes.levlam
2026-02-24Don't create unneeded admin rights change events.levlam
2026-02-24Split promote admin chat event in two.levlam
2026-02-24Add td_api::chatEventMemberTagChanged.levlam
2026-02-23Move tag to chatMember.levlam
2026-02-10Update layer to 223.levlam
2026-01-02Support gift themes with negative intensity.levlam
2026-01-01Update copyright year.levlam
2025-10-24Add GroupCall.is_live_story.levlam
2025-10-10Remove ForumTopicInfo.get_top_thread_message_id().levlam
2025-09-26Support forumTopic.peer.levlam
2025-09-17Replace have_user with have_accessible_user.levlam
2025-09-01Ensure that message auto-delete time is non-negative.levlam
2025-08-27Add DialogPhoro.h.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-05-01Add td_api::chatEventAutomaticTranslationToggled.levlam
2025-04-30Update layer to 203.levlam
2025-04-09Add forumTopicInfo.chat_id.levlam
2025-03-26Use bool fields directly for polls, dialog event filter and call protocol.levlam
2025-01-01Update copyright year.levlam
2024-08-23Add chatEventLogFilters.subscription_extensions.levlam
2024-08-23Add td_api::chatEventMemberSubscriptionExtended.levlam
2024-08-20Update layer to 187.levlam
2024-08-08Add td_api::chatEventShowMessageSenderToggled.levlam
2024-07-26Allow to enable paid reaction in channels.levlam
2024-07-23Update layer to 186.levlam
2024-08-10Add expect_join_request parameter.levlam
2024-04-22Support max_reaction_count setting.levlam
2024-04-02Rename rest of ContactsManager to ChatManager.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-02-14Fix chatEventStickerSetChanged.levlam
2024-02-13Allow empty non-null backgrounds in chat event log.levlam
2024-02-08Add td_api::chatEventCustomEmojiStickerSetChanged.levlam
2024-02-07Update layer to 174.levlam
2024-01-04Move get_chat_ids_object and get_chats_object to DialogManager.levlam
2024-01-04Add DialogManager::force_create_dialog.levlam
2024-01-04Use DialogManager::have_dialog_force.levlam
2024-01-01Update copyright year.levlam
2023-12-26Improve includes.levlam
2023-12-18Add td_api::chatEventEmojiStatusChanged.levlam
2023-12-18Add td_api::chatEventBackgroundChanged.levlam
2023-12-18Add td_api::chatEventProfileAccentColorChanged.levlam
2023-12-18Combine td_api::chatEventAccentColorChanged and td_api::chatEventBackgroundCu...levlam
2023-12-05Update layer to 169.levlam
2023-11-02Fallback to default accent color for the chat.levlam
2023-11-02Never send unknown accent color identifiers to the app.levlam
2023-10-19Disallow restricted member status in channels.levlam
2023-10-18Support user/chat.background_custom_emoji_id.levlam
2023-10-17Add class AccentColorId.levlam