aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move test data to subdirectories.J08nY2017-07-0727-164/+168
* Simplify key generation.J08nY2017-07-077-44/+33
* Some saner behavior, don't raise when expected not to.J08nY2017-07-074-8/+7
* Use an utility function on PGPMailingList class.J08nY2017-07-062-7/+3
* Test against a custom plugin branch in tests against head.J08nY2017-07-061-5/+5
* Add some more utility methods to wrappers.J08nY2017-07-064-1/+32
* Add sign_encrypt and sign_then_encrypt to combined wrapper + tests.J08nY2017-07-064-2/+75
* Make MIMEWrapper.decrypt save the signature, and transform to signed msg.J08nY2017-07-064-22/+29
* PEP8.J08nY2017-07-063-3/+5
* Add combined signing and encryption to wrappers.J08nY2017-07-062-23/+81
* Plumb some more functions through combined PGP wrapper.J08nY2017-07-062-0/+12
* Add flufl.testing stuff.J08nY2017-07-052-1/+34
* Add test data for mime encrypted messages.J08nY2017-06-295-5/+110
* PEP8.J08nY2017-06-291-5/+5
* Add tests for incoming runner.J08nY2017-06-296-29/+219
* PEP8.J08nY2017-06-281-5/+4
* Add Signature rule tests.J08nY2017-06-284-15/+115
* Add convenience methods for querying PGP* models.J08nY2017-06-282-1/+42
* Add ListStyle tests.J08nY2017-06-2810-9/+157
* PEP8.J08nY2017-06-281-1/+0
* Fix and add custom test layers.J08nY2017-06-2810-19/+100
* Add some more REST lists tests.J08nY2017-06-272-3/+32
* Use archive tarballs rather than slow git clone in tox.J08nY2017-06-271-4/+4
* Add some coverage env variables.J08nY2017-06-272-1/+7
* Add basic REST lists endpoint tests.J08nY2017-06-273-1/+49
* Track coverage while multiprocessing and combine it.J08nY2017-06-272-0/+2
* Test with my pluggable-components branch until merged into mailman.J08nY2017-06-271-1/+1
* Add tests for list key generation.J08nY2017-06-271-0/+54
* Integrate tests with Mailman, add basic integration tests.J08nY2017-06-2710-12/+147
* Pretty tox.J08nY2017-06-271-23/+20
* Add unittest.cfg.J08nY2017-06-271-0/+6
* Add coverage testing.J08nY2017-06-273-4/+19
* Add logging to `mailman.plugin.pgp`.J08nY2017-06-273-8/+20
* Fix circular dependency.J08nY2017-06-271-3/+2
* Add setup envs to tox.J08nY2017-06-271-1/+11
* Simplify combined wrapper + pep8.J08nY2017-06-273-39/+14
* Add defaults to PGPMailingList and PGPAddress.J08nY2017-06-272-1/+28
* Use Action.defer in signature and encryption handling.J08nY2017-06-272-26/+25
* Add signing and encryption in one step.J08nY2017-06-271-17/+48
* Fixup MIMEWrapper decryption.J08nY2017-06-262-1/+7
* Add some preambles to MIMEWrapper, return mailman Message objects.J08nY2017-06-261-8/+13
* Add some usual headers to messages from MIMEWrapper.encrypt.J08nY2017-06-261-1/+13
* Some more docstrings.J08nY2017-06-268-6/+40
* Finish basic incoming runner.J08nY2017-06-261-2/+2
* PEP8 m8.J08nY2017-06-261-3/+3
* Add usual content headers to PGP/MIME signature body part.J08nY2017-06-262-4/+12
* Add tests_requires to setup.py.J08nY2017-06-251-1/+8
* Fix MIMEWrapper walking multipart messages.J08nY2017-06-251-3/+6
* Added encryption to MIMEWrapper.J08nY2017-06-255-28/+123
* Add signing to MIMEWrapper.J08nY2017-06-254-11/+71