aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/src/permittedOperations.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: reactivate timeout on connectionMaximilian Krambach2018-04-251-0/+3
| | | | | | | | -- * A timeout of 5 seconds is activated for functions that do not require a pinentry. This definition is written to src/permittedOperations.js * testapplication.js now alerts the proper error codes and messages. * src/Errors.js fixed two typos in error handling
* js: encrypt improvement and decrypt methodMaximilian Krambach2018-04-201-0/+75
* 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 --