aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/runners
Commit message (Collapse)AuthorAgeFilesLines
* Fix moderation, after mailman/mailman/9cdcffb.J08nY2017-08-071-2/+2
|
* Use converted config values.feature/config-transformationJ08nY2017-08-011-1/+1
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-1/+1
|
* Rename classes with PGP prefix.J08nY2017-07-182-5/+5
|
* Delete OutgoingRunner implementation.J08nY2017-07-171-40/+0
|
* Move some functions to utils package. Use them.J08nY2017-07-171-7/+8
|
* Fix IncomingRunner to try decrypting and fail safely.J08nY2017-07-172-5/+39
|
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-151-2/+1
|
* Fix infinite loop in tests. whoops.J08nY2017-07-071-3/+4
|
* Some more tests for incoming runner.J08nY2017-07-071-11/+54
|
* Move test data to subdirectories.J08nY2017-07-071-3/+3
|
* Simplify key generation.J08nY2017-07-071-3/+1
|
* Some saner behavior, don't raise when expected not to.J08nY2017-07-072-4/+4
|
* Use an utility function on PGPMailingList class.J08nY2017-07-061-5/+2
|
* PEP8.J08nY2017-06-291-5/+5
|
* Add tests for incoming runner.J08nY2017-06-292-0/+126
|
* Add logging to `mailman.plugin.pgp`.J08nY2017-06-271-3/+9
|
* Use Action.defer in signature and encryption handling.J08nY2017-06-271-1/+2
|
* Finish basic incoming runner.J08nY2017-06-261-2/+2
|
* Add skeleton of decryption handling.J08nY2017-06-241-4/+23
|
* Rename the rest, s/encrypted/PGP[ enabled]/g.J08nY2017-06-222-4/+4
|
* Implement more of signature checking.J08nY2017-06-222-2/+0
|
* Add classmethod query() to declarative base, use it.J08nY2017-06-222-2/+2
|
* Rename s/encrypted/pgp/g.J08nY2017-06-222-4/+4
|
* Use the query helper.J08nY2017-06-222-2/+4
|
* Switch Incoming Runner to only care about encryption.J08nY2017-06-221-14/+4
|
* Rename message wrappers.J08nY2017-06-211-4/+4
|
* Rename wrapper functions.J08nY2017-06-201-4/+4
|
* Add GPLv3.J08nY2017-06-202-0/+34
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-191-0/+6
|
* Add PGPMimeWrapper.J08nY2017-06-191-3/+4
| | | | | - PGPMimeWrapper is an adapter that provides some RFC3156 functions on an email.message.Message object.
* Use gpgmime utils.J08nY2017-06-181-6/+3
|
* Rename to mailman-pgp.J08nY2017-06-093-0/+63
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.