Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | js: reactivate timeout on connection | Maximilian Krambach | 2018-04-25 | 1 | -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 method | Maximilian Krambach | 2018-04-20 | 1 | -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 -- |