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
/
DialogFilterManager.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-04-13
Minor improvements.
levlam
2025-01-01
Update copyright year.
levlam
2024-12-30
Fix compilation error.
levlam
2024-12-24
Add td_api::chatFolderName and support custom emoji in folder names.
levlam
2024-12-05
Update layer to 196.
levlam
2024-11-01
Use td::vector_split.
levlam
2024-04-15
Use DialogManager::check_dialog_access when appropriate.
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-03-05
Fix chat folder tags.
levlam
2024-03-01
Add td_api::toggleChatFolderTags.
levlam
2024-03-01
Add updateChatFolders.are_tags_enabled.
levlam
2024-03-01
Support chat folder color.
levlam
2024-02-19
Update layer to 176.
levlam
2024-01-08
Move set_channel_participant_status and similar methods to DialogParticipantM...
levlam
2024-01-04
Move get_peers_dialog_ids to DialogManager.
levlam
2024-01-04
Move get_chat_ids_object and get_chats_object to DialogManager.
levlam
2024-01-04
Add DialogManager::force_create_dialog.
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-11-01
Preload chat to which belongs the replied meessage from a draft.
levlam
2023-08-26
Add source to have_dialog_info_force.
levlam
2023-07-01
Explicitly include telegram_api.h in cpp files.
levlam
2023-06-27
Fix CHECK.
levlam
2023-05-01
Add td_api::getChatFolderChatCount.
levlam
2023-04-29
Add chatFolderInfo.is_shareable.
levlam
2023-04-24
Fix forward declaration usage.
levlam
2023-04-19
Remove DialogFilterManager::hide_dialog_filter_new_chats.
levlam
2023-04-14
Add MessagesManager::get_chat_ids_object.
levlam
2023-04-09
Add td_api::getChatsForChatFolderInviteLink.
levlam
2023-04-09
Use request promise in td_api::getChatFolder.
levlam
2023-04-07
Various fixes.
levlam
2023-04-06
Various chat folder fixes.
levlam
2023-04-05
Add td_api::hideChatFolderNewChats.
levlam
2023-04-04
Add td_api::addChatFolderNewChats.
levlam
2023-04-04
Add td_api::getChatFolderNewChats.
levlam
2023-04-03
Rename chat filters to chat folders.
levlam
2023-04-03
Update has_my_invite_links when receive the list of all links.
levlam
2023-04-03
Add chatFilterInfo.has_my_invite_links.
levlam
2023-04-02
Add td_api::getChatFilterChatsToLeave.
levlam
2023-04-02
Add deleteChatFilter.leave_chat_ids.
levlam
2023-04-02
Pass promise to on_update_dialog_filters.
levlam
2023-04-02
Use DialogId::get_chat_ids.
levlam
2023-04-01
Use chatlists.leaveChatlist to delete shareable folders.
levlam
2023-03-31
Add td_api::addChatFilterByInviteLink.
levlam
2023-03-31
Add td_api::checkChatFilterInviteLink.
levlam
[next]