session-desktop/libtextsecure
Audric Ackermann 380d296bb2
send session request if we get a message we cannot decode
This handle the case where we delete a contact from A, lets call him B
All message after that delete from B to A will be not decoded correctly.

The issue is that the record is existing, but there is no session in it.
The fix is that if we get a message and a record is found, but has not
session in it, we trigger a session request with that user
2020-11-23 13:24:57 +11:00
..
storage Enforce curlies completely and lint with new settings 2019-09-05 11:48:10 +10:00
test cleanup account_manager unused code 2020-10-29 13:33:26 +11:00
ProvisioningCipher.js Eslintify all of libtextsecure 2018-07-21 14:52:43 -07:00
account_manager.js rename window.console.log to window.log.info 2020-11-09 14:28:02 +11:00
contacts_parser.js add missing window import to decode group sync message 2020-07-09 16:09:38 +10:00
crypto.d.ts Fix attachments 2020-07-03 10:08:24 +10:00
crypto.js Throttle typing events, fix profile logging, fix group typing 2018-12-10 14:06:43 -08:00
errors.js fix restoring of session after restore from seed 2020-11-06 14:44:04 +11:00
event_target.js Eslintify all of libtextsecure 2018-07-21 14:52:43 -07:00
helpers.js Enforce curlies completely and lint with new settings 2019-09-05 11:48:10 +10:00
index.d.ts fix restoring of session after restore from seed 2020-11-06 14:44:04 +11:00
key_worker.js Enforce curlies completely and lint with new settings 2019-09-05 11:48:10 +10:00
libsignal-protocol.d.ts Fixed libsignal-protocol declaration 2020-06-09 16:18:02 +10:00
libsignal-protocol.js send session request if we get a message we cannot decode 2020-11-23 13:24:57 +11:00
message_receiver.js remove unused USERNAME and PASSWORD from MessageReceiver & MessageSender 2020-07-23 16:28:04 +10:00
protobufs.js LINT after prettier upgrade 2020-05-29 16:25:15 +10:00
protocol_wrapper.js Eslintify all of libtextsecure 2018-07-21 14:52:43 -07:00
sendmessage.js rename window.console.log to window.log.info 2020-11-09 14:28:02 +11:00
storage.js Enforce curlies completely and lint with new settings 2019-09-05 11:48:10 +10:00
stringview.js LINT after prettier upgrade 2020-05-29 16:25:15 +10:00
sync_request.js Refactor from message polling to content message handling 2020-06-30 18:10:35 +10:00
task_with_timeout.js limit max message length to 2000 characters. 2018-12-19 14:05:57 +11:00
websocket-resources.js LINT after prettier upgrade 2020-05-29 16:25:15 +10:00