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 | |
---|---|---|
.github | 5 years ago | |
.tx | 8 years ago | |
.vscode | 6 years ago | |
_locales | 5 years ago | |
app | 5 years ago | |
build | 5 years ago | |
components | 5 years ago | |
config | 5 years ago | |
fixtures | 5 years ago | |
fonts | 5 years ago | |
images | 5 years ago | |
integration_test | 5 years ago | |
js | 5 years ago | |
libloki | 5 years ago | |
libtextsecure | 5 years ago | |
mnemonic_languages | 6 years ago | |
mockup_servers | 7 years ago | |
protos | 5 years ago | |
session-file-server@52b77bf303 | 5 years ago | |
stylesheets | 5 years ago | |
test | 5 years ago | |
ts | 5 years ago | |
.aptly.conf | 8 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 5 years ago | |
.eslintrc.js | 5 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 5 years ago | |
.nvmrc | 6 years ago | |
.prettierignore | 5 years ago | |
.prettierrc.js | 7 years ago | |
.yarnclean | 7 years ago | |
BUILDING.md | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
Gruntfile.js | 5 years ago | |
LICENSE | 8 years ago | |
LOKI-NOTES.md | 7 years ago | |
README.md | 5 years ago | |
RELEASING.md | 5 years ago | |
about.html | 5 years ago | |
about_preload.js | 5 years ago | |
background.html | 5 years ago | |
background_test.html | 5 years ago | |
bower.json | 5 years ago | |
debug_log.html | 5 years ago | |
debug_log_preload.js | 5 years ago | |
dev-app-update.yml.sample | 5 years ago | |
find_broken_perms.sh | 8 years ago | |
fix_broken_perms.sh | 6 years ago | |
index.html | 5 years ago | |
main.js | 5 years ago | |
metrics.html | 6 years ago | |
metrics_app.js | 6 years ago | |
package.json | 5 years ago | |
password.html | 5 years ago | |
password_preload.js | 5 years ago | |
permissions_popup.html | 7 years ago | |
permissions_popup_preload.js | 5 years ago | |
preload.js | 5 years ago | |
styleguide.config.js | 6 years ago | |
tsconfig.json | 5 years ago | |
tslint.json | 5 years ago | |
yarn.lock | 5 years ago |
README.md
Session Desktop
Summary
Session integrates directly with Loki Service Nodes, which are a set of distributed, decentralized and Sybil resistant nodes. Service Nodes act as servers which store messages offline, and a set of nodes which allow for onion routing functionality obfuscating users IP Addresses. For a full understanding of how Session works, read the Session Whitepaper.
Want to Contribute? Found a Bug or Have a feature request?
Please search for any existing issues that describe your bugs in order to avoid duplicate submissions.
Submissions can be made by making a pull request to our development branch. If you don't know where to start contributing, try reading the Github issues page for ideas.
Build instruction
Build instructions can be found in BUILDING.md.
License
Copyright 2011 Whisper Systems
Copyright 2013-2017 Open Whisper Systems
Copyright 2019-2020 The Loki Project
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html