aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | - Enigmail sends them, so it should be good practice to do so too.
* 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
|
* Add signing and encryption to InlineWrapper.J08nY2017-06-2510-61/+357
|
* Add skeleton of decryption handling.J08nY2017-06-245-7/+64
|
* Fix handling of signatures in InlineWrapper.J08nY2017-06-238-34/+118
|
* Refactor tests, add tests for combined wrapper.J08nY2017-06-224-60/+185
|
* Add handling of sent keys to wrappers.J08nY2017-06-229-15/+319
|
* Add lazy-loaded address property to PGPAddress.J08nY2017-06-221-2/+12
|
* Rename the rest, s/encrypted/PGP[ enabled]/g.J08nY2017-06-227-23/+25
|
* Document classes, methods, modules.J08nY2017-06-2212-52/+160
|
* Implement more of signature checking.J08nY2017-06-226-21/+62
|
* Add classmethod query() to declarative base, use it.J08nY2017-06-227-10/+12
|
* Rename s/encrypted/pgp/g.J08nY2017-06-2210-30/+42
|
* Update REST lists interface.J08nY2017-06-221-2/+6
|
* Use the query helper.J08nY2017-06-224-6/+9
|
* Check signatures via a custom chain + rule.J08nY2017-06-226-2/+130
|
* Switch Incoming Runner to only care about encryption.J08nY2017-06-221-14/+4
|
* Add wrapper that wraps wrappers.J08nY2017-06-223-0/+66
|
* Add db query helper.J08nY2017-06-221-0/+5
|
* PEP8.J08nY2017-06-214-4/+4
|
* Add more InlineWrapper tests.J08nY2017-06-214-6/+63
|
* Add InlineWrapper tests.J08nY2017-06-216-27/+176
|
* Add PGP/MIME tests.J08nY2017-06-217-2/+217
|
* Add InlineWrapper.decrypt(key).J08nY2017-06-211-1/+7
|
* Rename message wrappers.J08nY2017-06-213-10/+10
|
* Add PGPMIMEWrapper.decrypt(key).J08nY2017-06-211-10/+19
|
* Rename wrapper functions.J08nY2017-06-202-12/+10
|
* Add PGPInlineWrapper.J08nY2017-06-201-12/+42
|
* PEP8 m8.J08nY2017-06-202-3/+3
|
* Add PGP/MIME signature verification.J08nY2017-06-201-5/+26
|
* Remore REST/users.J08nY2017-06-201-30/+0
|
* Add GPLv3.J08nY2017-06-2024-0/+420
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-198-34/+63
|
* Fix REST /lists/<list_id>/keyJ08nY2017-06-192-4/+11
|
* Fix List key generation.J08nY2017-06-192-49/+40
|
* Fix PGP.*_keyring and remove unused vars.J08nY2017-06-192-9/+19
|
* Make transaction() convenient.J08nY2017-06-192-4/+6
|
* Fix some naming as we are no longer using gpg anywhere.J08nY2017-06-194-7/+7
|
* Fixed PGPMIMEWrapped against real messages.J08nY2017-06-192-3/+16
|