aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-05-20Provide backwards compatibility for MATRIX_SPEC_PATHTobias Fella
2022-05-20Adapt update-api target to matrix-doc splitTobias Fella
2022-05-16Expected<>Alexey Rusakov
2022-05-08toSnakeCase and EventContent::SingleKeyValueAlexey Rusakov
2022-05-04CMakeLists.txt: add roomcanonicalaliasevent.hAlexey Rusakov
2022-02-13Merge branch 'dev'Alexey Rusakov
2022-02-07Remove encryptionmanager and various fixesTobias Fella
2022-01-23Move away Omittable static tests to autotests/Alexey Rusakov
2022-01-23RoomStateViewAlexey Rusakov
2022-01-23Omittable: split out from util.h and refreshAlexey Rusakov
2022-01-21Merge: merge event relation structures into oneAlexey Rusakov
2022-01-21Redo EventRelation; deprecate RelatesToAlexey Rusakov
2022-01-19CMakeLists: Bring back ARCHIVE DESTINATION in install()Alexey Rusakov
2022-01-05CMakeLists: add install(TARGETS) components againAlexey Rusakov
2022-01-01CMakeLists: Drop unneeded parts from install(TARGETS)Alexey Rusakov
2021-12-29CMakeLists.txt: apply -fvisibility=hiddenAlexey Rusakov
2021-12-29Introduce quotient_export.hAlexey Rusakov
2021-12-24Apply suggestionsTobias Fella
2021-12-24Prune empty/ish call*event.cpp filesAlexey Rusakov
2021-12-24Find sql when using libquotientTobias Fella
2021-12-21Add event_loader.h to CMakeListsAlexey Rusakov
2021-12-09Ifdef all the thingsTobias Fella
2021-12-07Rename "crypto" -> "e2ee"Tobias Fella
2021-12-07Port E2EE to database instead of JSON filesTobias Fella
2021-12-03Add a couple of bare .h files to CMakeLists.txtAlexey Rusakov
2021-12-03Rely on GTAD 0.9 that calls clang-format itselfAlexey Rusakov
2021-12-03CMakeLists.txt: add .h files to sourcesAlexey Rusakov
2021-12-02Improve function_traits<>; split out from util.*Alexey Rusakov
2021-12-01Fix compilationCarl Schwan
2021-12-01Store pickling key in qtkeychain and pickle encryptedTobias Fella
2021-12-01Only build the encryptionmanager when encryption is enabledTobias Fella
2021-12-01Implement key verification eventsCarl Schwan
2021-12-01Ifdef E2EE out at cmake levelTobias Fella
2021-12-01Fix cmake codeCarl Schwan
2021-12-01Key verificationCarl Schwan
2021-12-01E2EE: initial port to internal olm wrapperAlexey Andreyev
2021-12-01Move filesCarl Schwan
2021-12-01Fix CICarl Schwan
2021-12-01E2EE: Introduce session (WiP)Alexey Andreyev
2021-12-01Improve APICarl Schwan
2021-12-01Depends on OpenSSL for crypo randCarl Schwan
2021-12-01Implement outboundsessionCarl Schwan
2021-12-01Start implementing Qt olm bindingCarl Schwan
2021-11-28CMakeLists: drop obsolete -W from the warnings listAlexey Rusakov
2021-11-21EventStats and Room::partiallyRead/unreadStats()Alexey Rusakov
2021-11-19Make enum values logging more terse()Alexey Rusakov
2021-10-13CMakeLists: more robust GTAD_PATH detectionAlexey Rusakov
2021-10-13CMakeLists: don't report that update-api is enabled when it's actually notAlexey Rusakov
2021-09-12Merge pull request #499 from TobiasFella/mxcnamAlexey Rusakov
2021-09-05Implement the mxc protocol in the NetworkAccessManagerTobias Fella