lilia
3c2b7c8cbd
Log missing signed prekey ids
...
// FREEBIE
8 years ago
lilia
bba25b22e2
Log session deletions
8 years ago
lilia
527e7878a8
Fix unresolved promise in removeSession
...
Previously if there was no session to remove, the promise returned from
removeSession would never resolve, potentially blocking sending for that
recipient until restart.
// FREEBIE
8 years ago
lilia
e0fd188d42
Add loadSignedPreKeys to SignalProtocolStore
8 years ago
lilia
54536360ff
Return created_at and keyId with signed prekeys
...
Use `.get()` rather than `attributes.property` access because created_at
may not be present for old keys
// FREEBIE
8 years ago
lilia
829d147d19
Add creation timestamps to signed keys
8 years ago
lilia
7fe708d195
Insert keychange advisories
...
On click, these open a verification panel for the relevant contact,
within this conversation.
// FREEBIE
9 years ago
lilia
aa42139477
Implement non blocking option
...
// FREEBIE
9 years ago
lilia
ce315f3f8e
Add Events to SignalProtocolStore
...
Allows triggering and listening for events.
// FREEBIE
9 years ago
lilia
0a7f203565
Log on session save failure
...
// FREEBIE
9 years ago
lilia
148bd32671
Update libsignal-protocol v0.10.0
...
* Changes policy for old session deletion
* Renames putIdentityKey to saveIdentity
* Remove device messages
// FREEBIE
9 years ago
lilia
e659104cbf
Add isTrustedIdentity to SignalProtocolStore
...
Adds a new required storage method for the protocol library.
// FREEBIE
9 years ago
lilia
70fe14e91b
Fix reference errors in isStringable
...
// FREEBIE
9 years ago
lilia
1d60dc38fb
Rename axolotl storage
...
// FREEBIE
9 years ago
lilia
b1d370755a
Rename AxolotlStore
...
// FREEBIE
9 years ago