summary refs log tree commit diff
path: root/src/Cache_p.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix stuck notifications because of editsNicolas Werner2021-02-101-0/+5
* Render editsNicolas Werner2021-02-091-0/+2
* Handle matrix schemeNicolas Werner2021-01-101-0/+1
* Store secrets in keychainNicolas Werner2020-12-161-0/+5
* Properly share and rotate sessions on member and device changesNicolas Werner2020-11-301-1/+4
* Remove outbound session storageNicolas Werner2020-11-301-4/+2
* Load sessions lazily from dbNicolas Werner2020-11-301-1/+2
* Add some db logging and clean up avatar urls a bitNicolas Werner2020-11-251-4/+1
* Remove redundant user search suggestion codeNicolas Werner2020-11-251-3/+0
* Don't pass around empty timelineNicolas Werner2020-10-281-2/+1
* Optimize buildNicolas Werner2020-10-271-1/+6
* Trade CPU usage for 30MB of members in RAMNicolas Werner2020-10-221-31/+5
* Store timestamp with olm sessionsNicolas Werner2020-10-201-2/+6
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-4/+7
* Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-031-0/+1
* Clean up verification and key cache a bitNicolas Werner2020-10-021-13/+21
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-0/+14
|\
| * Save account data and allow hiding events via account dataNicolas Werner2020-09-081-0/+14
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-301-0/+3
|\|
| * Add /clear-timeline commandNicolas Werner2020-08-091-0/+3
* | Cache FixCH Chethan Reddy2020-08-241-0/+2
* | Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-2/+3
* | Some issue with UserProfileCH Chethan Reddy2020-07-301-2/+2
* | [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-0/+19
|/
* Fix reaction displayNicolas Werner2020-07-191-0/+3
* Reenable sending messagesNicolas Werner2020-07-181-0/+18
* Readd pagination and fix redactionsNicolas Werner2020-07-131-6/+9
* Fetch missing eventsNicolas Werner2020-07-101-0/+3
* WIP: Event Store split outNicolas Werner2020-07-091-15/+24
* Add relations and order without hidden events to dbNicolas Werner2020-07-081-0/+18
* Fetch event from db and use string_view where possibleNicolas Werner2020-07-061-0/+4
* Use new timeline cache structureNicolas Werner2020-07-051-13/+11
* Persist event orderNicolas Werner2020-07-041-0/+6
* Store events in room specific dbNicolas Werner2020-07-031-0/+5
* Show presence and set custom status messagesNicolas Werner2020-06-081-0/+13
* Add support for db migrationsNicolas Werner2020-05-021-1/+2
* Don't store pending receipts in cacheNicolas Werner2020-04-301-12/+0
* Clear notifications when event is readNicolas Werner2020-04-111-0/+1
* Fix stuck unread messages by storing state events in the dbNicolas Werner2020-02-241-0/+1
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-201-6/+0
* Remove even more headersNicolas Werner2020-01-311-3/+0
* Remove metatypes from headersNicolas Werner2020-01-311-3/+3
* Fix include of lmdb++ with hunterNicolas Werner2020-01-261-0/+4
* Reduce overhead of Cache.hNicolas Werner2019-12-151-0/+494