aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands/eml_key.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY2017-08-071-0/+2
| | | | - Also make workflows work, deduplicate some stuff.
* Add KeyRevokeWorkflow.J08nY2017-08-061-1/+6
|
* Use custom moderator approval mixin/messages for subscription.J08nY2017-08-061-1/+1
|
* Add more tests for key revoke command.J08nY2017-08-031-1/+11
|
* Add some tests for key revoke command.J08nY2017-08-031-6/+14
|
* Add basic `key revoke` implementation.J08nY2017-08-031-3/+76
|
* Fix use of key_usable().J08nY2017-08-021-2/+3
|
* Use key_usable utility function when validating keys.J08nY2017-08-021-9/+3
|
* qa.J08nY2017-08-021-4/+4
|
* Recognize the KeyChangeModWorkflow in key confirm command.J08nY2017-08-021-2/+4
|
* Add moderator approval to key change workflow, optionally.J08nY2017-08-021-1/+4
|
* Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-021-1/+1
|
* Check the user supplied key for EncryptCommunications usage flag.J08nY2017-08-021-0/+17
|
* Check that user sends a public key in `key` command.J08nY2017-07-311-2/+14
|
* Use try_decrypt where useful.J08nY2017-07-281-3/+3
|
* Add configurable lifetime of key change request.J08nY2017-07-261-10/+10
|
* Add sig hashes to the db on posting.J08nY2017-07-171-13/+5
|
* Some docs and qa.J08nY2017-07-171-1/+1
|
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-151-1/+1
|
* Add docs and partial help to eml_key.J08nY2017-07-151-3/+67
|
* Add `key receive` command to get list public key.J08nY2017-07-151-2/+29
|
* More tests for key command.J08nY2017-07-141-0/+4
|
* Make key change work.J08nY2017-07-141-3/+12
|
* Split PGPMixin from subscription mixins. And bunch of other things.J08nY2017-07-131-17/+29
|
* Add key change command and some tests.J08nY2017-07-131-1/+25
|
* Some more tests for key command. PEP8.J08nY2017-07-121-1/+0
|
* Some more tests for the key command.J08nY2017-07-111-1/+1
|
* Don't recheck addresses with keys and key confirmations.J08nY2017-07-111-1/+4
|
* qa.J08nY2017-07-111-2/+2
|
* More work on key command. Added key_confirmed attribute to PGPAddress.J08nY2017-07-111-84/+132
|
* WIP: Sketch out key management on subscription.J08nY2017-07-071-3/+85
|
* Document classes, methods, modules.J08nY2017-06-221-0/+2
|
* Add GPLv3.J08nY2017-06-201-0/+17
|
* Rename to mailman-pgp.J08nY2017-06-091-0/+36
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.