Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-14 | chore: add missing copyright headers and update existing ones | Harsh Shandilya | |
2024-07-30 | fix null pointer exception when using public only keys (#3143) (#3144) | Greg Renda | |
Co-authored-by: Greg Renda <greg@renda.org> | |||
2024-05-28 | chore: reformat with trailing commas changes | Harsh Shandilya | |
2024-05-27 | feat(pgpainless): add detection for passphrase-less messages (#3069) | Harsh Shandilya | |
* WIP: feat(pgpainless): add detection for passphrase-less messages * refactor: test keys instead of the message This makes more logical sense | |||
2024-05-25 | fix(pgpainless): remove incorrect check | Harsh Shandilya | |
I don't believe this ever made sense to check in the decryption phase | |||
2024-04-14 | fix: special-case AEAD failure | Harsh Shandilya | |
Fixes #2974 Fixes #2963 Fixes #2921 Fixes #2924 Fixes #2653 Fixes #2461 Fixes #2586 Fixes #2179 | |||
2024-03-17 | fix(deps): update kotlinresult to v1.1.21 (#2958) | renovate[bot] | |
* fix(deps): update kotlinresult to v1.1.21 * refactor: fix deprecation warnings --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-12-27 | Revert "fix: check if passphrase is necessary before asking for it" | Harsh Shandilya | |
Didn't fix the issue. This reverts commit d8f76b33e9ea74eb567a115dd63559f6b27b2fce. | |||
2023-12-25 | fix: check if passphrase is necessary before asking for it | Harsh Shandilya | |
Updates #2836 | |||
2023-09-28 | refactor: use `runSuspendCatching` from `kotlin-result` | Harsh Shandilya | |
2023-09-19 | fix(deps): update dependency com.facebook:ktfmt to v0.46 (#2689) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-09-18 | fix(deps): update dependency com.facebook:ktfmt to v0.45 (#2687) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-08-10 | refactor: un-flatten module structure | Harsh Shandilya | |