summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.2.00.2.0J08nY2017-08-102-7/+21
|
* Respec cert revocations in key_usable.J08nY2017-08-102-21/+71
|
* More tests for key command.J08nY2017-08-102-68/+105
|
* Merge branch 'feature/key-sign-command'J08nY2017-08-107-6/+453
|\
| * Add tests for `key sign` command.feature/key-sign-commandJ08nY2017-08-102-4/+295
| |
| * Basic `key sign` command implementation.J08nY2017-08-106-5/+161
|/
* Make MIMEWrapper encrypt signed messages by combining.J08nY2017-08-094-8/+24
|
* Fix typo.J08nY2017-08-091-1/+1
|
* Fix msg.original_size not being kept on messages copied.J08nY2017-08-081-0/+6
|
* Fix keydir globbing pathlib.Path.J08nY2017-08-081-1/+1
|
* Fix passint pathlib.Path to FSKey.J08nY2017-08-081-1/+5
|
* Use config transforms in PGP keydir and keypair configs.J08nY2017-08-075-93/+51
|
* Merge branch 'feature/local-archiver'J08nY2017-08-0710-20/+345
|\
| * Basic local archiver implementation.feature/local-archiverJ08nY2017-08-076-8/+213
| |
| * Add some utility functions for config transforms.J08nY2017-08-077-20/+140
|/
* Fix moderation, after mailman/mailman/9cdcffb.J08nY2017-08-075-6/+36
|
* Mute PGPy warnings.J08nY2017-08-072-1/+7
|
* qa.J08nY2017-08-071-1/+1
|
* Refactor `key` command tests.J08nY2017-08-071-192/+86
|
* Merge branch 'feature/key-revocation'J08nY2017-08-0733-287/+1647
|\
| * Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY2017-08-078-45/+96
| | | | | | | | - Also make workflows work, deduplicate some stuff.
| * Add KeyRevokeWorkflow.J08nY2017-08-063-29/+129
| |
| * Rename step pgp_prepare to create_address.J08nY2017-08-063-8/+8
| |
| * Refactor some stuff into PGPMixin.J08nY2017-08-064-25/+28
| |
| * Use custom moderator approval mixin/messages for subscription.J08nY2017-08-069-81/+202
| |
| * Add more tests for key revoke command.J08nY2017-08-033-2/+108
| |
| * Add some tests for key revoke command.J08nY2017-08-033-11/+85
| |
| * Add basic `key revoke` implementation.J08nY2017-08-031-3/+76
| |
| * Make key_usable check revocations properly.J08nY2017-08-024-16/+128
| |
| * Fix use of key_usable().J08nY2017-08-022-5/+5
| |
| * Use key_usable utility function when validating keys.J08nY2017-08-022-9/+34
| |
| * qa.J08nY2017-08-021-4/+4
| |
| * Recognize the KeyChangeModWorkflow in key confirm command.J08nY2017-08-021-2/+4
| |
| * Add tests for key change moderator approval.J08nY2017-08-026-30/+139
| |
| * Add moderator approval to key change workflow, optionally.J08nY2017-08-028-22/+136
| |
| * Fix `key` command test after rebase.J08nY2017-08-021-2/+2
| |
| * qa.J08nY2017-08-025-19/+17
| |
| * Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-028-54/+139
| |
| * Add revocation handling to Wrappers.J08nY2017-08-0211-10/+356
| |
| * Add key revocation certificate data to pgp tests.J08nY2017-08-025-0/+41
| |
* | Merge branch 'fix/pyasn1-ci-hotfix'J08nY2017-08-071-0/+1
|\ \
| * | Override PGPy dependency(pyasn1) version to hotfix CI.fix/pyasn1-ci-hotfixJ08nY2017-08-071-0/+1
| | |
* | | Fix autogenerate test race.J08nY2017-08-071-6/+0
|/ /
* | Merge branch 'feature/logging'J08nY2017-08-044-8/+32
|\ \
| * | Add logging to plugin log, all over.feature/loggingJ08nY2017-08-044-8/+32
|/ /
* | Only use the PGP delivery on messages that are a list posting.J08nY2017-08-044-3/+42
| |
* | Don't wait for key generation to finish, otherwise, whats the point.J08nY2017-08-031-1/+1
|/
* Check the user supplied key for EncryptCommunications usage flag.J08nY2017-08-022-0/+89
|
* Fix FSKey.reload() test.J08nY2017-08-011-0/+2
|
* Merge branch 'feature/config-transformation'J08nY2017-08-0112-142/+314
|\