aboutsummaryrefslogtreecommitdiff
path: root/lib/events/stateevent.h
AgeCommit message (Expand)Author
2022-09-04StateEventBase -> StateEventAlexey Rusakov
2022-09-04Disallow direct events construction from JSONAlexey Rusakov
2022-09-04Streamline event typesAlexey Rusakov
2022-09-04EventMetaType, QUO_EVENT, QUO_BASE_EVENTAlexey Rusakov
2022-08-05eventloader.h: use basicJson() in a uniform wayAlexey Rusakov
2022-05-08Use std::pair instead of QPairAlexey Rusakov
2022-05-08basic*EventJson() -> *Event::basicJson()Alexey Rusakov
2022-05-08StateEvent: use non-member JSON convertersAlexey Rusakov
2021-12-29Refactor EventFactory and move it out of _impl::Alexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-22StateEventBase: force type to unknown if stateKey is not in JSONAlexey Rusakov
2021-12-22Simplify the code around EventFactory<>Alexey Rusakov
2021-11-26Drop Q_GADGET from most uncopyable classes; other minor cleanupAlexey Rusakov
2021-08-22Drop other stuff deprecated pre- or early 0.6Alexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-11-14Make StateEventBase Q_GADGET tooKitsune Ral
2020-11-14CleanupKitsune Ral
2019-09-12Introduce HashQ<> and UnorderedMap<>Kitsune 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-06Fix building with ClangKitsune Ral
2019-07-06Be stricter on usage of stateKeyKitsune Ral
2019-07-06Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson()Kitsune Ral
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2019-02-24Fix Qt<5.7 build for std::hash<StateEventKey>Alexey Andreyev
2019-01-06Create StateEventBase events if state_key is thereKitsune Ral
2019-01-05Make content in events editableKitsune Ral
2018-12-08StateEvent<>: make data members privateKitsune Ral
2018-11-17StateEventBase::replacedState()Kitsune Ral
2018-11-14Room: fix incorrect handling of state event redactionsKitsune Ral
2018-11-04StateEventKey and std::hash<StateEventKey> to arrange state events in hashmapsKitsune Ral
2018-11-04Support dumping Events to QDebugKitsune Ral
2018-07-04Break down event.* into smaller filesKitsune Ral