aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands
Commit message (Collapse)AuthorAgeFilesLines
* 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.