aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: remove openpgp modeMaximilian Krambach2018-05-231-5/+0
| | | | | | | -- * After discussion, that mode is not required, and can result in being quite misleading and a maintenance hassle later on.
* js: encrypt improvement and decrypt methodMaximilian Krambach2018-04-201-9/+14
| | | | | | | | | | | * Compatibility class gpgme_openpgpjs offers an API that should accept openpgpjs syntax, throwing errors if a parameter is unexpected/not implemented * tried to be more generic in methods * waiting for multiple answers if 'more' is in the answer * more consistency checking on sending and receiving * updated the example extension --
* js: Initial commit for JavaScript Native Messaging API[email protected]2018-04-101-0/+52
-- Note this code misses all the legal boilerplate; please add this as soon as possible and provide a DCO so we can merge it into master. I also removed the dist/ directory because that was not source code.