MoinMessage

Shortlog

(0) -100 -60 tip
2014-09-03 Paul Boddie Added support for bundling a secret with an exported key for subsequent default
2014-03-30 Paul Boddie Added a simple timestamping script for messages before any eventual signing.
2014-02-02 Paul Boddie Added a message relaying script.
2014-02-02 Paul Boddie Moved conditional signing logic into a separate function.
2014-02-01 Paul Boddie Added documentation about relaying incoming messages along with a related page.
2014-02-01 Paul Boddie Removed redundant access via self.
2014-01-31 Paul Boddie Retain the original message as an instance attribute in order to propagate
2014-01-31 Paul Boddie Moved user switching into the action, avoiding interference with user/sender
2014-01-31 Paul Boddie Postpone store initialisation until the message destination has been determined.
2014-01-31 Paul Boddie Test the last modified times of item stores only if they are not empty.
2014-01-31 Paul Boddie Implemented switching to the relaying user in order to queue messages for
2014-01-31 Paul Boddie Updated the arguments description and added verbose exception details.
2014-01-27 Paul Boddie Moved outgoing message formatting code to the support library.
2014-01-27 Paul Boddie Fixed header replacement when timestamping messages.
2014-01-26 Paul Boddie Improved the settings details, adding the user actions setting.
2014-01-26 Paul Boddie Fixed recipient filtering by parsing the details of each recipient.
2014-01-26 Paul Boddie Return an appropriate response when no updates can be handled.
2014-01-13 Paul Boddie Added some support for importing keys along with a script for sending them.
2014-01-12 Paul Boddie Reorganised the saving of files so that collections of messages are processed
2014-01-12 Paul Boddie Added some documentation describing the message fetching formats and commands.
2014-01-12 Paul Boddie Updated the action to use the MessageInterface abstraction.
2014-01-12 Paul Boddie Updated the copyright information.
2014-01-12 Paul Boddie Added a description of the structure of MoinMessages.
2014-01-12 Paul Boddie Added a MessageInterface class for POP3-like (RFC 1939) command-based access to
2014-01-11 Paul Boddie Renamed sendMessageForReading to sendMessageOpener and introduced it into the
2014-01-09 Paul Boddie Improved the fetching test, skipping undecryptable/unverifiable messages.
2014-01-09 Paul Boddie Added content type guessing for sent files.
2014-01-09 Paul Boddie Introduced an "idempotent" serialisation function for messages.
2014-01-08 Paul Boddie Added support for "authorship" verification of transferred content.
2014-01-08 Paul Boddie Use DateTime objects instead of time tuples.
2014-01-08 Paul Boddie Propagate date information to the individual updates.
2014-01-08 Paul Boddie Added initial signing so that stored content retains a verifiable signature.
2014-01-07 Paul Boddie Added metadata to sent files for proper MoinMessage compliance.
2014-01-07 Paul Boddie Replaced StringIO usage with Parser.parsestr usage.
2014-01-07 Paul Boddie Fixed handling of incoming signed content in MoinMessageSupport.
2014-01-07 Paul Boddie Removed explicit decoding of file data.
2014-01-07 Paul Boddie Fixed the comment about transfer encoding.
2014-01-07 Paul Boddie Added some Moin-independent scripts for interacting with simple remote services.
2014-01-07 Paul Boddie Added program argument checking.
2014-01-06 Paul Boddie Added content transfer decoding for signature and key parts.
2014-01-05 Paul Boddie Employed content transfer decoding when decrypting message parts.
2014-01-05 Paul Boddie Eliminated StringIO usage by using another API method.
2014-01-02 Paul Boddie Added a test program to wrap messages for signing.
2013-12-28 Paul Boddie Fixed decryption test, adding homedir option.
2013-12-28 Paul Boddie Attempt to employ a representation-insensitive payload for signed content.
2013-12-26 Paul Boddie Fixed verification test, adding homedir option.
2013-12-22 Paul Boddie Added support for uploading files directly. Simplified the code somewhat.
2013-12-21 Paul Boddie Added a user actions mapping that defines the actions allowed for a user and the
2013-12-17 Paul Boddie Fixed the recipient dictionary format so that different recipient types can be
2013-11-14 Paul Boddie Introduced initial routing for messages having a "To" header, consulting the
2013-11-14 Paul Boddie Fixed usage of the result of sendMessage.
2013-11-13 Paul Boddie Overwrite any existing "Moin-User" header in stored messages.
2013-11-13 Paul Boddie Added authenticated user information to incoming signed messages.
2013-11-12 Paul Boddie Obtain signature information for inspected keys using the verbose mode of gpg.
2013-11-11 Paul Boddie Added methods to list key and signature details.
2013-11-11 Paul Boddie Attempt to decode key blocks and return a representation of key properties.
2013-11-10 Paul Boddie Added the exported key part to a message in order to include required metadata.
2013-11-10 Paul Boddie Added public key export for key exchange in messages.
2013-11-10 Paul Boddie Updated dependency library version.
2013-11-06 Paul Boddie Obtain ItemStore from ItemSupport.
(0) -100 -60 tip