index
:
mailman-pgp.git
feature/config-transformation
feature/key-revocation
feature/key-sign-command
feature/key-store
feature/local-archiver
feature/logging
feature/outgoing
feature/sign-adds-to-existing
feature/strip-sig
feature/workflows
feature/wrappers-modify
fix/pyasn1-ci-hotfix
master
A PGP plugin for the GNU Mailman mailing list manager
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman_pgp
/
runners
/
incoming.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use converted config values.
feature/config-transformation
J08nY
2017-08-01
1
-1
/
+1
|
*
Rename classes with PGP prefix.
J08nY
2017-07-18
1
-1
/
+1
|
*
Move some functions to utils package. Use them.
J08nY
2017-07-17
1
-7
/
+8
|
*
Fix IncomingRunner to try decrypting and fail safely.
J08nY
2017-07-17
1
-3
/
+12
|
*
Split some workflow stuff. Use utility functions somewhere.
J08nY
2017-07-15
1
-2
/
+1
|
*
Some saner behavior, don't raise when expected not to.
J08nY
2017-07-07
1
-1
/
+2
|
*
Add logging to `mailman.plugin.pgp`.
J08nY
2017-06-27
1
-3
/
+9
|
*
Use Action.defer in signature and encryption handling.
J08nY
2017-06-27
1
-1
/
+2
|
*
Finish basic incoming runner.
J08nY
2017-06-26
1
-2
/
+2
|
*
Add skeleton of decryption handling.
J08nY
2017-06-24
1
-4
/
+23
|
*
Rename the rest, s/encrypted/PGP[ enabled]/g.
J08nY
2017-06-22
1
-2
/
+2
|
*
Implement more of signature checking.
J08nY
2017-06-22
1
-1
/
+0
|
*
Add classmethod query() to declarative base, use it.
J08nY
2017-06-22
1
-1
/
+1
|
*
Rename s/encrypted/pgp/g.
J08nY
2017-06-22
1
-2
/
+2
|
*
Use the query helper.
J08nY
2017-06-22
1
-1
/
+2
|
*
Switch Incoming Runner to only care about encryption.
J08nY
2017-06-22
1
-14
/
+4
|
*
Rename message wrappers.
J08nY
2017-06-21
1
-4
/
+4
|
*
Rename wrapper functions.
J08nY
2017-06-20
1
-4
/
+4
|
*
Add GPLv3.
J08nY
2017-06-20
1
-0
/
+17
|
*
Fixup REST users->addresses, change to per-address key model.
J08nY
2017-06-19
1
-0
/
+6
|
*
Add PGPMimeWrapper.
J08nY
2017-06-19
1
-3
/
+4
|
|
|
|
|
- PGPMimeWrapper is an adapter that provides some RFC3156 functions on an email.message.Message object.
*
Use gpgmime utils.
J08nY
2017-06-18
1
-6
/
+3
|
*
Rename to mailman-pgp.
J08nY
2017-06-09
1
-0
/
+39
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.