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
/
TopDialogManager.cpp
Age
Commit message (
Expand
)
Author
2026-05-22
Add userTypeBot.is_guard.
levlam
2026-04-29
Add td_api::topChatCategoryGuestBots.
levlam
2026-04-07
Update layer to 225.
levlam
2026-02-28
Add story rating debug.
levlam
2026-01-01
Update copyright year.
levlam
2025-09-03
Remove active stories when rating is cleared.
levlam
2025-09-03
Forcely load active stories when rating changes.
levlam
2025-09-02
Improve logging.
levlam
2025-08-20
Update list of active stories when user rating changes.
levlam
2025-08-20
Show stories from top correspondents.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-03-29
Use bool parameters in contancts API methods.
levlam
2025-01-01
Update copyright year.
levlam
2024-08-15
Improve includes.
levlam
2024-07-16
Add td_api::topChatCategoryWebAppBots.
levlam
2024-07-08
Update layer to 185.
levlam
2024-04-19
More check_dialog_access usages.
levlam
2024-04-02
Rename rest of ContactsManager to ChatManager.
levlam
2024-04-02
Move relevant functions to UserManager.
levlam
2024-02-18
Check close_flag() first.
levlam
2024-01-04
Move get_chat_ids_object and get_chats_object to DialogManager.
levlam
2024-01-04
Use DialogManager::have_dialog_force.
levlam
2024-01-03
Move ContactsManager proxy methods to DialogManager.
levlam
2024-01-01
Update copyright year.
levlam
2023-10-12
Replace TopDialogManager.is_active_ with !is_bot().
levlam
2023-10-04
Remove error-prone server_time_cached.
levlam
2023-09-25
Remove now wrong CHECK.
levlam
2023-08-23
Allow to use getTopChats without chat info database.
levlam
2023-08-22
Add MessagesManager::get_story_notification_settings.
levlam
2023-07-01
Explicitly include telegram_api.h in cpp files.
levlam
2023-04-22
Improve variable names.
levlam
2023-04-14
Add MessagesManager::get_chat_ids_object.
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-09-03
Use send_closure to load dialogs to ensure that MessagesManager is inited.
levlam
2022-08-17
Proxy all option-related requests through G.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-06-27
Use free-standing function to create event promises.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-08
Improve ResultHandler/NetActor td_ private field name.
levlam
2021-11-08
Remove NetQuery id from ResultHandler and NetActor.
levlam
2021-10-21
Minor improvements.
levlam
2021-09-29
Run loop after toggled top chats just in case.
levlam
2021-09-26
Load only chats with known info in MessagesManager::load_dialogs.
levlam
2021-09-25
Remove last get_actor_unsafe usages in TopDialogManager.
levlam
2021-09-25
Directly call managers in TopDialogManager.
levlam
2021-09-25
Imppement GetTopPeersQuery as ResultHandler.
levlam
2021-09-25
Add TopDialogCategory.cpp.
levlam
2021-09-25
Use ResetTopPeerRatingQuery instead of dispatch_with_callback.
levlam
[next]