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 ec6898f1ab Process incoming messages in order
This may increase processing latency a bit, particularly with large
attachments, but will ensure that messages are dispatched in the order
they are received.

It would be nice to enforce ordering on only the dispatch step, so that
we could, for example, decrypt the next websocket message while waiting
for an attachment to download, but that will require a more complicated
refactor. Will stick with the quick fix for now and revisit later.

Fixes #342

// FREEBIE
10 years ago
..
storage Simplify filter predicate 10 years ago
test Move jquery from libtextsecure components 10 years ago
account_manager.js Reconnect provisioning socket 10 years ago
api.js Improve stack traces on HTTPErrors 10 years ago
axolotl_wrapper.js Pass bytebuffer to axolotlInstance 10 years ago
components.js Move jquery from libtextsecure components 10 years ago
contacts_parser.js Support for group sync 10 years ago
crypto.js Pass the signaling key into decryptWebSocketMessage 10 years ago
errors.js Refactor sendMessageToDevices 10 years ago
helpers.js Move handleAttachment and processDecrypted 10 years ago
key_worker.js Remove erroneous license file and headers 10 years ago
libaxolotl.js Plumb keys into outgoing conflicts 10 years ago
message_receiver.js Process incoming messages in order 10 years ago
outgoing_message.js Handle exceptions when fetching keys for devices 10 years ago
protobufs.js Load protobufs asynchronously. Fixes #223 11 years ago
sendmessage.js Refactor contents of sendMessageProto 10 years ago
storage.js Remove erroneous license file and headers 10 years ago
stringview.js Remove erroneous license file and headers 10 years ago
websocket-resources.js Simplify keepalive resets 10 years ago