summaryrefslogtreecommitdiffstats
path: root/src/Cache_p.h
AgeCommit message (Expand)Author
2024-03-16Make a few headers forward declarationsNicolas Werner
2023-10-31Cleanup headers a bit moreNicolas Werner
2023-10-31Speed up compilation a bitNicolas Werner
2023-10-23Migrate olm sessions to be stored in one database instead of thousandsNicolas Werner
2023-10-21Add a way to compact the databaseNicolas Werner
2023-07-06Add an early out cache for event expirationNicolas Werner
2023-06-10Add inviter to the invite reasonNicolas Werner
2023-05-06Delete unused msg db functionNicolas Werner
2023-05-06Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner
2023-04-11Adapt to the new inherited variantNicolas Werner
2023-03-26Improve state event redactionNicolas Werner
2023-03-14Speed up writes of events with statekeys to state dbNicolas Werner
2023-02-25Fix bug that prevented storing member events in the same database as the restNicolas Werner
2023-02-24Show rooms you share with someoneNicolas Werner
2023-02-21Get rid of year in license headersNicolas Werner
2023-01-07Speedup quick switcherNicolas Werner
2023-01-07Fix crash in migrations during secrets deletionNicolas Werner
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-12-27Revert storing members in statesdb for nowNicolas Werner
2022-12-27Fix state reset commandNicolas Werner
2022-12-27Show invite reason in the UI (hidden by default)Nicolas Werner
2022-11-06Store secrets (apart from the pickle key) in the databaseNicolas Werner
2022-11-01Speedup sending encrypted messages after metasync was reenabledNicolas Werner
2022-10-13Evaluate push rules locallyNicolas Werner
2022-10-10Mark classes as final where possibleNicolas Werner
2022-10-01Reduce windows ci warningsNicolas Werner
2022-09-30Basic threading supportNicolas Werner
2022-09-11Line to indicate first unread message (#1147)Hiers
2022-06-26Fix timestamps after loadingNicolas Werner
2022-06-18Remove a few more headersNicolas Werner
2022-06-17Get rid of 'using json = nlohmann::json'Nicolas Werner
2022-06-17Remove redundant alias functionNicolas Werner
2022-04-08Fix a few issues with receiving to_device messages in initial syncNicolas Werner
2022-02-27Fix editing pending messagesNicolas Werner
2022-02-05Add /reset-state commandNicolas Werner
2022-02-04Show widgets as linksNicolas Werner
2022-01-03Fix presence db creation on servers without presenceNicolas Werner
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-30Update presence dynamically and reduce allocationsNicolas Werner
2021-12-01Hide me underneath the space treeNicolas Werner
2021-11-22Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner
2021-11-21Return nullopt for state events in rooms we are not inNicolas Werner
2021-11-09Fix parsing some exotic image packsNicolas Werner
2021-11-07Move away from using an event loop to access secretsNicolas Werner
2021-11-01Prompt user when there are unverified devicesNicolas Werner
2021-10-09Support bootstrapping crosssigningNicolas Werner
2021-10-06Added support for refreshing the device list, marking current device with a c...Thulinma
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-09-13Remove unused prototypeNicolas Werner
2021-09-13Merge pull request #416 from LorenDB/jdenticonDeepBlueV7.X