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.
session-desktop/js
lilia cc5327dbc9 Fix group loop
All the group messages were being sent to the last recipient in the
list, due to the persistence of `var number` in later loops and async
calls. An easy mistake to make, when you use for instead of each.
11 years ago
..
models Put groupid back in id field also 11 years ago
views Use textsecure.messaging to create groups 11 years ago
api.js Refactor options page and style using bootstrap 11 years ago
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 11 years ago
crypto.js Remove reference to undefined function 11 years ago
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 11 years ago
helpers.js Stringify incoming group ids 11 years ago
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 11 years ago
options.js Refactor options page and style using bootstrap 11 years ago
popup.js Update records list in BBLocalStorage on fetch 11 years ago
sendmessage.js Fix group loop 11 years ago
test.js Add missing localStorage.clear() 11 years ago
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 11 years ago
webcrypto.js Add human readable version of errors 11 years ago