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/js
lilia fca67d7b0e Simplify pushMessageContent handler slightly
New private conversations have their type set in onMessageReceived. New
group conversations should be handled the same way as normal group
updates. It was pointed out we should never have to handle a group
message without a preceding group update, as those would be rejected by
textsecure.processDecrypted. An exception would be if you delete the
group from indexedDB but not localStorage, but that's not a mode we
should be supporting.

Also in this change I switched to instantiating a new conversation
object on every call to handlePushMessageContent. Originally, I thought
to use the local conversation list as a cache, but it's a bit simpler to
re-read from the database every time for now. Later on we should revisit
and optimize for fewer read/writes per incoming message.
11 years ago
..
models Don't require a conversation name 11 years ago
storage Move storage objects to their own files 11 years ago
views Don't require a conversation name 11 years ago
api.js Fixup delivery receipts 11 years ago
background.js Simplify pushMessageContent handler slightly 11 years ago
chromium.js DRY up registration event callbacks 11 years ago
components.js Support for lower-level queries on indexedDB 11 years ago
crypto.js Fixup curve25519 module 11 years ago
curve25519_compiled.js Fixup curve25519 module 11 years ago
database.js DB/Index Redux 11 years ago
errors.js Rewrite ReplayableErrors 11 years ago
helpers.js Fix undefined proto.source 11 years ago
index.js Get rid of Layout global 11 years ago
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 11 years ago
nativeclient.js Fixup curve25519 module 11 years ago
options.js Namespace registration helpers 11 years ago
protobufs.js New websocket protocol 11 years ago
protocol.js Handle incoming identity key changes 11 years ago
sendmessage.js Fix arguments to sendMessageProto in tryMessageAgain 11 years ago
storage.js Move storage objects to their own files 11 years ago
stringview.js Add stringview license info and script tags 11 years ago
webcrypto.js Simplify webcrypto type conversion 11 years ago
websocket-resources.js WebSocket-Resources / websocket refactor 11 years ago
websocket.js Keepalive endpoint 11 years ago