aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rules
Commit message (Expand)AuthorAgeFilesLines
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-231-5/+7
* Cleanup test imports.J08nY2017-08-212-5/+5
* Use patch_config decorator in tests.J08nY2017-08-212-2/+2
* Add config option to disable sig hash collecting.J08nY2017-08-212-4/+16
* Use revoked_sig_action.J08nY2017-08-212-1/+39
* Use expired_sig_action.J08nY2017-08-212-1/+31
* Fix moderation, after mailman/mailman/9cdcffb.J08nY2017-08-071-1/+1
* Only use the PGP delivery on messages that are a list posting.J08nY2017-08-041-0/+36
* More coverage across the board.J08nY2017-07-311-0/+18
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-1/+1
* Add more test coverage for PGPSignature rule.J08nY2017-07-282-4/+56
* Rename classes with PGP prefix.J08nY2017-07-182-2/+2
* Some overall cleanup.J08nY2017-07-182-2/+2
* Add sig hashes to the db on posting.J08nY2017-07-172-12/+30
* Implement basic duplicate signature hash rule.J08nY2017-07-172-4/+63
* Move some functions to utils package. Use them.J08nY2017-07-171-11/+1
* Some docs and qa.J08nY2017-07-171-2/+0
* Fixup signature rule and start out sighash db.J08nY2017-07-172-14/+27
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-151-2/+1
* Move test data to subdirectories.J08nY2017-07-071-6/+6
* Simplify key generation.J08nY2017-07-071-14/+0
* Add tests for incoming runner.J08nY2017-06-292-8/+63
* PEP8.J08nY2017-06-281-5/+4
* Add Signature rule tests.J08nY2017-06-282-12/+110
* Add ListStyle tests.J08nY2017-06-281-3/+4
* Fix and add custom test layers.J08nY2017-06-281-2/+8
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-273-8/+55
* Add logging to `mailman.plugin.pgp`.J08nY2017-06-271-5/+10
* Simplify combined wrapper + pep8.J08nY2017-06-272-9/+8
* Use Action.defer in signature and encryption handling.J08nY2017-06-271-25/+23
* Some more docstrings.J08nY2017-06-261-3/+5
* Add skeleton of decryption handling.J08nY2017-06-241-0/+37
* Document classes, methods, modules.J08nY2017-06-221-1/+1
* Implement more of signature checking.J08nY2017-06-221-15/+60
* Add classmethod query() to declarative base, use it.J08nY2017-06-221-0/+1
* Rename s/encrypted/pgp/g.J08nY2017-06-221-3/+6
* Check signatures via a custom chain + rule.J08nY2017-06-222-0/+70