aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/AccountManager.cpp
AgeCommit message (Expand)Author
2026-06-05Add updateUnconfirmedSession.unconfirmed_session_count.levlam
2026-06-05Add and use get_update_unconfirmed_session_object.levlam
2026-05-13Support business bot conniections in updateUnconfirmedSession.levlam
2026-05-13Rename SessionType to SessionDeviceType.levlam
2026-05-13Remove UnconfirmedAuthorization::get_hash().levlam
2026-05-28Return UserId from on_get_user.levlam
2026-01-01Update copyright year.levlam
2025-09-05Add td_api::updateAgeVerificationParameters.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-04-29Update "can_accept_calls" option when changing from the same app.levlam
2025-04-03Use bool parameters in account.* requests.levlam
2025-01-01Update copyright year.levlam
2024-07-16Support chat links that open chat's profile.levlam
2024-04-09Support draft_text in private chat links.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-01-01Update copyright year.levlam
2023-09-22Add InvalidateSignInCodesOnServerLogEvent.levlam
2023-09-22Add ResetWebAuthorizationsOnServerLogEvent.levlam
2023-09-22Add ResetWebAuthorizationOnServerLogEvent.levlam
2023-09-22Add SetAuthorizationTtlOnServerLogEvent.levlam
2023-09-22Add SetAccountTtlOnServerLogEvent.levlam
2023-09-22Add SetDefaultHistoryTtlOnServerLogEvent.levlam
2023-09-22Add ResetAuthorizationsOnServerLogEvent.levlam
2023-09-22Add ResetAuthorizationOnServerLogEvent.levlam
2023-09-22Add ChangeAuthorizationSettingsOnServerLogEvent.levlam
2023-09-13Minor improvements.levlam
2023-09-13Recheck unconfirmed sessions once an hour and after restart.levlam
2023-09-13Improve td_api::session.levlam
2023-09-12Unconfirmed session fixes.levlam
2023-09-12Delete expired unconfirmed sessions.levlam
2023-09-12Delete expired unconfirmed sessions after loading them after restart.levlam
2023-09-12Add td_api::confirmSession.levlam
2023-09-12Keep unconfirmed authorizations between restarts.levlam
2023-09-11Automatically confirm sessions on specific actions.levlam
2023-09-11Add updateUnconfirmedSession.levlam
2023-09-11Move get_user_link to AccountManager.levlam
2023-09-08Move account-related methods to AccountManager.levlam
2023-09-08Add AccountManager.levlam