aboutsummaryrefslogtreecommitdiff
path: root/lib/keyverificationsession.h
AgeCommit message (Collapse)Author
2022-08-25KeyVerificationSession: cleanupAlexey Rusakov
- Use std::chrono for the timeout (it's more readable and less ambiguous) and make it a local variable - Only pass a Connection object once to constructors - Ensure buildability even without E2EE (key verification is disabled in that case) - Reorder #includes - Other cleanup following clang-tidy warnings
2022-05-02Implement key verificationTobias Fella