aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/CallManager.cpp
AgeCommit message (Expand)Author
2026-02-28Minor fixes.levlam
2026-02-26Support sending of call rating and debug from messages.levlam
2026-02-23Fix processing of errors during call log upload.levlam
2026-02-21Move saveCallLog to CallManager.levlam
2026-02-20Move saveCallDebug to CallManager.levlam
2026-02-06Minor improvements.levlam
2026-02-06Move sendCallRating to CallManager.levlam
2026-01-01Update copyright year.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-04-18Support group call creation.levlam
2025-04-15Add discardCall.invite_link.levlam
2025-04-08Remove groupCall.from_call_id.levlam
2025-04-08Remove call/createCall.group_call_id.levlam
2025-02-21Add groupCall.from_call_id.levlam
2025-01-11Minor improvements.levlam
2025-01-10Don't pass input_user to CallManager::create_call.levlam
2025-01-01Update copyright year.levlam
2024-12-17Add createCall.group_call_id.levlam
2024-12-13Add td_api::createGroupCall.levlam
2024-12-13Pass Td pointer to CallActor and use it.levlam
2024-12-13Make Callmanager regular manager.levlam
2024-01-11Remove CallManager::Update typedef.levlam
2024-01-01Update copyright year.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-07-01Don't use downcast_call in simple cases.levlam
2023-01-01Update copyright year.levlam
2022-10-08Fix call discarding.levlam
2022-10-03Minor improvements.levlam
2022-10-01Improve logging.levlam
2022-09-29Improve logging for auth key dropping.levlam
2022-08-30Use SafePromise in CallManager.levlam
2022-04-22Add td_api::sendCallLog.levlam
2022-01-01Update copyright year.levlam
2021-09-19Unify include order.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-01Update copyright year.levlam
2020-09-14Fix handling of updateCallSignalingData.levlam
2020-08-10Add td_api::sendCallSignalingData.levlam
2020-05-29Update layer to 114.levlam
2020-01-01Update copyright year.levlam
2019-08-06Add td_api::CallProblem.levlam
2019-06-08Update layer to 98.levlam
2019-03-20Remove unneded mutable specifiers.levlam
2019-02-13Explicitly include common.h.levlam
2019-01-06Fix Global.h and TdDb.h includes.levlam
2019-01-01Update copyright year.levlam
2018-07-11Add more debug logging to calls handling.levlam
2018-04-27Remove fileTypeSecureEncrypted.levlam
2018-01-02Update copyright year.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov