Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: work nicely with wrapped errors (errorlint) | Moritz Poldrack | 2022-08-04 | 2 | -2/+2 |
* | lint: ensure errors are at least logged (errcheck) | Moritz Poldrack | 2022-08-04 | 5 | -12/+36 |
* | lint: apply new formatting rules | Moritz Poldrack | 2022-08-01 | 1 | -1/+1 |
* | logging: use level-based logger functions | Robin Jarry | 2022-07-23 | 1 | -31/+2 |
* | gpg: fix panic when signing an unparsable message | Moritz Poldrack | 2022-07-02 | 1 | -1/+5 |
* | gpg: fix error handling during decryption | Tim Culverhouse | 2022-06-28 | 1 | -3/+5 |
* | gpg: don't send messages that failed encryption | Tim Culverhouse | 2022-06-26 | 2 | -1/+7 |
* | gpg: do not mask errors | Robin Jarry | 2022-05-10 | 1 | -1/+1 |
* | pgp: add attach key command | Tim Culverhouse | 2022-05-06 | 1 | -1/+22 |
* | pgp: check encryption keys before sending message | Tim Culverhouse | 2022-05-06 | 1 | -0/+10 |
* | pgp: fix crash on gpg decrypt fail | Tim Culverhouse | 2022-05-04 | 1 | -0/+1 |
* | pgp: check for signing key before signing time | Tim Culverhouse | 2022-05-04 | 2 | -0/+36 |
* | feat: add gpg integration | Tim Culverhouse | 2022-04-27 | 6 | -0/+415 |