newer OpenPGP.js has support for key signing

master
Marc Wäckerlin 7 years ago
parent 324844eb25
commit 1f1ae4936d
  1. 20
      ChangeLog
  2. 2
      nodejs/package.json.in

@ -1,3 +1,23 @@
2017-05-11 14:59
* [r112] nodejs/client/safechat.js, nodejs/makefile.am,
nodejs/package.json.in, nodejs/safechat[ADD],
nodejs/safechat/client.js[ADD]:
create client
2017-05-10 14:55
* [r111] COPYING, ChangeLog, INSTALL, ax_check_qt.m4,
ax_init_standard_project.m4, bootstrap.sh, build-in-docker.sh,
configure.ac, doc, doc/doxyfile.in[ADD], doc/footer.html.in[ADD],
doc/header.html.in[ADD], doc/makefile.am[ADD],
doc/plantuml.jar[ADD], doc/style.css[ADD], makefile.am,
nodejs/client[ADD], nodejs/client/safechat.js[ADD],
nodejs/package.json.in, nodejs/sockets/index.js,
resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh,
rpmsign.exp[ADD], scripts[DEL]:
first test with cli client
2017-03-17 07:05
* [r110] nodejs/public/javascripts/safechat.js,

@ -10,7 +10,7 @@
"express": "2.5.8",
"jquery": "~3.1.0",
"mysql": "~2.10.2",
"openpgp": "~2.3.3",
"openpgp": ">=2.4.0",
"socket.io": "~1.4.8",
"stylus": "~0.54.5",
"webrtc.io": "0.0.4"

Loading…
Cancel
Save