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
path:
root
/
lib
/
syncdata.cpp
Age
Commit message (
Expand
)
Author
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-09-04
SyndData::parseJson: use fromJson()
Kitsune Ral
2020-06-05
Use CBOR for binary JSON caching on Qt 5.15+
Kitsune Ral
2020-02-25
E2EE: implement SyncData::deviceOneTimeKeysCount
Alexey Andreyev
2019-11-01
Derive Omittable<> from std::optional<>
Kitsune Ral
2019-08-11
Now that we're C++17, remove old compatibility cruft
Kitsune Ral
2019-08-11
SyncData: x-qmatrixclient -> x-quotient
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-04-06
Clean up on clang-tidy/clazy analysis
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2018-12-09
MSC 688: MSC-compliant RoomSummary; update Room::calculateDisplayname()
Kitsune Ral
2018-12-08
Room summaries
Kitsune Ral
2018-11-23
Connection::saveState: use null instead of an empty object for a room
Kitsune Ral
2018-11-22
Save state cache per-room
Kitsune Ral
2018-11-20
Make SyncData more self-contained and prepare for cache splitting
Kitsune Ral