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-24
Fix verification
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-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
2022-09-04
CallEventBase -> CallEvent; pack up all call events
Alexey Rusakov
2022-09-04
RoomStateView::content()
Alexey Rusakov
2022-09-04
More cleanup
Alexey Rusakov
2022-09-04
Remove #include "logging.h" from event.h
Alexey Rusakov
2022-09-04
Regenerate CS API upon GTAD config change
Alexey Rusakov
2022-09-04
GTAD: Stop using eventloader.h in generated files
Alexey Rusakov
2022-09-04
Streamline event types
Alexey Rusakov
2022-09-04
EventMetaType, QUO_EVENT, QUO_BASE_EVENT
Alexey Rusakov
2022-09-04
DEFINE_SIMPLE_EVENT: support custom JSON keys
Alexey Rusakov
2022-09-04
SingleKeyValue: allow seamless construction from the underlying type
Alexey Rusakov
2022-09-04
Fix a typo in cacheLocation() doc-comment
Alexey Rusakov
2022-09-03
KeyVerificationDoneEvent: fix copy-pasta in DEFINE_EVENT_TYPEID
Alexey Rusakov
2022-09-01
Merge pull request #566 from quotient-im/verificationfix
Alexey Rusakov
2022-08-26
Fix device verification
Tobias Fella
2022-08-26
Merge #547: Implement device verification
Alexey Rusakov
2022-08-25
Cleanup
Alexey Rusakov
2022-08-25
.clang-format: put e2ee/ headers in their own section
Alexey Rusakov
2022-08-25
Refactor the code handling emoji
Alexey Rusakov
[next]