aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-12Refactor things around EncryptionEvent[Content]Alexey Rusakov
2022-07-12fromJson()/toJson() refactoringAlexey Rusakov
2022-07-12Fix deprecation messagesAlexey Rusakov
2022-07-12Pack up StickerEvent in the header fileAlexey Rusakov
2022-07-11Reuse Room::setState() overloads from one anotherAlexey Rusakov
2022-07-11Add QUOTIENT_API to RoomStateViewAlexey Rusakov
2022-07-08qt_connection_util.h: use autoAlexey Rusakov
2022-07-08CI: use GCC 11 and (therefore) ubuntu-22.04Alexey Rusakov
2022-07-07Avoid std::derived_from and std::bind_frontAlexey Rusakov
2022-07-03Shorten switchOnType, function_traits and connect*Alexey Rusakov
2022-06-24Make EventContent::Base() move constructor noexceptAlexey Rusakov
2022-06-24Fix the just introduced Sonar warningAlexey Rusakov
2022-06-24Start using C++20's designated initializersAlexey Rusakov
2022-06-24Code cleanup and reformattingAlexey Rusakov
2022-06-24Rework SignedOneTimeKey as a QJsonObject wrapperAlexey Rusakov
2022-06-24Fix copy-pasta in signed one-time key JSON dumperAlexey Rusakov
2022-06-23Streamline Room::P::shouldRotateMegolmSession()Alexey Rusakov
2022-06-23Use QUO_CONTENT_GETTERAlexey Rusakov
2022-06-23Drop QUOTIENT_API where it's undueAlexey Rusakov
2022-06-22Fix signature verificationAlexey Rusakov
2022-06-22RoomSummary::merge(): explicitly cast between int and boolAlexey Rusakov
2022-06-22Streamline RoomPowerLevelsEvent backoffice codeAlexey Rusakov
2022-06-22Address a few more Sonar warningsAlexey Rusakov
2022-06-22Clean up RequestData from Sonar warningsAlexey Rusakov
2022-06-22Use fixed width types for enumsAlexey Rusakov
2022-06-21Fix a few clang-tidy/GCC warningsAlexey Rusakov
2022-06-21Move out Overloads to util.hAlexey Rusakov
2022-06-21room.cpp: replace two signal connections with oneAlexey Rusakov
2022-06-19Add a missing #includeAlexey Rusakov
2022-06-18Move C++-only macros to util.hAlexey Rusakov
2022-06-18Drop make_array(); use std::to_array() where neededAlexey Rusakov
2022-06-18Drop pre-Qt 5.15 codeAlexey Rusakov
2022-06-18Regenerate API files upon the previous commitAlexey Rusakov
2022-06-17Further fix building with Qt 6Alexey Rusakov
2022-06-17Make Connection::sendToDevices() an actual slotAlexey Rusakov
2022-06-11Regenerate API files using latest matrix-specAlexey Rusakov
2022-06-11Regenerate API filesAlexey Rusakov
2022-06-08Save connection state while QCoreApplication is still thereAlexey Rusakov
2022-06-06Regenerate API filesAlexey Rusakov
2022-06-04Address Sonar warningsAlexey Rusakov
2022-06-02Merge pull request #560 from TobiasFella/createnewsessionwhenuserleavesAlexey Rusakov
2022-06-01Immediately create a new megolm session when user leaves instead ofTobias Fella
2022-06-01Merge pull request #559 from TobiasFella/removeaccountsloadingAlexey Rusakov
2022-06-01#554: Fix update-api jobsAlexey Rusakov
2022-06-01Fix FTBFS after the mergeAlexey Rusakov
2022-05-31Remove accounts from accountsLoading when they're no longer loadingTobias Fella
2022-05-31Merge branch 'dev' into update-api-updateAlexey Rusakov
2022-05-31Fix Room::getPreviousContent() to match new CS APIAlexey Rusakov
2022-05-31Tweak QOlmAccount and data structures aroundAlexey Rusakov
2022-05-31Regenerate API files (FTBFS; see the next commit)Alexey Rusakov