Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-25 | More code reorganisation | Alexey Rusakov | |
- Common switchOnType() piece for key verification events is factored out into processIfVerificationEvent() - Bare event JSON removed from KeyVerificationSession into constructors of respective events - Connection::sendToDevice() uses assembleEncryptedContent() introduced in the previous commit - commonSupportedMethods() moved out to .cpp; error/string converters made static | |||
2022-08-25 | KeyVerificationSession: cleanup | Alexey 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-02 | Implement key verification | Tobias Fella | |