aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix placeholder text in messages sent by mailman-pgp.HEADmasterJ08nY2017-08-244-8/+11
* 0.3.00.3.0J08nY2017-08-231-1/+1
* Implement signature stripping if the list is set to.feature/strip-sigJ08nY2017-08-2312-0/+258
* qa.J08nY2017-08-232-10/+11
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-2323-511/+431
* Add a note to `key receive` command.J08nY2017-08-221-0/+1
* Cleanup test imports.J08nY2017-08-2120-48/+49
* Use patch_config decorator in tests.J08nY2017-08-216-21/+26
* Add config option to disable sig hash collecting.J08nY2017-08-216-4/+58
* Use revoked_sig_action.J08nY2017-08-213-25/+87
* Use expired_sig_action.J08nY2017-08-2110-28/+86
* Add merging of new signatures on list public key to REST.J08nY2017-08-183-4/+53
* Refactor merging of new key signatures out of `key` command.J08nY2017-08-182-36/+50
* Check that the sent key is a private key in REST list key PUT.J08nY2017-08-182-1/+24
* Remove writing config through REST as its not synchronized among runners.J08nY2017-08-174-25/+2
* Expose the config via REST. read/write configurable.J08nY2017-08-169-15/+174
* Make enumflag work with mailmanclients serializing of lists.J08nY2017-08-152-2/+22
* Split the REST config options to more fine grained. Expose list config better.J08nY2017-08-155-28/+69
* 0.2.1, fix packaging error.0.2.1J08nY2017-08-111-1/+1
* Add access to PGPAddress.key_* to REST.J08nY2017-08-112-7/+64
* Fix REST list test.J08nY2017-08-102-11/+8
* Add option to disable exposing the list private key on REST.J08nY2017-08-107-32/+110
* Add custom shred command option.J08nY2017-08-106-7/+52
* 0.2.00.2.0J08nY2017-08-101-0/+6
* Respec cert revocations in key_usable.J08nY2017-08-102-21/+71
* More tests for key command.J08nY2017-08-102-68/+105
* 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
* 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
| * 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