summaryrefslogtreecommitdiffhomepage
path: root/Gpg.hs
Commit message (Collapse)AuthorAge
* sanitize gpg output and chat messagesJoey Hess2017-05-04
| | | | | Just in case, only allow printable characters in this, not control characters.
* include gpg public key export in GpgSignedJoey Hess2017-05-04
| | | | | | | | | | | | This makes debug-me not rely on the gpg keyservers at all. Before, it was only working when the user had the developer's public key already. I thought that --verify would download from --keyserver, but seems not. This is a protocol breaking change! Luckily done before any release, so ok. ProtocolBuffers renumbered. This commit was sponsored by Denis Dzyubenko on Patreon.
* add license headers to all source filesJoey Hess2017-04-30
|
* more message improvementsJoey Hess2017-04-30
|
* correctionJoey Hess2017-04-29
|
* noteJoey Hess2017-04-29
|
* use developer control window to tell when write access is grantedJoey Hess2017-04-29
|
* user gpg key checking and prompting done!Joey Hess2017-04-29
|
* add Gpg web of trust parserJoey Hess2017-04-29
|
* split moduleJoey Hess2017-04-29