aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for `key sign` command.feature/key-sign-commandJ08nY2017-08-102-4/+295
|
* Basic `key sign` command implementation.J08nY2017-08-101-1/+96
|
* qa.J08nY2017-08-071-1/+1
|
* Refactor `key` command tests.J08nY2017-08-071-192/+86
|
* Merge branch 'feature/key-revocation'J08nY2017-08-072-46/+313
|\
| * Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY2017-08-072-2/+9
| | | | | | | | - Also make workflows work, deduplicate some stuff.
| * Add KeyRevokeWorkflow.J08nY2017-08-061-1/+6
| |
| * Use custom moderator approval mixin/messages for subscription.J08nY2017-08-062-2/+2
| |
| * Add more tests for key revoke command.J08nY2017-08-032-1/+107
| |
| * Add some tests for key revoke command.J08nY2017-08-032-6/+80
| |
| * 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 tests for key change moderator approval.J08nY2017-08-021-1/+1
| |
| * Add moderator approval to key change workflow, optionally.J08nY2017-08-022-12/+17
| |
| * Fix `key` command test after rebase.J08nY2017-08-021-2/+2
| |
| * Fix .attach_keys and .attach_revocs in Wrappers.J08nY2017-08-022-18/+18
| |
* | Add logging to plugin log, all over.feature/loggingJ08nY2017-08-041-0/+4
|/
* Check the user supplied key for EncryptCommunications usage flag.J08nY2017-08-022-0/+89
|
* Check that user sends a public key in `key` command.J08nY2017-07-312-17/+67
|
* Use try_decrypt where useful.J08nY2017-07-281-3/+3
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-1/+1
|
* Add configurable lifetime of key change request.J08nY2017-07-262-10/+26
|
* Cleanup @public from tests.J08nY2017-07-181-5/+0
|
* Add sig hashes to the db on posting.J08nY2017-07-171-13/+5
|
* Some docs and qa.J08nY2017-07-172-13/+13
|
* Fixup signature rule and start out sighash db.J08nY2017-07-171-7/+13
|
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-152-2/+2
|
* Add docs and partial help to eml_key.J08nY2017-07-151-3/+67
|
* Add `key receive` command to get list public key.J08nY2017-07-152-2/+116
|
* More tests for key command.J08nY2017-07-142-15/+284
|
* Workflow tests refactor.J08nY2017-07-141-34/+31
|
* Make key change work.J08nY2017-07-142-5/+33
|
* Split PGPMixin from subscription mixins. And bunch of other things.J08nY2017-07-132-33/+62
|
* Add key change command and some tests.J08nY2017-07-132-1/+68
|
* Some more tests for key command. PEP8.J08nY2017-07-122-61/+151
|
* Some more tests for the key command.J08nY2017-07-112-1/+154
|
* Don't recheck addresses with keys and key confirmations.J08nY2017-07-111-1/+4
|
* qa.J08nY2017-07-112-4/+4
|
* More work on key command. Added key_confirmed attribute to PGPAddress.J08nY2017-07-113-84/+255
|
* 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-092-0/+36
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.