Signal-iOS/SignalServiceKit/Storage/AxolotlStore
Jordan Rose a3fc08e2e4 Continue tolerating legacy sessions in SSKSessionStore
Rather than relying on SDSKeyValueStore returning nil when
keyed-archive data can't be decoded, do the decoding step in
SSKSessionStore, where we can explicitly allow it. Then write a test
that approximates having the old session data stored.
2024-09-24 17:04:48 -07:00
..
Model delete legacy axolotl store model types 2024-09-23 15:01:18 -05:00
PreKeyId.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
SenderKeyStore.swift Store which devices received an SKDM 2024-07-03 11:11:47 -05:00
SignalPreKeyStore.swift migrate SSKPreKeyStore from objc to swift 2024-09-18 14:29:11 -05:00
SignalProtocolStore.swift Remove src/ prefix from SignalServiceKit files 2024-03-27 12:22:52 -05:00
SignalSessionStore.swift Rename AccountId → RecipientUniqueId 2024-07-11 10:38:21 -05:00
SignalSignedPreKeyStore.swift convert SSKSignedPreKeyStore from objc to swift 2024-09-19 13:01:57 -05:00
SSKKyberPreKeyStore.swift Update to LibSignal v0.56.0 2024-08-21 16:06:13 -07:00
SSKPreKeyStore.swift migrate SSKPreKeyStore from objc to swift 2024-09-18 14:29:11 -05:00
SSKSessionStore.swift Continue tolerating legacy sessions in SSKSessionStore 2024-09-24 17:04:48 -07:00
SSKSignedPreKeyStore.swift convert SSKSignedPreKeyStore from objc to swift 2024-09-19 13:01:57 -05:00