MoinMessage

Shortlog

(0) +60 tip
2013-07-10 Paul Boddie Added an initial implementation of a parser handling encrypted content.
2013-07-09 Paul Boddie Added packaging metadata.
2013-07-09 Paul Boddie Added copyright and licensing information.
2013-07-09 Paul Boddie Added support for signing encrypted (signed) messages for forwarding purposes.
2013-06-25 Paul Boddie Changed the fetching of messages to use the GET request method.
2013-06-22 Paul Boddie Reverted to a single location per recipient.
2013-06-14 Paul Boddie Added payload decoding.
2013-06-14 Paul Boddie Added the ability to choose message formats and produce alternative
2013-06-13 Paul Boddie Tidied up the attachment identification code, adding support for icons and other
2013-06-13 Paul Boddie Added proper handling of message sending failures.
2013-06-08 Paul Boddie Added PGPAuth configuration information.
2013-06-08 Paul Boddie Added support for user-specific recipient dictionaries.
2013-06-08 Paul Boddie Removed the signature verification from the handling of messages in actions,
2013-06-07 Paul Boddie Added a PGP authentication method to allow the retrieval of messages from protected pages.
2013-06-07 Paul Boddie Fixed the failure case of get_homedir and made a separate function to obtain the
2013-06-07 Paul Boddie Moved the handling of PGP-encoded messages to the MoinMessage library, keeping
2013-06-04 Paul Boddie Added information about fetching messages from a wiki.
2013-06-03 Paul Boddie Added initial support for fetching messages from page message stores.
2013-06-02 Paul Boddie Moved timestamp checking of messages into the support module.
2013-06-02 Paul Boddie Moved common functionality from the PostMessage action to the MoinMessage module
2013-05-30 Paul Boddie Indicated that recipient pages each provide a message store to accept messages.
2013-05-30 Paul Boddie Changed the recipient configuration and the message sending to support the
2013-05-18 Paul Boddie Added message queueing and a "To" header in queued/sent messages.
2013-05-18 Paul Boddie Fixed label quoting; simplified handling of the preview parameter.
2013-05-17 Paul Boddie Removed the macro for now since the MoinShare SharedContent macro understands messages.
2013-05-17 Paul Boddie Preserve paragraphs in sent messages as well as in previewed messages.
2013-05-17 Paul Boddie Make sure that paragraphs are preserved in messages.
2013-05-17 Paul Boddie Added support for sending HTML-formatted messages with optional attachments in a
2013-04-19 Paul Boddie Introduced date-based message validation, comparing message dates to page and
2013-03-10 Paul Boddie Added a macro to show messages in a message store.
2013-03-09 Paul Boddie Fixed filename quoting.
2013-01-19 Paul Boddie Moved the MessageStore class to the MoinSupport module, making it more generic.
2013-01-18 Paul Boddie Added support for message stores associated with pages.
2012-10-29 Paul Boddie Added message interpretation and parsing to the Message class.
2012-10-28 Paul Boddie Removed superfluous import.
2012-10-28 Paul Boddie Added docstrings for the Message class.
2012-10-21 Paul Boddie Changed the sendMessage function to use URLs instead of hosts and paths.
2012-10-21 Paul Boddie Improved the handling of gpg invocation failures.
2012-10-20 Paul Boddie Changed the verify operation to return the signer's identity details.
2012-10-20 Paul Boddie Renamed the message wrapping tests, giving them more accurate names.
2012-10-19 Paul Boddie Moved decryption and verification support into MoinMessage.
2012-07-22 Paul Boddie Show the response from the message sending.
2012-07-22 Paul Boddie Added a library for preparing and sending messages, along with a test of the library.
2012-07-21 Paul Boddie Restructured the action so that both signed and signed/encrypted messages can be processed.
2012-07-21 Paul Boddie Added a convenience script for setting up the Wiki's GPG infrastructure.
2012-07-21 Paul Boddie Changed the action and test program to support detached signatures, at least in
2012-07-21 Paul Boddie Added actual signature verification, switching to use of the subprocess module
2012-07-21 Paul Boddie Added handling of PGP/GPG-encrypted messages.
2012-07-20 Paul Boddie Updating MoinMoin Wiki sites using MIME messages uploaded using HTTP PUT.
(0) +60 tip