Age | Commit message (Expand) | Author |
2022-06-24 | Fix the just introduced Sonar warning | Alexey Rusakov |
2022-06-24 | Start using C++20's designated initializers | Alexey Rusakov |
2022-06-24 | Code cleanup and reformatting | Alexey Rusakov |
2022-06-24 | Rework SignedOneTimeKey as a QJsonObject wrapper | Alexey Rusakov |
2022-06-24 | Fix copy-pasta in signed one-time key JSON dumper | Alexey Rusakov |
2022-06-22 | Fix signature verification | Alexey Rusakov |
2022-06-19 | Add a missing #include | Alexey Rusakov |
2022-06-18 | Move C++-only macros to util.h | Alexey Rusakov |
2022-06-18 | Drop make_array(); use std::to_array() where needed | Alexey Rusakov |
2022-06-04 | Address Sonar warnings | Alexey Rusakov |
2022-05-31 | Merge branch 'dev' into update-api-update | Alexey Rusakov |
2022-05-31 | Tweak QOlmAccount and data structures around | Alexey Rusakov |
2022-05-29 | Move some Meg/Olm session logic from Room::Private to Connection::Private | Alexey Rusakov |
2022-05-29 | Refactor creation of Megolm sessions in Room | Alexey Rusakov |
2022-05-16 | Fix build failures | Tobias Fella |
2022-05-16 | Save and load outgoing megolm session | Tobias Fella |
2022-05-16 | QOlmExpected and associated refactoring | Alexey Rusakov |
2022-05-16 | Simplify QOlmSession::matchesInboundSession*() | Alexey Rusakov |
2022-05-16 | QOlmAccount::needsSave() shouldn't be const | Alexey Rusakov |
2022-05-16 | Optimise #includes for QOlm* classes | Alexey Rusakov |
2022-05-14 | Cleanup across the board | Alexey Rusakov |
2022-04-23 | SLICE() | Alexey Rusakov |
2022-04-09 | Prepare for MSC 3700 | Tobias Fella |
2022-02-27 | Update lib/e2ee/qolmutility.cpp | Tobias Fella |
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 |
2022-02-16 | isSupportedAlgorithm() | Alexey Rusakov |
2022-02-16 | Use QHash instead of QMap | Alexey Rusakov |
2022-02-16 | Cleanup | Alexey Rusakov |
2022-02-16 | Add a few missing QUOTIENT_API stanzas | Alexey Rusakov |
2022-02-07 | Remove encryptionmanager and various fixes | Tobias Fella |
2022-02-06 | Update lib/e2ee/qolmaccount.cpp | Tobias Fella |
2022-02-06 | Port to QRandomGenerator | Tobias Fella |
2022-02-06 | Update lib/e2ee/qolminboundsession.cpp | Tobias Fella |
2021-12-25 | Remove assert | Tobias Fella |
2021-12-25 | Update lib/e2ee/qolmoutboundsession.h | Tobias Fella |
2021-12-25 | Update lib/e2ee/qolmoutboundsession.h | Tobias Fella |
2021-12-25 | Apply suggestions | Tobias Fella |
2021-12-25 | Update lib/e2ee/qolmoutboundsession.cpp | Tobias Fella |
2021-12-24 | Apply suggestions | Tobias Fella |
2021-12-07 | Rename "crypto" -> "e2ee" | Tobias Fella |