Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Save and load outgoing megolm session | Tobias Fella | |
2022-02-27 | Update lib/e2ee/qolmutility.cpp | Tobias Fella | |
Co-authored-by: Carl Schwan <carl@carlschwan.eu> | |||
2022-02-27 | Return false instead of error for failed signature checks | Tobias Fella | |
2022-02-26 | Use QOlmMessage::Type in more places | Tobias Fella | |
Make sure that the enum values correspond to the values used in the spec and use them instead of magic constants | |||
2022-02-16 | isSupportedAlgorithm() | Alexey Rusakov | |
That's a better primitive than just exposing SupportedAlgorithms list. | |||
2022-02-16 | Use QHash instead of QMap | Alexey Rusakov | |
We don't seem to need sorted associative containers in those cases. | |||
2022-02-16 | Cleanup | Alexey Rusakov | |
A note on switching to QLatin1String for JSON key constants - this is more concise and barely affects (if at all) runtime performance (padding each QChar with zeros is trivial for assignment; and comparison can be done directly with the same performance as for two QStrings). | |||
2022-02-16 | Add a few missing QUOTIENT_API stanzas | Alexey Rusakov | |
Also, removed Q_GADGET macros from key verification events as those don't seem to do anything (no Q_ENUM/Q_FLAG things, namely). | |||
2022-02-07 | Remove encryptionmanager and various fixes | Tobias Fella | |
2022-02-06 | Update lib/e2ee/qolmaccount.cpp | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2022-02-06 | Port to QRandomGenerator | Tobias Fella | |
2022-02-06 | Update lib/e2ee/qolminboundsession.cpp | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-12-25 | Remove assert | Tobias Fella | |
2021-12-25 | Update lib/e2ee/qolmoutboundsession.h | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-12-25 | Update lib/e2ee/qolmoutboundsession.h | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-12-25 | Apply suggestions | Tobias Fella | |
2021-12-25 | Update lib/e2ee/qolmoutboundsession.cpp | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2021-12-24 | Apply suggestions | Tobias Fella | |
2021-12-07 | Rename "crypto" -> "e2ee" | Tobias Fella | |