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