summaryrefslogtreecommitdiffstats
path: root/src/Cache.cpp
AgeCommit message (Expand)Author
2022-04-14Fix cursor not being closed before txn was committedJoseph Donofry
2022-04-13Fix accidental shadowingNicolas Werner
2022-04-13Store notification counts across restartsNicolas Werner
2022-04-08Fix typo in key exportNicolas Werner
2022-04-08Fix a few issues with receiving to_device messages in initial syncNicolas Werner
2022-04-08Remove sender key from megolm session indexNicolas Werner
2022-03-25Fix crash on missing pack descriptionNicolas Werner
2022-02-27Fix editing pending messagesNicolas Werner
2022-02-12Hidden events: Refactor slightly for reusabilityNicolas Werner
2022-02-05Add /reset-state commandNicolas Werner
2022-01-29Fix secrets not loading after registrationNicolas Werner
2022-01-26Initial qml root windowNicolas Werner
2022-01-17fixed a typo in Cache.cppAyushi Bisht
2022-01-03Fix presence db creation on servers without presenceNicolas Werner
2022-01-03Possibly fix crash on accepting invitesNicolas Werner
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2022-01-01Update translationsNicolas Werner
2021-12-30Update presence dynamically and reduce allocationsNicolas Werner
2021-12-29Reserve size of some containers we are fillingNicolas Werner
2021-12-29Reduce allocations using QStringLiteralNicolas Werner
2021-12-29Add clazy to CINicolas Werner
2021-12-28Cleanup remaining clazy issuesNicolas Werner
2021-12-28Merge pull request #855 from rnhmjoj/masterDeepBlueV7.X
2021-12-28more cleanupsNicolas Werner
2021-12-28Some qt6 prepNicolas Werner
2021-12-27Make nheko usable without a secret storage servicernhmjoj
2021-12-27Fix inclusion condition for overriden pack typesNicolas Werner
2021-12-27Add an ugly custom emote completer using ~Nicolas Werner
2021-12-19Set notification categoryNicolas Werner
2021-12-06Fix a few clang tidy warningsNicolas Werner
2021-11-21Only mark as direct, if invite was directNicolas Werner
2021-11-14Disallow displaynames with only spaces or control charactersNicolas Werner
2021-11-08Improve fetching of device keys after loginNicolas Werner
2021-11-07Move away from using an event loop to access secretsNicolas Werner
2021-11-06Fix crash when clearing empty timelineNicolas Werner
2021-11-03Update translationsNicolas Werner
2021-11-01Fix crash on logoutNicolas Werner
2021-11-01Prompt user when there are unverified devicesNicolas Werner
2021-10-20Fix calculating hidden space childrenNicolas Werner
2021-10-17Move voip and encryption stuff into their own directoriesNicolas 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-13Merge pull request #416 from LorenDB/jdenticonDeepBlueV7.X
2021-09-13Keep identities for users cachedNicolas Werner
2021-09-11Streamline getting other user id from invited direct chatLoren Burkholder
2021-09-11Fix invites crashing the whole appLoren Burkholder
2021-09-06Fix duplicate check possibly leaving large gaps if initial state was not in t...Nicolas Werner
2021-09-05Fixed duplicate messages appearing in timeline if server sent themThulinma
2021-09-03Make error case with unverified master key more descriptiveNicolas Werner