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