Matt Corallo
68131a6e2a
Add human readable version of errors
11 years ago
Matt Corallo
753a950816
Redo registration process
11 years ago
Matt Corallo
2d12a33ead
Fix decoding/protos/tests
11 years ago
Matt Corallo
ac48d552fa
Fix some bugs recently introduced
11 years ago
Matt Corallo
21b95ce1d3
Re-create some of d9bf0a4
, which was broken and reverted in 1e6720
11 years ago
Matt Corallo
18f1eed70f
Some number verification refactor stuff
11 years ago
Matt Corallo
d387cd22f5
s/getEncodedNumber// (with XXXs)
11 years ago
Matt Corallo
9aae93fc99
textsecure.protos
11 years ago
Matt Corallo
d9bf0a41fb
textsecure.storage, chromium.js
11 years ago
Matt Corallo
ee2f43aba4
Fix, display (image) attachments
11 years ago
Matt Corallo
be82547ea1
Move message saving out of helpers.js
11 years ago
lilia
b852e68290
Backbone message storage and views
...
Adds Backbone-based Whisper.Messages model/collection with local storage
extension. Saves sent and received messages in Whisper.Messages instead
of message map. This will assign a unique id to the message and save it
to localStorage.
Adds Backbone-based view to popup.html
Automatically updates itself when new messages are saved to
Whisper.Messages db from the background page.
Added some shiny new styles, and started splitting up css into multiple
files for sanity's sake.
11 years ago
lilia
170257dafb
Fix subscribeToPush is not defined
11 years ago
lilia
ed3aa9667d
Fix undefined URL_BASE in background.js
...
Sieze an opportunity to move code out of the helpers.js.
Only 616 more lines to go.
11 years ago
Matt Corallo
6bc19ef558
More namespacing
11 years ago
Matt Corallo
05101b69b0
Some initial helpers.js namespaceing
11 years ago
Matt Corallo
07a23f0759
Fix attachments
11 years ago
Matt Corallo
3103eaa192
Commit broken attachment loader (S3 403s I can't figure out...)
11 years ago
Matt Corallo
8d408e6d8f
THOUGH SALL USE TABSTOP AND SHIFTWIDTH 4 (so that indents read right)
11 years ago
Matt Corallo
605863ffa3
Fix decryption of large messages (eg w/ attachments)
11 years ago
Matt Corallo
5752a772d1
promises, type conversion errors
11 years ago
Matt Corallo
caa363b929
FINALLY report crypto, etc errors to console thanks to promises...
11 years ago
Matt Corallo
5583e82a20
Refactor some low-level crypto things
11 years ago
Matt Corallo
905357a2e1
More wholesale conversion to promises
11 years ago
Matt Corallo
efe2fa1021
Move crypto things to js/crypto.js
11 years ago
Matt Corallo
2b21111d7b
Fix/test pre key generation
11 years ago
Matt Corallo
3fffbad11a
Fix now-broken test cases and change lots of things over to promises
11 years ago
lilia
41d50d7480
Lilia's Webcrypto branch rebased and a few very tiny tweaks
11 years ago
Matt Corallo
1137f9d711
Add TODO file showing what still needs to be done
11 years ago
Matt Corallo
3e60368a16
LGPL license (I'd like to be an axolotl/TS JS lib in the future)
11 years ago
Matt Corallo
01c4f3dd56
Fix ALL the things!
11 years ago
Matt Corallo
d213cb0598
I like stack traces, also, fix identity key bit fiddle crap
11 years ago
Matt Corallo
87c19c0c94
Another step forward
11 years ago
Matt Corallo
d56c3e1051
Add bit for !identityKey and commit wip test-cases
11 years ago
Matt Corallo
244aa8df92
Fix NaCL priv calc code
11 years ago
Matt Corallo
e492aae172
Fix popup refreshing on send
11 years ago
Matt Corallo
732f9ac089
ping server to keep connection open
11 years ago
Matt Corallo
2ae5628122
Send-to-self works =D
11 years ago
Matt Corallo
136a8941c1
Things:
...
* key API changes moxie made because he disliked the other API
* remove atmosphere
* Fix some bugs in the send path, update for new send API
* Send HTML
11 years ago
Matt Corallo
000a5e1440
Fix up a few things so registration works
11 years ago
Matt Corallo
832daf54db
tabstabstabstabstabs
11 years ago
lilia
be52e4c3a4
Fix infinite recursion in ensureStringed(Array)
...
To ensureStringed(thing), you must first ensureStringed(thing)...
This was causing an infintel loop in multidevice mode.
11 years ago
lilia
6934ba0b92
Refactor Server API functions
...
The details of the server API are now mostly relegated to api.js, and
accessed through the API container object, improving modularity and
readability, and setting us up to derive a FakeAPI for serverless
development.
11 years ago
lilia
820d67a0ba
Avoid jsonifying undefined data
...
For example, when requesting a verification code, there is no JSON data
to send.
11 years ago
lilia
0fff393ebf
Make booleans stringable
...
Fixes "unsure of how to jsonify object of type boolean",
e.g., supportsSms: false
11 years ago
Matt Corallo
fee6a69083
Optional curve25519 in js
11 years ago
Matt Corallo
85f419b923
Passing test-cases (fscking type conversions...)
11 years ago
Matt Corallo
e932536dfd
Untested send-encrypted support
11 years ago
Matt Corallo
fe570c754a
Genericify initSession (and break it for alice)
11 years ago
Matt Corallo
611d5329d3
Pass tests
11 years ago