20:94922f130a8e
|
2013-04-19 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced date-based message validation, comparing message dates to page and
message store last-modified dates.
Changed item store initialisation to use string-based paths (following changes
to MoinSupport). |
|
|
MoinMessage.py README.txt actions/PostMessage.py macros/ShowMessages.py
|
|
19:e09466179fcb
|
2013-03-10 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a macro to show messages in a message store. |
|
|
macros/ShowMessages.py
|
|
18:959d119cf5f4
|
2013-03-09 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed filename quoting. |
|
|
scripts/init_wiki_keyring.sh
|
|
17:b9b72e0ee0a8
|
2013-01-19 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved the MessageStore class to the MoinSupport module, making it more generic. |
|
|
MoinMessage.py actions/PostMessage.py
|
|
16:48e5623c0724
|
2013-01-18 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for message stores associated with pages.
Changed the add_update method on the Message class to use MIME parts directly,
adding a get_update method to provide multipart objects for use in encoding
updates with alternative representations.
Exposed the update type and action in the test programs. |
|
|
MoinMessage.py README.txt actions/PostMessage.py actions/SendMessage.py tests/test_message.py tests/test_send.py
|
|
15:0ffbf71dd873
|
2012-10-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added message interpretation and parsing to the Message class.
Changed the PostMessage action to use the Message class for the interpretation
of messages.
Changed the message test to use the Message class and added a test of message
parsing using the class.
Added a Mailbox class for reading and writing bundles of messages. |
|
|
MoinMessage.py actions/PostMessage.py tests/test_message.py tests/test_message_input.py
|
|
14:0f5dbd59c2fe
|
2012-10-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed superfluous import. |
|
|
MoinMessage.py
|
|
13:b57d8f474bf6
|
2012-10-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added docstrings for the Message class. |
|
|
MoinMessage.py
|
|
12:408d78d241c2
|
2012-10-21 |
Paul Boddie |
changeset
files
shortlog
graph
|
Changed the sendMessage function to use URLs instead of hosts and paths.
Added a SendMessage action for use within MoinMoin.
Added documentation about the different configuration settings and pages.
Attempted to improve the homedir initialisation script to fix permissions
issues. |
|
|
MoinMessage.py README.txt actions/PostMessage.py actions/SendMessage.py scripts/init_wiki_keyring.sh tests/test_post.py tests/test_send.py
|
|
11:ceadc72b6177
|
2012-10-21 |
Paul Boddie |
changeset
files
shortlog
graph
|
Improved the handling of gpg invocation failures.
Added support for authenticating contributions sent by messages.
Added test programs for various GPG instance methods.
Added some documentation. |
|
|
MoinMessage.py README.txt actions/PostMessage.py tests/test_encrypt.py tests/test_message.py tests/test_send.py tests/test_sign.py
|
|