aboutsummaryrefslogtreecommitdiff
path: root/lib/events/encryptionevent.h
AgeCommit message (Expand)Author
2022-06-23Streamline Room::P::shouldRotateMegolmSession()Alexey Rusakov
2022-06-18Move C++-only macros to util.hAlexey Rusakov
2022-05-08Event content: provide toJson() instead of deriving from EC::BaseAlexey Rusakov
2022-05-08Simplify EventContent a bitAlexey Rusakov
2022-01-28QUO_IMPLICITAlexey Rusakov
2022-01-23No more default construction of eventsAlexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-09-11Add convenience function for activating encryption and fixTobias Fella
2021-06-13EncryptionEvent: fix "too perfect forwarding"Alexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-11-15Cleanup across event classesKitsune Ral
2019-08-11Now that we're C++17, remove old compatibility cruftKitsune Ral
2019-08-11Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macroKitsune Ral
2019-08-09Namespace: QMatrixClient -> Quotient (with back comp alias)Kitsune Ral
2019-08-02Apply the new brace wrapping to source filesKitsune Ral
2019-07-09Merge branch 'master' into use-clang-formatKitsune Ral
2019-07-06EncryptionEvent: Adjust upon merge from masterKitsune Ral
2019-07-04Add full EncryptionEvent to room logic. Issue #95Alexey Andreyev
2019-06-25Introduce EncryptionEvent classKitsune Ral