mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-03-03 06:58:34 +00:00
68027dadd4b4e1c99f5a20647cceff62f6fcfec8
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").
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.
Languages
TypeScript
85.4%
JavaScript
9.8%
SCSS
4.4%
CSS
0.2%