aboutsummaryrefslogtreecommitdiff
path: root/lib/events/accountdataevents.h
AgeCommit message (Expand)Author
2021-12-03Cleanup; drop an unused RoomAliasesEvent constructorAlexey Rusakov
2021-11-28Don't std::move when the callee doesn't support itAlexey Rusakov
2021-11-27Event::content() -> contentPart()Alexey Rusakov
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-08-11Drop unneeded #includeKitsune Ral
2019-11-01Derive Omittable<> from std::optional<>Kitsune Ral
2019-08-13Support for server notices rooms (MSC1452)Kitsune Ral
2019-08-11Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macroKitsune Ral
2019-08-11CleanupKitsune Ral
2019-08-09Namespace: QMatrixClient -> Quotient (with back comp alias)Kitsune Ral
2019-08-02Apply the new brace wrapping to source filesKitsune Ral
2019-06-24Merge branch 'master' into clang-formatKitsune Ral
2019-05-17Minor code refactoringKitsune Ral
2019-03-02style: apply .clang-format to all .cpp and .h filesMarc Deop
2018-12-08Refactor toJson/fillJsonKitsune Ral
2018-09-30toJson(TagRecord): don't dump order if there's noneKitsune Ral
2018-09-29Prepare for CS API 0.4.0Kitsune Ral
2018-09-02Switch tag order from strings to floats, as The Spec preachesKitsune Ral
2018-08-13accountdataevents.h: Drop useless(?) static declarations for tag namesKitsune 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