aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/CallActor.cpp
AgeCommit message (Expand)Author
2026-05-27Use send_closure_later when adding call notification just in case.levlam
2026-04-06Improve CallFullId variable names.levlam
2026-02-28Minor fixes.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-02-06Add CallActor::get_input_phone_call_to_promise.levlam
2026-02-06Store access hash in MessageCall.levlam
2026-02-06Store recent call identifiers.levlam
2026-02-06Add call.unique_id.levlam
2026-01-01Update copyright year.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-04-24Allow to send signaling data in calls upgraded to group calls.levlam
2025-04-24Add get_emoji_fingerprints function.levlam
2025-04-18Support group call creation.levlam
2025-04-15Add discardCall.invite_link.levlam
2025-04-14Add callStateReady.is_group_call_supported.levlam
2025-04-08Remove call/createCall.group_call_id.levlam
2025-04-08Update layer to 202.levlam
2025-04-13Minor improvements.levlam
2025-04-08Use bool parameters in phone.* requests.levlam
2025-03-26Use bool fields directly for polls, dialog event filter and call protocol.levlam
2025-02-21Pass correct key fingerprint in phone.createConferenceCall.levlam
2025-02-21Improve call state logging.levlam
2025-02-20Allow creation of group calls from calls.levlam
2025-01-10Don't pass input_user to CallManager::create_call.levlam
2025-01-01Update copyright year.levlam
2024-12-23Disable creation of conference calls.levlam
2024-12-17Add td_api::callDiscardReasonAllowGroupCall.levlam
2024-12-17Add createCall.group_call_id.levlam
2024-12-17Move group_call_id to call.levlam
2024-12-13Add td_api::createGroupCall.levlam
2024-12-13Add callStateReady.group_call_id.levlam
2024-12-13Pass Td pointer to CallActor and use it.levlam
2024-12-05Update layer to 196.levlam
2024-11-15Remove unused header.levlam
2024-10-31Don't send duplicate updateCall updates.levlam
2024-10-31Remove call_participant_user_id_ field mentions.levlam
2024-10-31Ignore unexpected updatePhoneCall updates.levlam
2024-10-04Minor improvements.levlam
2024-09-30Don't dup call logs before uploading.levlam
2024-09-30Remove unneeded field.levlam
2024-09-30Use UploadFileId in upload methods.levlam
2024-09-30Mark Encrypted/Secure upload callbacks as unreachable by default.levlam
2024-09-30Add class FileUploadId and use it in UploadCallback.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-27Support multiple internal uploads for the same file.levlam
2024-08-22Improve method names.levlam
2024-05-19Add and use UserManager::get_user_id_object_async.levlam