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-22
Simplify the code around EventFactory<>
Alexey Rusakov
2021-12-21
Don't chain RoomEvent to Event factory any more
Alexey Rusakov
2021-12-21
Add event_loader.h to CMakeLists
Alexey Rusakov
2021-12-21
Quotest: add a missing \n in the output
Alexey Rusakov
2021-12-17
RoomMemberEvent: fix an off-by-one error
Alexey Rusakov
2021-12-10
Remove data from database when leaving room
Tobias Fella
2021-12-10
Apply suggestions from code review
Tobias Fella
2021-12-10
Apply suggestions from code review
Tobias Fella
2021-12-10
Use individual databases for each connection
Tobias Fella
2021-12-10
Merge pull request #523 from quotient-im/kitsune/ci-add-autotests
Alexey Rusakov
2021-12-10
Fix compilation of tests against older qt
Tobias Fella
2021-12-10
ifdef more things
Tobias Fella
2021-12-09
Rename database
Tobias Fella
2021-12-09
Ifdef all the things
Tobias Fella
2021-12-09
Update lib/connection.cpp
Tobias Fella
2021-12-09
Fix CI failure on macOS
Alexey Rusakov
2021-12-08
Try fixing sonar
Tobias Fella
2021-12-08
Update logging categories
Tobias Fella
2021-12-08
Store encryptedevent in decrypted roomevents
Tobias Fella
2021-12-08
Test installed quotest
Alexey Rusakov
2021-12-07
Maintain list of undecrypted events to speed up decryption of old
Tobias Fella
2021-12-07
Add clangd files to .gitignore
Tobias Fella
2021-12-07
Remove default constructor
Tobias Fella
2021-12-07
snake_case table names
Tobias Fella
2021-12-07
Fixes
Tobias Fella
2021-12-07
id -> matrixId
Tobias Fella
2021-12-07
Rename "crypto" -> "e2ee"
Tobias Fella
2021-12-07
CI: Put all build directories to ${{ runner.workspace }}/build
Alexey Rusakov
2021-12-07
Fix valgrind invocation failure
Alexey Rusakov
2021-12-07
Fix quotest invocation; use working-directory
Alexey Rusakov
2021-12-07
Port E2EE to database instead of JSON files
Tobias Fella
2021-12-06
autotests/: don't instantiate QApplication
Alexey Rusakov
2021-12-06
Add execution of autotests to CI
Alexey Rusakov
2021-12-05
Drop 'qmc-example' from one last(?) place
Alexey Rusakov
2021-12-03
Cleanup; drop an unused RoomAliasesEvent constructor
Alexey Rusakov
2021-12-03
Add a couple of bare .h files to CMakeLists.txt
Alexey Rusakov
2021-12-03
Rely on GTAD 0.9 that calls clang-format itself
Alexey Rusakov
2021-12-03
CMakeLists.txt: add .h files to sources
Alexey Rusakov
2021-12-02
Cleanup on Sonar issues
Alexey Rusakov
2021-12-02
Improve function_traits<>; split out from util.*
Alexey Rusakov
2021-12-02
visit(Event, ...) -> switchOnType()
Alexey Rusakov
2021-12-01
Apply suggestions from code review
Tobias Fella
2021-12-01
More improvements
Tobias Fella
2021-12-01
Apply even more suggestions
Tobias Fella
2021-12-01
Apply more suggestions
Tobias Fella
2021-12-01
Apply suggestions from code review
Tobias Fella
2021-12-01
Try fixing windows CI
Tobias Fella
2021-12-01
Use UnorderedMap instead of std::map
Tobias Fella
2021-12-01
We always need qtkeychain
Carl Schwan
2021-12-01
Fix compilation
Carl Schwan
[prev]
[next]