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
Mikunj 646973e330 Made changes to how messages are sent.
Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.

This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle.
5 years ago
..
storage Enforce curlies completely and lint with new settings 6 years ago
test LINT after prettier upgrade 5 years ago
ProvisioningCipher.js Eslintify all of libtextsecure 7 years ago
account_manager.js address reviews 5 years ago
contacts_parser.js add missing window import to decode group sync message 5 years ago
crypto.d.ts Fix attachments 5 years ago
crypto.js Throttle typing events, fix profile logging, fix group typing 6 years ago
errors.js pass the db id to our messagesender message and clean a few files 5 years ago
event_target.js Eslintify all of libtextsecure 7 years ago
helpers.js Enforce curlies completely and lint with new settings 6 years ago
index.d.ts trigger opengroup sync when joining an open group 5 years ago
key_worker.js Enforce curlies completely and lint with new settings 6 years ago
libsignal-protocol.d.ts Fixed libsignal-protocol declaration 5 years ago
libsignal-protocol.js libsignal-protocol: Be resilient to missing open session 6 years ago
message_receiver.js More clean up in message_receiver.js 5 years ago
outgoing_message.js Made changes to how messages are sent. 5 years ago
protobufs.js LINT after prettier upgrade 5 years ago
protocol_wrapper.js Eslintify all of libtextsecure 7 years ago
sendmessage.js trigger opengroup sync when joining an open group 5 years ago
storage.js Enforce curlies completely and lint with new settings 6 years ago
stringview.js LINT after prettier upgrade 5 years ago
sync_request.js Refactor from message polling to content message handling 5 years ago
task_with_timeout.js limit max message length to 2000 characters. 6 years ago
websocket-resources.js LINT after prettier upgrade 5 years ago