summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimize buildNicolas Werner2020-10-271-0/+3
|
* Fix infinite pagination properly now.Nicolas Werner2020-10-231-1/+4
|
* Clean up key requests + autoreloadNicolas Werner2020-10-201-14/+37
|
* Store timestamp with olm sessionsNicolas Werner2020-10-201-0/+6
|
* Try to fix windows buildNicolas Werner2020-10-081-3/+3
|
* Fix in room verificationNicolas Werner2020-10-061-68/+50
|
* Make steps in verification flow explicitNicolas Werner2020-10-051-8/+8
|
* Fix nullopt when iterating reactionsNicolas Werner2020-10-031-1/+2
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-1/+1
|\
| * Fix typo in encryption error messageNicolas Werner2020-09-191-1/+1
| |
* | Simplify outbound session setupNicolas Werner2020-09-201-72/+76
| | | | | | | | Don't send inbound session to self and claim and send all keys at once.
* | Split qml part of Device VerificationCH Chethan Reddy2020-09-141-76/+72
| |
* | Add support non-encrypted room-verification messagesChethan2k12020-09-101-58/+59
| |
* | Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-103/+128
| |
* | Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-031-1/+1
|\|
| * Fix endless pagination, when old history is inaccessibleNicolas Werner2020-09-021-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-19/+103
|\|
| * 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
| |
* | Small FixesCH Chethan Reddy2020-08-291-0/+7
| |
* | [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-4/+18
| |
* | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-85/+136
|/
* 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