Session Desktop - Onion routing based messenger
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.
 
 
 
 
Go to file
lilia 74d5fc1f43 Correction to url 11 years ago
css Add entirely untested secondary device init 11 years ago
js Fix a missing function and dont blow up on delivery receipts 11 years ago
js-deps Add entirely untested secondary device init 11 years ago
nacl JS ed25519 11 years ago
protos Fix a missing function and dont blow up on delivery receipts 11 years ago
test Such tests. Very mocha. Much chai. Amaze!!! 11 years ago
GPL LGPL license (I'd like to be an axolotl/TS JS lib in the future) 11 years ago
LGPL LGPL license (I'd like to be an axolotl/TS JS lib in the future) 11 years ago
README.md Correction to url 11 years ago
background.html mkdir nacl 11 years ago
icon.png Random things from James-Firth incl update icon 11 years ago
manifest.json Updates, NaCL 11 years ago
options.html Add entirely untested secondary device init 11 years ago
popup.html mkdir nacl 11 years ago
test.html Fix not-allowed inline scripts error 11 years ago

README.md

TextSecure Chromium Implementation

This is very early stuff and exists primarily to get the crypto in place. Note that the code is currently quite messy (its all in one file!), but it needs to work first, then it can be heavily cleaned up later.

Getting Started with Development

  • Clone the repo
  • Open Chrome
  • Go to chrome://extensions/
  • Enable developer mode (checkbox on the top right)
  • Click "Load unpacked extension..."
  • Point to the repo's directory

Tests

Please write tests! Our testing framework is mocha and our assertion library is chai:

Tips/Tricks

  • For Dev purposes, the test server always uses code 111111
  • Loading the test.html page may read, write or clear localStorage. To avoid having to choose between running tests and preserving your existing messages, keys, and other extension data, much of the test suite can be run by starting a local webserver in the repository root, e.g. python -m SimpleHTTPServer. You can then access the test page at http://0.0.0.0:8000/test.html.