aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/tdclient.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-10-10Pass MessageTopic to sendMessage methods.levlam
2025-01-01Update copyright year.levlam
2024-01-29Add registerUser.disable_notification.levlam
2024-01-11Remove setTdlibParameters.enable_storage_optimizer/ignore_file_names paramete...levlam
2024-01-01Update copyright year.levlam
2023-10-16Add td_api::linkPreviewOptions.levlam
2023-06-12Update sendMessage usages in tests and examples.levlam
2023-02-26Use "receive"/"have"/"loaded" instead of "got" and other log message improvem...levlam
2023-01-12Remove some getAuthorizationState usages.levlam
2023-01-01Update copyright year.levlam
2022-10-12Add support for multiple usernames.levlam
2022-09-14Replace ConcurrentScheduler::init with constructor.levlam
2022-09-08Support new authorization flow in tdclient test.levlam
2022-09-07Inline tdlibParameters in setTdlibParameters.levlam
2022-09-07Remove separate authorizationStateWaitEncryptionKey.levlam
2022-06-27Move Promise to tdutils.levlam
2022-06-27Use free-standing function to create event promises.levlam
2022-01-01Update copyright year.levlam
2021-12-24Use at most 7 client threads on OpenBSD to stay within default limit of 128 f...levlam
2021-11-21Remove explicit verbosity level changes in tests.levlam
2021-10-25Fix ClientManager without EventFd.levlam
2021-10-21Minor improvements.levlam
2021-09-03Update layer to 133.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-26Remove REGISTER_TESTS define.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-01Update copyright year.levlam
2020-12-22Minor fixes.levlam
2020-11-23Include ConcurrentScheduler separately.levlam
2020-11-22Fix Client_SimpleMulti test on macOS.levlam
2020-11-15Rename create_client to create_client_id.levlam
2020-11-12Don't create client through ClientManager until first request is sent to it.levlam
2020-10-13Reduce ClientManager timeout in test.levlam
2020-10-09Clear ClientManager when the last Client is closed.levlam
2020-10-08Fix std::...::erase return value usages.levlam
2020-10-08Fix some includes.levlam
2020-10-08Add one thread ClientManager close test.levlam
2020-10-08Improve error message for requests to closed client.levlam
2020-10-08Move tdclient test out of namespace td.levlam
2020-10-08Use Random::fast_bool.levlam
2020-10-08Add Client close test.levlam
2020-10-05Fix handling of requests to unexisting Client.levlam
2020-10-05Add ClientManager documentation.levlam
2020-09-23Allow to specify message_thread_id in sendMessage/sendMessageAlbum/sendInline...levlam
2020-08-17Minor.levlam
2020-08-17Actors: safer tag_ in contextArseny Smirnov
2020-08-14Minor fixes.levlam
2020-08-13Minor improvements.levlam