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 a833d62a71 Implement sync protocol changes
Update protobuf definitions and refactor message receive and decrypt
codepath to support new protocol, including various flavors of sync
messages (sent messages, contacts, and groups).

Also cleans up background.js and lets libtextsecure internalize
textsecure.processDecrypted and ensure that it is called before handing
DataMessages off to the application.

The Envelope structure now has a generic content field and a
legacyMessage field for backwards compatibility. We'll send outgoing
messages as legacy messages, and sync messages as "content" while
continuing to support both legacy and non-legacy messages on the receive
side until old clients have a chance to transition.
11 years ago
..
storage Fix string vs number comparison 11 years ago
test Implement sync protocol changes 11 years ago
account_manager.js Move local identitykey and registrationid to indexeddb 11 years ago
api.js Rename textsecure.api and make it internal-only 11 years ago
axolotl_wrapper.js Implement sync protocol changes 11 years ago
components.js Regenerate components/libts 11 years ago
contacts_parser.js Implement sync protocol changes 11 years ago
crypto.js Signaling key is now an array buffer 11 years ago
errors.js Tweak key conflict error messages 11 years ago
helpers.js Implement sync protocol changes 11 years ago
key_worker.js Generate key_worker.js 11 years ago
libaxolotl.js Update libaxolotl 11 years ago
message_receiver.js Implement sync protocol changes 11 years ago
protobufs.js Load protobufs asynchronously. Fixes #223 11 years ago
sendmessage.js Implement sync protocol changes 11 years ago
storage.js Move local identitykey and registrationid to indexeddb 11 years ago
stringview.js Move js files around for libtextsecure split 11 years ago
websocket-resources.js Move js files around for libtextsecure split 11 years ago
websocket.js Close the provisioning socket 11 years ago