|
Added initial support for separate message relaying users. |
|
|
Added some reminders about verification and decryption. |
|
|
Improved the project description and documentation about page type recipients. |
|
|
Added message decryption and verification to the message retrieval test program. |
|
|
Added signing and encryption of retrieved message collections. |
|
|
Moved WikiDict access functions to the support library for other actions to use. |
|
|
Added a note about removing passwords from keys. |
|
|
Switched to using the communicate method for more reliable communication. |
|
|
Switched back to PUT from GET for fetching messages due to Moin 1.9 problems. |
|
|
Added missing name imports. |
|
|
Added a note about recipient mappings as subpages of home pages. |
|
|
Added copyright and licensing details; updated the eventual URL. |
|
|
Permit the sending of messages for forwarding, remaining encrypted on receipt. |
|
|
Fixed form HTML. |
|
|
Switched "Wiki" to "wiki"; improved the message-signing WikiDict description. |
|
|
Removed the parser for encrypted content since MoinShare now decrypts encrypted |
|
|
Fixed unverified message handling. |
|
|
Added an initial implementation of a parser handling encrypted content. |
|
|
Added packaging metadata. |
|
|
Added copyright and licensing information. |
|
|
Added support for signing encrypted (signed) messages for forwarding purposes. |
|
|
Changed the fetching of messages to use the GET request method. |
|
|
Reverted to a single location per recipient. |
|
|
Added payload decoding. |
|
|
Added the ability to choose message formats and produce alternative |
|
|
Tidied up the attachment identification code, adding support for icons and other |
|
|
Added proper handling of message sending failures. |
|
|
Added PGPAuth configuration information. |
|
|
Added support for user-specific recipient dictionaries. |
|
|
Removed the signature verification from the handling of messages in actions, |
|
|
Added a PGP authentication method to allow the retrieval of messages from protected pages. |
|
|
Fixed the failure case of get_homedir and made a separate function to obtain the |
|
|
Moved the handling of PGP-encoded messages to the MoinMessage library, keeping |
|
|
Added information about fetching messages from a wiki. |
|
|
Added initial support for fetching messages from page message stores. |
|
|
Moved timestamp checking of messages into the support module. |
|
|
Moved common functionality from the PostMessage action to the MoinMessage module |
|
|
Indicated that recipient pages each provide a message store to accept messages. |
|
|
Changed the recipient configuration and the message sending to support the |
|
|
Added message queueing and a "To" header in queued/sent messages. |
|
|
Fixed label quoting; simplified handling of the preview parameter. |
|
|
Removed the macro for now since the MoinShare SharedContent macro understands messages. |
|
|
Preserve paragraphs in sent messages as well as in previewed messages. |
|
|
Make sure that paragraphs are preserved in messages. |
|
|
Added support for sending HTML-formatted messages with optional attachments in a |
|
|
Introduced date-based message validation, comparing message dates to page and |
|
|
Added a macro to show messages in a message store. |
|
|
Fixed filename quoting. |
|
|
Moved the MessageStore class to the MoinSupport module, making it more generic. |
|
|
Added support for message stores associated with pages. |
|
|
Added message interpretation and parsing to the Message class. |
|
|
Removed superfluous import. |
|
|
Added docstrings for the Message class. |
|
|
Changed the sendMessage function to use URLs instead of hosts and paths. |
|
|
Improved the handling of gpg invocation failures. |
|
|
Changed the verify operation to return the signer's identity details. |
|
|
Renamed the message wrapping tests, giving them more accurate names. |
|
|
Moved decryption and verification support into MoinMessage. |
|
|
Show the response from the message sending. |
|
|
Added a library for preparing and sending messages, along with a test of the library. |
|