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