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