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/libloki/test
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
..
node Remove P2P 5 years ago
.eslintrc Slight refactor of PoW file to make easier to test plus some tests for the PoW functionality 6 years ago
_test.js Added testing on pull request 5 years ago
crypto_test.js Made changes to how messages are sent. 5 years ago
index.html merge fix-closed-group to clearnet 5 years ago
metrics.js Add eslint rule to enforce curlys, run eslint --fix to automatically apply this rule and add swapfiles to gitignore 6 years ago
proof-of-work_test.js Multiple all ttl values by 1000 and stop dividing timestamp by 1000 so they are both milliseconds 6 years ago
service_nodes_test.js LINT after prettier upgrade 5 years ago
storage_test.js Add eslint rule to enforce curlys, run eslint --fix to automatically apply this rule and add swapfiles to gitignore 6 years ago