Quite a few changes to reflect new behavior around identity keys rolled
out in the Signal apps in June 2017:
- We always trust a new identity key when receiving messages
- We have a few requirements for trust when sending messages:
1) it can't have changed very recently
2) if the previous identity key had been verified by the user, the
user needs to explicitly approve a new identity key
Expose ability to delete all existing sessions - for proper reset (#35)
Allow caller to provide fillMessageKeys limit - allowing customization
of the maxiumum number of one-sided messages in a conversation (#29)
Dev:
- A number of changes to make the branch build in CI, add badge, etc.
Note: we appear to have some unreliability during our Firefox 34 builds
on Sauce. A little less than half the time the test fails with an out of
memory error.
32 lines
791 B
JSON
32 lines
791 B
JSON
{
|
|
"name": "libsignal-protocol",
|
|
"repository": "https://github.com/WhisperSystems/libsignal-protocol-javascript.git",
|
|
"version": "1.2.0",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"long": "^3.1.0",
|
|
"bytebuffer": "^3.5.5",
|
|
"protobufjs": "5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"blanket": "1.1.7",
|
|
"chai": "^3.5.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-connect": "^0.9.0",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-sass": "^0.8.1",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-jscs": "^1.1.0",
|
|
"grunt-preen": "^1.0.0",
|
|
"grunt-saucelabs": "^8.3.3",
|
|
"jquery": "^2.2.3",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"lint": "grunt jshint"
|
|
}
|
|
}
|