index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-26
Merge #571: Unify reporting and handling of Olm errors
Alexey Rusakov
2022-09-26
Merge branch 'dev' into kitsune/unify-olm-errors
Alexey Rusakov
2022-09-26
QOlmUtility::ed25519Verify: just return bool
Alexey Rusakov
2022-09-26
Remove no-op code
Alexey Rusakov
2022-09-26
Trample Sonar warnings
Alexey Rusakov
2022-09-26
Wrap error reporting into facility macros
Alexey Rusakov
2022-09-26
RandomBuffer
Alexey Rusakov
2022-09-26
Cleanup across E2EE code
Alexey Rusakov
2022-09-26
Replace QOlmError with OlmErrorCode
Alexey Rusakov
2022-09-25
QOlmUtility::ed25519Verify: just return bool
Alexey Rusakov
2022-09-24
Merge #573: Fix verification
Alexey Rusakov
2022-09-24
Update lib/connection.cpp
Tobias Fella
2022-09-24
Merge #572: Fix construction of EncryptedEvents
Alexey Rusakov
2022-09-24
Use basicJson()
Tobias Fella
2022-09-24
Fix verification
Tobias Fella
2022-09-24
Fix construction of EncryptedEvents
Tobias Fella
2022-09-23
Merge pull request #570 from quotient-im/tobias/mxcreply_no_roommessageevent
Alexey Rusakov
2022-09-23
Don't crash in MxcReply if the event is not a RoomMessageEvent
Tobias Fella
2022-09-21
CI: only use Valgrind with GCC
Alexey Rusakov
2022-09-21
Bump required Olm version to 3.2.5
Alexey Rusakov
2022-09-21
.clang-tidy: drop readability-qualified-auto
Alexey Rusakov
2022-09-18
Cleanup NAM more carefully
Alexey Rusakov
2022-09-18
Update README on E2EE
Alexey Rusakov
2022-09-17
Fix building with GCC
Alexey Rusakov
2022-09-17
room.*: fix doc-comments, use [[deprecated]]
Alexey Rusakov
2022-09-14
Fix a CMake-breaking typo in the just commited code
Alexey Rusakov
2022-09-14
CMakeLists: add flags more carefully for non-Windows
Alexey Rusakov
2022-09-12
Merge #568: Add autotest for key verification and fix several edge-cases
Alexey Rusakov
2022-09-12
NetworkAccessManager: QThreadStorage -> thread_local
Alexey Rusakov
2022-09-12
Only trust verification keys if the user verified the SAS
Alexey Rusakov
2022-09-12
Merge #569: Fix a leak in Connection::saveAccessTokenToKeychain()
Alexey Rusakov
2022-09-12
Fix a leak in Connection::saveAccessTokenToKeychain()
Alexey Rusakov
2022-09-11
TestKeyVerification: Add a missing allowed state
Alexey Rusakov
2022-09-11
KeyVerificationEvent; KeyVerificationSession::handleEvent()
Alexey Rusakov
2022-09-10
Adjust converters.h logic to support Qt 6.4
Alexey Rusakov
2022-09-10
Remove header for keyverificationtest
Tobias Fella
2022-09-10
Update lib/keyverificationsession.h
Tobias Fella
2022-09-10
CMakeLists, MSVC: require new preprocessor in public
Alexey Rusakov
2022-09-10
CMakeLists: adjust .cmake files install path on Windows
Alexey Rusakov
2022-09-09
makeImpl: add support for aggregate initialisation
Alexey Rusakov
2022-09-09
README: add a troubleshooting case with mixed Qt 5/6
Alexey Rusakov
2022-09-06
Add autotest for key verification and fix several edge-cases
Tobias Fella
2022-09-05
Cleanup
Alexey Rusakov
2022-09-05
sendToDevice: fix unintended slicing
Alexey Rusakov
2022-09-05
Merge pull request #565 from quotient-im/kitsune/streamline-event-types-2
Alexey Rusakov
2022-09-04
SingleKeyValue: use reference for template parameter
Alexey Rusakov
2022-09-04
Room::setTags(): skip full-blown TagEvent creation
Alexey Rusakov
2022-09-04
StateEventBase -> StateEvent
Alexey Rusakov
2022-09-04
concept EventClass
Alexey Rusakov
2022-09-04
Disallow direct events construction from JSON
Alexey Rusakov
[next]