aboutsummaryrefslogtreecommitdiff
path: root/lib/events/roommessageevent.cpp
AgeCommit message (Expand)Author
2022-05-29Refactor EncryptedFile and EC::FileInfo::fileAlexey Rusakov
2022-05-08Simplify EventContent a bitAlexey Rusakov
2022-01-21Refactor assembleContentJson()Alexey Rusakov
2022-01-21Redo EventRelation; deprecate RelatesToAlexey Rusakov
2022-01-18Don't use 'static' on top-level/namespace scopeAlexey Rusakov
2022-01-18Move over non-interface code to QLatin1StringAlexey Rusakov
2021-11-27Event::content() -> contentPart()Alexey Rusakov
2021-09-18Add the encryptedfile to the eventcontentTobias Fella
2021-07-16Officially drop Qt Multimedia with Qt 6Alexey Rusakov
2021-06-13Disable the piece depending on Qt Multimedia for Qt 6Alexey Rusakov
2021-02-21Update a comment that still mentions RiotAlexey Rusakov
2021-01-28Merge pull request #449 from rpallai/richeditfixAlexey Rusakov
2021-01-28Fix rich edits (transmit)Roland Pallai
2021-01-28Fix rich replies json format (transmit)Roland Pallai
2021-01-16Updated copyright statements upon Git auditKitsune Ral
2020-12-26Port existing copyright statement to reuse using licensediggerCarl Schwan
2020-03-17Use constantRoland Pallai
2020-02-10TextContent: use MSC-1849 compatible `m.relates_to` fieldRoland Pallai
2020-02-10Edit (transmit): fix asterisk marking for dumb clientsRoland Pallai
2020-02-10Edit (transmit): fix json struct of `m.new_content`Roland Pallai
2019-11-01Derive Omittable<> from std::optional<>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-08-02Merge branch 'master' into use-clang-formatKitsune Ral
2019-08-01Merge branch 'master' into kitsune-relationsKitsune Ral
2019-07-31Initial support for edited messages (receive only)Kitsune Ral
2019-07-27E2EE: introduce EncryptedEventAlexey 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-25RoomMessageEvent: support m.in_reply_to (not spec-compliant yet); optimise aw...Kitsune Ral
2019-01-05API version++; use QMediaResource from QtMultimedia (new dep) to detect m.videoKitsune Ral
2019-01-05RoomMessageEvent: easier creation of file-based eventsKitsune Ral
2019-01-05More defaults to construct LocationContent and PlayableContentKitsune Ral
2019-01-05Make content in events editableKitsune Ral
2018-07-10Room::postHtmlMessage() - a facility method to send HTML messagesKitsune Ral
2018-07-04Event types system remade to be extensibleKitsune Ral
2018-04-02Fixes according to results of static analysisKitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral