summary refs log tree commit diff
path: root/src/timeline/EventStore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #273
* 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