lilia 68027dadd4 Fix click handler
var i was being bound in the closure of this click handler, then
incremented by the for loop, such that its value was 1 by the time the
handler was called, so we were grabbing the message body from, e.g.
$("#input1") when we wanted $("#input0").
2014-04-08 23:03:34 -07:00
2014-04-08 23:03:34 -07:00
2014-03-25 15:27:19 -04:00
2014-03-25 15:27:19 -04:00
2014-01-22 06:23:41 +00:00
2014-01-22 06:23:41 +00:00
2014-01-22 06:23:41 +00:00
2014-01-09 21:48:05 -10:00
2014-01-22 06:23:41 +00:00
2014-01-22 06:23:41 +00:00
2014-01-09 21:48:05 -10:00
2014-03-25 15:27:19 -04:00
2014-04-06 14:26:09 -07:00
2014-04-06 14:26:09 -07:00
2014-03-06 14:12:24 -04:00
2014-03-25 15:27:19 -04:00

TextSecure Chromium Implementation

This is very early stuff and exists primarily to get the crypto in place. It is currently chromium-only as it uses NaCL for Curve25519 stuff, but I'd be glad to accept a pull that abstracts out the NaCL-specific stuff to optionally use a JS implementation for FF. 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.

Description
A private messenger for Windows, macOS, and Linux.
Readme AGPL-3.0 1.1 GiB
Languages
TypeScript 85.4%
JavaScript 9.8%
SCSS 4.4%
CSS 0.2%