log

age author description
2008-04-10 Ralph Meijer Typos
2008-04-10 Ralph Meijer Properly add send_last_published_item configuration item.
2008-04-10 Ralph Meijer Guard against missing config for sending last published item on subscription.
2008-04-10 Ralph Meijer Send last published item on subscription if node is so configured.
2008-04-10 Ralph Meijer Add HTTP gateway in a separate plugin.
2008-04-09 Ralph Meijer Move around service setup.
2008-04-09 Ralph Meijer Make test backend consistent with interface.
2008-04-09 Ralph Meijer Send out node deletion notifications.
2008-04-09 Ralph Meijer Make node type part of node configuration.
2008-01-15 Ralph Meijer Fix Backend's getNodeInfo so that it properly adds its errback.
2008-01-03 Ralph Meijer Reply with the correct error condition on subscription when not subscribed.
2007-10-09 Ralph Meijer Provide twistd parameters for connecting to a remote PostgreSQL database.
2007-10-04 Ralph Meijer Fix typos in service creation. Make disco not respond when a resource is provided.
2007-10-03 Ralph Meijer Fix use of uuid module now shipping with Python 2.5.
2007-10-03 Ralph Meijer Move protocol implementations (pubsub, disco, forms) to and depend on wokkel.
2007-01-18 Ralph Meijer Oh, and fix README. Really release 0.6.0.
2007-01-18 Ralph Meijer Release 0.6.0.
2007-01-18 Ralph Meijer Make imports work with Twisted 0.5.0.
2006-09-07 Ralph Meijer Add --dbpass option for passing a password to the PostgreSQL backend.
2006-09-06 Ralph Meijer Comply with the access model 'open'.
2006-09-06 Ralph Meijer Bring NEWS in line with previous commit.
2009-06-18 convert-repo update tags
2006-09-06 Ralph Meijer Rework error handling, depend on Twisted Words 0.4.0.
2009-06-18 convert-repo update tags idavoll-0.5.0
2006-08-28 Ralph Meijer Fix tests to work with current Twisted. Really do 0.5.0 release.
2006-08-28 Ralph Meijer Fix spacing errors. Do 0.5.0 release.
2006-08-21 Ralph Meijer Work towards first release 0.5.0.
2006-06-29 Ralph Meijer Update README and fix typo.
2006-05-06 Ralph Meijer Work towards JEP-0060 1.8
2005-12-06 Ralph Meijer Update to Twisted Words 0.3.0.
2005-10-05 Ralph Meijer Add comments about uuid.py and the required Twisted modules.
2005-10-04 Ralph Meijer Use uuid.py module [1] for generating unique id's for nodes and items.
2005-08-31 Ralph Meijer Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.
2005-08-31 Ralph Meijer Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.
2005-07-29 Ralph Meijer Changed Data Forms implementation to support all field types and
2005-07-29 Ralph Meijer Change semantics of Node.is_subscribed() to match all subscriptions for an
2005-07-14 Ralph Meijer Add get_affiliations to Node class in storage facilities in preparation of
2005-07-12 Ralph Meijer Fixed typo. Reported by Herman Li.
2005-07-12 Ralph Meijer Initial revision
2005-07-12 Ralph Meijer Changed behaviour of retraction of items so that only the actually deleted
2005-06-14 Ralph Meijer Don't break on non-element childs.
2005-04-27 Ralph Meijer Revert changes to error handling into disco calls.
2005-04-27 Ralph Meijer Follow API change in Twisted Xish, while still being compatible with
2005-04-25 Ralph Meijer Actually test whether the item was indeed stored.
2005-04-25 Ralph Meijer Discover client_encoding parameter to pyPgSQL.
2005-04-25 Ralph Meijer Discover client_encoding parameter to pyPgSQL, removing all encode() calls.
2005-04-24 Ralph Meijer Replaced by generic_backend.py and *storage.py
2005-04-24 Ralph Meijer Add a number of discovery features.
2005-04-24 Ralph Meijer Update to current state.
2005-04-24 Ralph Meijer New requirements.
2005-04-24 Ralph Meijer Add test cases for LeafNodes.
2005-04-24 Ralph Meijer Follow API change in backend.
2005-04-24 Ralph Meijer Fix some typos.
2005-04-24 Ralph Meijer Add more documentation.
2005-04-24 Ralph Meijer Don't use encode('utf-8') on serialized XML.
2005-04-24 Ralph Meijer Don't return anything when removing items, and raise exception when an item
2005-04-12 Ralph Meijer Add documentation to set_configuration().
2005-04-12 Ralph Meijer Change Node.set_configuration() to set cached configuration in a callback.
2005-04-12 Ralph Meijer Add tests for all Node methods.
2005-04-12 Ralph Meijer Changed to adapt to new API of backend's add_subscription.