summaryrefslogtreecommitdiffhomepage
path: root/Gpg
Commit message (Collapse)AuthorAge
* Support aeson 2.0Tony Zorman2022-03-24
| | | | | | | | | As per the aeson 2.0.0.0 changelog[1], starting with that version the map type used by Object is now abstract, as is the key type of that map. Related: https://github.com/haskell/aeson/pull/866 Related: https://github.com/haskell/aeson/pull/868 [1]: https://hackage.haskell.org/package/aeson-2.0.0.0/changelog
* developer keyring verificationJoey Hess2017-05-20
| | | | | | | | | | | | | | * gpg keyrings in /usr/share/debug-me/ will be checked to see if a connecting person is a known developer of software installed on the system, and so implicitly trusted already. Software packages/projects can install keyrings to that location. (Thanks to Sean Whitton for the idea.) * make install will install /usr/share/debug-me/debug-me_developer.gpg, which contains the key of Joey Hess. (stack and cabal installs don't include this file because they typically don't install system-wide) * debug-me.cabal: Added dependency on time. This commit was sponsored by Francois Marier on Patreon.
* sanitize gpg output and chat messagesJoey Hess2017-05-04
| | | | | Just in case, only allow printable characters in this, not control characters.
* allow building with versions in debianJoey Hess2017-05-02
| | | | | | When built with old websockets, compression is not supported. Client and server will negotiate that so version skew between them is not a problem.
* add license headers to all source filesJoey Hess2017-04-30
|
* user gpg key checking and prompting done!Joey Hess2017-04-29
|
* add Gpg web of trust parserJoey Hess2017-04-29