summaryrefslogtreecommitdiffstats
path: root/src/timeline/EventStore.h
AgeCommit message (Expand)Author
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-29Reduce allocations for accessing event membersNicolas Werner
2021-11-22Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner
2021-11-08Fix redaction of edited messagesNicolas Werner
2021-10-17Move voip and encryption stuff into their own directoriesNicolas Werner
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-08-07Show encryption errors in qml and add request keys buttonNicolas Werner
2021-06-25Don't spam key requests directly after startupNicolas Werner
2021-05-30Try to get rid of an allocationNicolas Werner
2021-03-14Remove some more allocationsNicolas Werner
2021-03-05Update license headersNicolas Werner
2021-02-09Render editsNicolas Werner
2021-01-12Fix timeline becoming corrupted on backfillNicolas Werner
2020-12-25lintNicolas Werner
2020-12-25Fix some compiler warningsNicolas Werner
2020-10-20Clean up key requests + autoreloadNicolas Werner
2020-10-20Store timestamp with olm sessionsNicolas Werner
2020-10-06Fix in room verificationNicolas Werner
2020-09-10Add support non-encrypted room-verification messagesChethan2k1
2020-08-30Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy
2020-08-18[WIP] Room Verification Works!CH Chethan Reddy
2020-08-09Add /clear-timeline commandNicolas Werner
2020-08-09[WIP] Room-Verification MessagesCH Chethan Reddy
2020-07-26Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner
2020-07-19Fix reaction displayNicolas Werner
2020-07-18Mark own events as read again after sendingNicolas Werner
2020-07-18Reenable sending messagesNicolas Werner
2020-07-13Readd pagination and fix redactionsNicolas Werner
2020-07-10Fetch missing eventsNicolas Werner
2020-07-09WIP: Event Store split outNicolas Werner