README: Remove duplicate Gentoo hyperlink target
[pygrader.git] / pygrader / mailpipe.py
2012-10-22 W. Trevor Kingmailpipe: fix _get_message_subject() doctest for "...
2012-10-22 W. Trevor Kingpgp: don't assume protocol/micalg ordering in doctest...
2012-10-13 W. Trevor Kingmailpipe: fix course -> error.course in InvalidAssignme...
2012-10-06 W. Trevor Kingmailpipe: add trust_admin_from option to _get_message_p...
2012-10-06 W. Trevor Kingmailpipe: update fingerprint access for pgp-mime `Key`s.
2012-09-20 W. Trevor Kingmailpipe: don't raise UnverifiedSignatureMessage for...
2012-09-20 W. Trevor Kingmailpipe: don't bail if a message is signed by a subkey.
2012-09-20 W. Trevor Kingmailpipe: flesh out reponse text for invalid messages...
2012-09-20 W. Trevor Kingmailpipe: convert to pgp-mime's new Signature verification.
2012-09-20 W. Trevor Kingmailpipe: standardize error responses with 'We got...
2012-09-02 W. Trevor KingRan update-copyright.py.
2012-09-02 W. Trevor Kinghandler:grade: add new handler for submitting grades.
2012-09-02 W. Trevor Kingmailpipe|handler: centralize student/course extraction...
2012-09-02 W. Trevor Kingmailpipe: don't double-repr subjects for InvalidHandler...
2012-09-02 W. Trevor Kingmailpipe: add extra attributes to errors even if curren...
2012-09-02 W. Trevor Kingmailpipe: use `messages.sort(...)`, not `m = sorted...
2012-09-02 W. Trevor Kingmailpipe|handler: add `complete` option to control...
2012-09-02 W. Trevor Kingmailpipe: respond with the fleshed out message, not...
2012-09-02 W. Trevor Kingmailpipe|handler: raise exceptions during PGP message...
2012-09-02 W. Trevor Kingpg.py|mailpipe: add --trust-email-infrastructure.
2012-09-02 W. Trevor Kingmailpipe: sort messages chronologically before processing.
2012-09-02 W. Trevor Kingmailpipe: print error messages when we continue_after_i...
2012-09-02 W. Trevor Kingmailpipe: add a warning message before loading a messag...
2012-09-02 W. Trevor Kingmailpipe: skip `.gitignore` files in Maildir mailboxes.
2012-09-02 W. Trevor Kingmailpipe: flesh out InvalidMessage attributes before...
2012-09-02 W. Trevor Kingmailpipe: fix InvalidHandlerMessage error message const...
2012-09-02 W. Trevor Kingcolor: add ColoredFormatter for more transparent coloring.
2012-09-01 W. Trevor Kingmailpipe|handler: with the Response framework, handlers...
2012-09-01 W. Trevor Kingmailpipe: replace `respond` callback with exceptions.
2012-09-01 W. Trevor Kinghandler:get: add `get` handler for grade requests.
2012-09-01 W. Trevor Kingmailpipe: clarify the source of missing `Return-Path...
2012-09-01 W. Trevor Kingmailpipe: add .authenticated attribute to _get_verified...
2012-09-01 W. Trevor Kingmailpipe: add support for multi-part subjects in _get_m...
2012-08-31 W. Trevor Kingmailpipe|handler: split mailpipe's submission handler...
2012-08-31 W. Trevor Kingmailpipe: split initial _parse_message processing into...
2012-08-31 W. Trevor Kingmailpipe: update doctests now that I'm using GnuPG...
2012-04-25 W. Trevor KingFinish mailpipe respond() doctests.
2012-04-24 W. Trevor KingReject attempted submissions for unsubmittable assignme...
2012-04-24 W. Trevor KingInitial `respond` implementation in the `mailpipe`...
2012-04-24 W. Trevor Kingpgp_mime.pgp.verify() no longer needs deepcopy().
2012-04-24 W. Trevor KingAdd mailpipe doctests and allow saving from stream...
2012-04-22 W. Trevor KingUpdate to use pgp-mime v0.3
2012-04-06 W. Trevor KingLog the gpg_message in mailpipe._get_verified_message...
2012-03-23 W. Trevor KingRan update-copyright.py.
2012-03-23 W. Trevor KingBegin versioning! (better late than never)