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/ts/session
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
..
crypto Made changes to how messages are sent. 5 years ago
messages include old avatar and expireTimer on groupUpdate 5 years ago
onions Fix edkey extraction 5 years ago
protocols Made changes to how messages are sent. 5 years ago
sending Made changes to how messages are sent. 5 years ago
snode_api Fix incorrect handling of pow update 5 years ago
types Made changes to how messages are sent. 5 years ago
utils Made changes to how messages are sent. 5 years ago
index.ts move more logic to build sync message in ts for ContactSync and GroupSync 5 years ago
instance.ts Change how sync messages are handled 5 years ago
tslint.json Disable no-unused-variable for session related ts files. 5 years ago