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
2021-12-01
Move files
Carl Schwan
2021-12-01
Add encrypted file struct
Carl Schwan
2021-12-01
Fix CI
Carl Schwan
2021-12-01
Add device key test
Carl Schwan
2021-12-01
Disable olm test when disabling encryption
Carl Schwan
2021-12-01
Implement session sorting
Carl Schwan
2021-12-01
Add QOlmSession::decrypt
Carl Schwan
2021-12-01
Add more test and methods in session handling
Carl Schwan
2021-12-01
Add first session test and it fails :(
Carl Schwan
2021-12-01
Start adding test for session stuff
Carl Schwan
2021-12-01
Add hehlper functions
Carl Schwan
2021-12-01
Add missing reinterpret_cast for session data
Alexey Andreyev
2021-12-01
E2EE: Introduce session (WiP)
Alexey Andreyev
2021-12-01
Improve API
Carl Schwan
2021-12-01
Add group session decrypt/encrypt test and fix bug found by it
Carl Schwan
2021-12-01
Depends on OpenSSL for crypo rand
Carl Schwan
2021-12-01
Update test
Carl Schwan
2021-12-01
Make it work
Carl Schwan
2021-12-01
Fix documentation typos
Carl Schwan
2021-12-01
ifdef everything
Carl Schwan
2021-12-01
Implement outboundsession
Carl Schwan
2021-12-01
Implement Inboundsession
Carl Schwan
2021-12-01
Start inboundsession wrapper
Carl Schwan
2021-12-01
Add destructor
Carl Schwan
2021-12-01
Add tests
Carl Schwan
2021-12-01
Start implementing Qt olm binding
Carl Schwan
2021-11-28
Simplify converters.*
Alexey Rusakov
2021-11-28
CMakeLists: drop obsolete -W from the warnings list
Alexey Rusakov
2021-11-28
Comment on const return types in event.h
Alexey Rusakov
2021-11-28
Don't std::move when the callee doesn't support it
Alexey Rusakov
2021-11-28
One more small thing to actually fix CI breakage
Alexey Rusakov
2021-11-28
Fix CI breakage caused by the previous commit
Alexey Rusakov
2021-11-28
Event::unsignedPart()
Alexey Rusakov
2021-11-27
basicEventJson(): dismiss with the template
Alexey Rusakov
2021-11-27
Code cleanup
Alexey Rusakov
2021-11-27
Event::content() -> contentPart()
Alexey Rusakov
2021-11-27
Add SonarCloud analysis to CI
Alexey Rusakov
2021-11-27
Delete ISSUE_TEMPLATE.md
Alexey Rusakov
2021-11-27
Add issue templates
Alexey Rusakov
2021-11-27
Merge pull request #518 from Smittyvb/room-stateEvents
Alexey Rusakov
2021-11-26
Add Room::{stateEventsOfType,currentState}
Smitty
2021-11-26
Fix crashing on invalid member and encryption events
Alexey Rusakov
2021-11-26
Room::processEphemeralEvents: Fix updatedCount always being zero
Alexey Rusakov
2021-11-26
Revert "Drop #include "logging.h" from event.h"
Alexey Rusakov
2021-11-26
Event: deprecate originalJson[Object]()
Alexey Rusakov
2021-11-26
Drop #include "logging.h" from event.h
Alexey Rusakov
2021-11-26
Drop Q_GADGET from most uncopyable classes; other minor cleanup
Alexey Rusakov
2021-11-24
Merge pull request #521 from quotient-im/kitsune-unread-statistics
Alexey Rusakov
2021-11-24
Don't require C++20 from the clients just yet
Alexey Rusakov
2021-11-22
Fix stupid false-negatives from Room::updateStats()
Alexey Rusakov
[next]