aboutsummaryrefslogtreecommitdiff
path: root/lib/events/simplestateevents.h
AgeCommit message (Expand)Author
2022-05-08toSnakeCase and EventContent::SingleKeyValueAlexey Rusakov
2022-01-23No more default construction of eventsAlexey Rusakov
2022-01-02Manage symbols visibility for dynamic linkingAlexey Rusakov
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-27Merge branch 'dev' into pinnedarawaaa
2021-12-03Cleanup; drop an unused RoomAliasesEvent constructorAlexey Rusakov
2021-07-30Clean up after the previous commitAlexey Rusakov
2021-07-30Room: drop 0.6 deprecations; deprecate RoomAliasEventAlexey Rusakov
2021-05-25FixesArnav Rawat
2021-03-11Support for pinned messagesArnav Rawat
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-03-08fixing msc2432Ram Nad
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-06Merge branch 'master' into e2ee-enc-mngKitsune Ral
2019-07-06Be stricter on usage of stateKeyKitsune Ral
2019-07-04Add full EncryptionEvent to room logic. Issue #95Alexey Andreyev
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2019-02-11SimpleContent: don't derive from Base as it gives zero added valueKitsune Ral
2018-11-14DEFINE_SIMPLE_STATE_EVENT: Add default constructorKitsune Ral
2018-11-04DEFINE_SIMPLE_STATE_EVENT: fix construction from an rvalue QJsonObjectKitsune Ral
2018-11-04DEFINE_SIMPLE_STATE_EVENT: fix value_type mistakenly dubbed as content_typeKitsune Ral
2018-07-11Add missing #includesKitsune Ral
2018-07-04Break down event.* into smaller filesKitsune Ral
2018-07-04Events: use a template structure instead of template variables; rearrange cod...Kitsune Ral
2018-07-04Event types system remade to be extensibleKitsune Ral
2018-05-04EvT::TypeId: Use a member function instead of a variableKitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral