aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/RecentDialogList.cpp
AgeCommit message (Expand)Author
2026-05-01Fix possible use after move.levlam
2026-01-01Update copyright year.levlam
2025-10-23Return first/editable usernames as Slice.levlam
2025-01-01Update copyright year.levlam
2024-04-14Add explicit allow_secret_chats to have_input_peer.levlam
2024-04-02Rename rest of ContactsManager to ChatManager.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-01-07Move resolved usernames to DialogManager.levlam
2024-01-04Simplify RecentDialogList::removed_dialog_ids_ implementation.levlam
2024-01-04Add DialogManager::force_create_dialog.levlam
2024-01-03Move ContactsManager proxy methods to DialogManager.levlam
2024-01-01Update copyright year.levlam
2023-10-01Use add_to_top.levlam
2023-09-20Don't try to load recent chats from database right after the database was del...levlam
2023-03-13Remove unneeded TdParameters.h includes.levlam
2023-03-13Make TdParameters private in Global.levlam
2023-01-01Update copyright year.levlam
2022-10-12Add support for multiple usernames.levlam
2022-08-10Check for close_flag as early as possible.levlam
2022-04-13Add set_promises/fail_promises helper functions.levlam
2022-03-11Use FlatHashSet.levlam
2022-01-01Update copyright year.levlam
2021-10-19A lot more minor improvements.levlam
2021-10-07Add Global::request_aborted_error.levlam
2021-10-07Avoid G usage in lambda promises.levlam
2021-10-05Fix recent dialog list loading.levlam
2021-09-26Prefer to save chats by ID if there is any database.levlam
2021-09-26Load only chats with known info in MessagesManager::load_dialogs.levlam
2021-09-19Unify include order.levlam
2021-09-15Add missing include.levlam
2021-09-14Load recent dialogs in one pass.levlam
2021-09-14Return void from RecentDialogList::load_dialogs.levlam
2021-09-13Use SliceBuilder in RecentDialogList::save_dialogs.levlam
2021-09-13Simplify and optimize RecentDialogList::load_dialogs.levlam
2021-09-13Load recent dialogs before adding/removing them.levlam
2021-09-13Add promise to RecentDialogList::get_dialogs.levlam
2021-09-13Add class RecentDialogList.levlam