summary refs log tree commit diff
path: root/src/timeline/EventStore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a few conversionsNicolas Werner2023-10-311-7/+6
* lintNicolas Werner2023-06-081-3/+3
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-5/+4
* Adapt to the new inherited variantNicolas Werner2023-04-111-6/+6
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* More template bloat reductionNicolas Werner2023-02-201-1/+0
* Automatically fetch keys for undecrypted messages after verificationNicolas Werner2023-02-181-0/+4
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
* Fix pins not refreshing after being loadedNicolas Werner2022-06-151-0/+1
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reduce allocations for accessing event membersNicolas Werner2021-12-291-1/+1
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-5/+5
* Fix redaction of edited messagesNicolas Werner2021-11-081-1/+1
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-1/+1
* Change indentation to 4 spacesNicolas Werner2021-09-181-116/+114
* Show encryption errors in qml and add request keys buttonNicolas Werner2021-08-071-2/+7
* Don't spam key requests directly after startupNicolas Werner2021-06-251-0/+2
* Try to get rid of an allocationNicolas Werner2021-05-301-1/+1
* Remove some more allocationsNicolas Werner2021-03-141-7/+9
* Update license headersNicolas Werner2021-03-051-0/+4
* Render editsNicolas Werner2021-02-091-1/+3
* Fix timeline becoming corrupted on backfillNicolas Werner2021-01-121-1/+1
* lintNicolas Werner2020-12-251-2/+4
* Fix some compiler warningsNicolas Werner2020-12-251-3/+3
* Clean up key requests + autoreloadNicolas Werner2020-10-201-0/+8
* Store timestamp with olm sessionsNicolas Werner2020-10-201-0/+1
* Fix in room verificationNicolas Werner2020-10-061-7/+1
* Add support non-encrypted room-verification messagesChethan2k12020-09-101-0/+1
* Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-0/+1
|\
| * Add /clear-timeline commandNicolas Werner2020-08-091-0/+1
* | [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-0/+1
* | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-0/+8
|/
* Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner2020-07-261-4/+4
* Fix reaction displayNicolas Werner2020-07-191-0/+5
* Mark own events as read again after sendingNicolas Werner2020-07-181-1/+1
* Reenable sending messagesNicolas Werner2020-07-181-0/+10
* Readd pagination and fix redactionsNicolas Werner2020-07-131-6/+11
* Fetch missing eventsNicolas Werner2020-07-101-0/+3
* WIP: Event Store split outNicolas Werner2020-07-091-0/+98