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
/
test
/
online.cpp
Age
Commit message (
Expand
)
Author
2026-06-08
Add td_api::inputDocument.
levlam
2026-03-18
Move rand_shuffle to Random.
levlam
2026-01-01
Update copyright year.
levlam
2025-10-10
Pass MessageTopic to sendMessage methods.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-04-18
Fix test-online compilation.
levlam
2025-04-14
Various improvements.
levlam
2025-01-01
Update copyright year.
levlam
2024-05-14
Explicitly specify return type in the last send_query.
levlam
2024-05-14
Explicitly specify query return types in test-online to avoid compilation err...
levlam
2024-01-11
Remove setTdlibParameters.enable_storage_optimizer/ignore_file_names paramete...
levlam
2024-01-01
Update copyright year.
levlam
2023-06-12
Update sendMessage usages in tests and examples.
levlam
2023-02-26
Use "receive"/"have"/"loaded" instead of "got" and other log message improvem...
levlam
2023-01-12
Remove some getAuthorizationState usages.
levlam
2023-01-02
Move random_shuffle to tests.h.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-14
Replace ConcurrentScheduler::init with constructor.
levlam
2022-09-07
Inline tdlibParameters in setTdlibParameters.
levlam
2022-09-07
Remove separate authorizationStateWaitEncryptionKey.
levlam
2022-06-28
Move promise_send_closure to PromiseFuture.h.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-06-27
Remove Promise operators.
levlam
2022-06-21
Move directory creation and database check to another thread.
levlam
2022-06-14
Minor fixes.
levlam
2022-05-27
Cancel speech recognition by timeout.
levlam
2022-05-11
Use int53 for file size in TDLib API.
levlam
2022-01-01
Update copyright year.
levlam
2021-09-03
Update layer to 133.
levlam
2021-08-21
Prefer std::unordered_map to std::map.
levlam
2021-01-01
Update copyright year.
levlam
2020-12-03
Add missing license.
levlam
2020-11-29
Update layer 122.
levlam
2020-11-26
Revert "Revert "New test for tdlib. New Promise/Future features (ported from ...
Arseny Smirnov
2020-11-24
Revert "New test for tdlib. New Promise/Future features (ported from other pr...
Arseny Smirnov
2020-11-24
New test for tdlib. New Promise/Future features (ported from other project)
Arseny Smirnov