You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure
lilia 96eafc7750 Integrate libaxolotl async storage changes
* Session records are now opaque strings, so treat them that way:
  - no more cross checking identity key and session records
  - Move hasOpenSession to axolotl wrapper
  - Remote registration ids must be fetched async'ly via protocol wrapper
* Implement async AxolotlStore using textsecure.storage
* Add some db stores and move prekeys and signed keys to indexeddb
* Add storage tests
* Rename identityKey storage key from libaxolotl25519KeyidentityKey to
  simply identityKey, since it's no longer hardcoded in libaxolotl
* Rework registration and key-generation, keeping logic in libtextsecure
  and rendering in options.js.
* Remove key_worker since workers are handled at the libaxolotl level
  now
10 years ago
..
storage Integrate libaxolotl async storage changes 10 years ago
test Integrate libaxolotl async storage changes 10 years ago
api.js Fix api.js 10 years ago
axolotl_wrapper.js Integrate libaxolotl async storage changes 10 years ago
components.js Regenerate components/libts 10 years ago
crypto.js Merge (un)encrypted storage layers 10 years ago
errors.js Tweak replayable errors 10 years ago
helpers.js Integrate libaxolotl async storage changes 10 years ago
key_worker.js Generate key_worker.js 10 years ago
libaxolotl-worker.js Update libaxololt to a087b9e746e67995f16e077183cc0 10 years ago
libaxolotl.js Update libaxololt to a087b9e746e67995f16e077183cc0 10 years ago
message_receiver.js Add textsecure.MessageReceiver 10 years ago
protobufs.js Run key generation in a worker 10 years ago
sendmessage.js Integrate libaxolotl async storage changes 10 years ago
storage.js Create a textsecure.storage.impl to be overriden if desired 10 years ago
stringview.js Move js files around for libtextsecure split 10 years ago
websocket-resources.js Move js files around for libtextsecure split 10 years ago
websocket.js Fix tests 10 years ago