aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-02Add ImplPtr and makeImplAlexey Rusakov
2022-01-02Manage symbols visibility for dynamic linkingAlexey Rusakov
2022-01-01Fix enum in room Notification structVladyslav Hnatiuk
2022-01-01Fix more Sonar warningsAlexey Rusakov
2022-01-01Don't use QUOTIENT_API inside REGISTER_EVENT_TYPEAlexey Rusakov
2022-01-01Drop inline next to constexprAlexey Rusakov
2022-01-01Define destructors out-of-line when unique/scoped ptr are involvedAlexey Rusakov
2022-01-01Try to fix building with MSVC with Qt pre-5.14Alexey Rusakov
2022-01-01Merge pull request #458 from arawaaa/pinnedAlexey Rusakov
2022-01-01OtherChange is Change::Other now Alexey Rusakov
2021-12-29Use QLatin1String for event typeId'sAlexey Rusakov
2021-12-29Refactor EventFactory and move it out of _impl::Alexey Rusakov
2021-12-29Regenerate CS API filesAlexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-29Introduce quotient_export.hAlexey Rusakov
2021-12-28EventContent::FileInfo: default payloadSize to 0Alexey Rusakov
2021-12-28Settings classes: unify on QUO_ macro prefixAlexey Rusakov
2021-12-28Convert struct LoginFlows to namespaceAlexey Rusakov
2021-12-27Merge branch 'dev' into pinnedarawaaa
2021-12-27EventFactory: remove default constructorAlexey Rusakov
2021-12-27EventItem::setUserData: use std::moveAlexey Rusakov
2021-12-27Key* strings: drop 'static'; add 'constexpr' where okAlexey Rusakov
2021-12-27Connection: Simplify room/user factory codeAlexey Rusakov
2021-12-26Merge #528: Make canChangePassword available from QMLAlexey Rusakov
2021-12-25Make canChangePassword available from QMLCarl Schwan
2021-12-25Apply suggestions from code reviewTobias Fella
2021-12-25Remove assertTobias Fella
2021-12-25Update lib/e2ee/qolmoutboundsession.hTobias Fella
2021-12-25Update lib/e2ee/qolmoutboundsession.hTobias Fella
2021-12-25Don't save olm account ón shutdownTobias Fella
2021-12-25Remove irrelevant includeTobias Fella
2021-12-25Remove unneeded codeTobias Fella
2021-12-25Apply suggestionsTobias Fella
2021-12-25Update lib/e2ee/qolmoutboundsession.cppTobias Fella
2021-12-24Apply suggestionsTobias Fella
2021-12-24Prune empty/ish call*event.cpp filesAlexey Rusakov
2021-12-24Cache deviceslist to binary when possibleTobias Fella
2021-12-24Fix reading unencrypted imagesTobias Fella
2021-12-22Another improvementTobias Fella
2021-12-22Apply suggestions from code reviewTobias Fella
2021-12-22StateEventBase: force type to unknown if stateKey is not in JSONAlexey Rusakov
2021-12-22Simplify the code around EventFactory<>Alexey Rusakov
2021-12-21Don't chain RoomEvent to Event factory any moreAlexey Rusakov
2021-12-17RoomMemberEvent: fix an off-by-one errorAlexey Rusakov
2021-12-10Remove data from database when leaving roomTobias Fella
2021-12-10Apply suggestions from code reviewTobias Fella
2021-12-10Apply suggestions from code reviewTobias Fella
2021-12-10Use individual databases for each connectionTobias Fella
2021-12-10ifdef more thingsTobias Fella
2021-12-09Rename databaseTobias Fella