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
/
SecureManager.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-02-07
Add translation count check.
levlam
2025-01-01
Update copyright year.
levlam
2024-11-12
Use TRY_STATUS_PROMISE to ignore result.
levlam
2024-11-12
Use TRY_RESULT_PROMISE if appropriate.
levlam
2024-10-01
Use FileUploadId in SetSecureValue.
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-04-02
Move relevant functions to UserManager.
levlam
2024-01-01
Update copyright year.
levlam
2023-07-01
Explicitly include telegram_api.h in cpp files.
levlam
2023-05-24
Add FileManager::copy_file_id.
levlam
2023-02-26
Use "receive"/"have"/"loaded" instead of "got" and other log message improvem...
levlam
2023-01-01
Update copyright year.
levlam
2022-11-21
Add source to dup_file_id.
levlam
2022-11-12
Merge downloaded and generated files as early as possible to avoid pinning an...
levlam
2022-10-09
Avoid redundant usages of Status::error().
levlam
2022-08-09
Store link to parent in FileReferenceManager.
levlam
2022-07-03
Improve FileView::get_main_file_id() method name.
levlam
2022-04-25
Improve names of FileType::Secure.
levlam
2022-03-05
Unify actor_id/actor_shared names.
levlam
2022-02-11
Move other big classes inside FlatHashMap to unique_ptr.
levlam
2022-02-10
Check and fix half of FlatHashMap usages.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-10
Use const reference if range-based for if appropriate.
levlam
2021-11-08
Remove NetQuery id from ResultHandler and NetActor.
levlam
2021-10-19
A lot more minor improvements.
levlam
2021-10-07
Add Global::request_aborted_error.
levlam
2021-08-04
Use preincrement for iterators.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-26
Rename suggested_name to suggested_path.
levlam
2021-01-01
Move some functions from misc.h to algorithm.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-09-24
Unify logging of request responses.
levlam
2020-08-23
Improve function name.
levlam
2020-03-31
Use Global::is_expected_error whenever appropriate.
levlam
2020-03-16
Simplify NetQuery creation.
levlam
2020-01-01
Update copyright year.
levlam
2019-08-02
SecureManager: handle SECURE_SECRET_REQUEIRED error
Arseny Smirnov
2019-08-01
SecureManager: reupload file on SECURE_SECRET_INVALID error
Arseny Smirnov
2019-03-24
Fix misprints.
levlam
2019-01-25
Add FileManager::cancel_upload.
levlam
2019-01-20
Move FileType to FileType.h.
levlam
2019-01-12
Add source to on_get_user and on_get_chat.
levlam
[next]