summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix endless pagination, when old history is inaccessibleNicolas Werner2020-09-021-1/+1
* Add /clear-timeline commandNicolas Werner2020-08-091-0/+20
* Try to fix issue of pagination interfering with limited: trueNicolas Werner2020-08-071-0/+6
* Split error messages from event decryptionNicolas Werner2020-08-061-82/+75
* Fix shadowing variableNicolas Werner2020-07-261-3/+3
* Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner2020-07-261-3/+3
* Reset fetch in progress when fetch failedNicolas Werner2020-07-251-0/+1
* Return to redacted messages instead of just storing the redactionNicolas Werner2020-07-251-1/+6
* Fix reactionsNicolas Werner2020-07-201-0/+14
* Fix reaction displayNicolas Werner2020-07-191-0/+70
* Mark own events as read again after sendingNicolas Werner2020-07-181-3/+12
* Reenable sending messagesNicolas Werner2020-07-181-0/+109
* Readd pagination and fix redactionsNicolas Werner2020-07-131-2/+53
* Fetch missing eventsNicolas Werner2020-07-101-2/+35
* WIP: Event Store split outNicolas Werner2020-07-091-0/+259