log

age author description
Thu, 04 Oct 2007 08:03:51 +0000 Ralph Meijer Fix typos in service creation. Make disco not respond when a resource is provided.
Wed, 03 Oct 2007 19:07:50 +0000 Ralph Meijer Fix use of uuid module now shipping with Python 2.5.
Wed, 03 Oct 2007 12:41:43 +0000 Ralph Meijer Move protocol implementations (pubsub, disco, forms) to and depend on wokkel.
Thu, 18 Jan 2007 14:08:32 +0000 Ralph Meijer Oh, and fix README. Really release 0.6.0.
Thu, 18 Jan 2007 14:06:14 +0000 Ralph Meijer Release 0.6.0.
Thu, 18 Jan 2007 13:52:39 +0000 Ralph Meijer Make imports work with Twisted 0.5.0.
Thu, 07 Sep 2006 11:13:46 +0000 Ralph Meijer Add --dbpass option for passing a password to the PostgreSQL backend.
Wed, 06 Sep 2006 12:57:53 +0000 Ralph Meijer Comply with the access model 'open'.
Wed, 06 Sep 2006 12:43:10 +0000 Ralph Meijer Bring NEWS in line with previous commit.
Thu, 18 Jun 2009 11:52:06 +0000 convert-repo update tags
Wed, 06 Sep 2006 12:38:47 +0000 Ralph Meijer Rework error handling, depend on Twisted Words 0.4.0.
Thu, 18 Jun 2009 11:52:01 +0000 convert-repo update tags idavoll-0.5.0
Mon, 28 Aug 2006 12:48:45 +0000 Ralph Meijer Fix tests to work with current Twisted. Really do 0.5.0 release.
Mon, 28 Aug 2006 12:44:20 +0000 Ralph Meijer Fix spacing errors. Do 0.5.0 release.
Mon, 21 Aug 2006 16:05:35 +0000 Ralph Meijer Work towards first release 0.5.0.
Thu, 29 Jun 2006 08:38:24 +0000 Ralph Meijer Update README and fix typo.
Sat, 06 May 2006 19:47:53 +0000 Ralph Meijer Work towards JEP-0060 1.8
Tue, 06 Dec 2005 15:18:30 +0000 Ralph Meijer Update to Twisted Words 0.3.0.
Wed, 05 Oct 2005 07:02:40 +0000 Ralph Meijer Add comments about uuid.py and the required Twisted modules.
Tue, 04 Oct 2005 12:17:01 +0000 Ralph Meijer Use uuid.py module [1] for generating unique id's for nodes and items.
Wed, 31 Aug 2005 12:59:27 +0000 Ralph Meijer Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.
Wed, 31 Aug 2005 12:58:50 +0000 Ralph Meijer Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.
Fri, 29 Jul 2005 15:38:29 +0000 Ralph Meijer Changed Data Forms implementation to support all field types and
Fri, 29 Jul 2005 15:33:43 +0000 Ralph Meijer Change semantics of Node.is_subscribed() to match all subscriptions for an
Thu, 14 Jul 2005 20:51:48 +0000 Ralph Meijer Add get_affiliations to Node class in storage facilities in preparation of
Tue, 12 Jul 2005 14:53:23 +0000 Ralph Meijer Fixed typo. Reported by Herman Li.
Tue, 12 Jul 2005 14:46:42 +0000 Ralph Meijer Initial revision
Tue, 12 Jul 2005 09:23:00 +0000 Ralph Meijer Changed behaviour of retraction of items so that only the actually deleted
Tue, 14 Jun 2005 12:12:23 +0000 Ralph Meijer Don't break on non-element childs.
Wed, 27 Apr 2005 20:22:51 +0000 Ralph Meijer Revert changes to error handling into disco calls.
Wed, 27 Apr 2005 19:45:41 +0000 Ralph Meijer Follow API change in Twisted Xish, while still being compatible with
Mon, 25 Apr 2005 13:02:37 +0000 Ralph Meijer Actually test whether the item was indeed stored.
Mon, 25 Apr 2005 12:58:59 +0000 Ralph Meijer Discover client_encoding parameter to pyPgSQL.
Mon, 25 Apr 2005 12:50:54 +0000 Ralph Meijer Discover client_encoding parameter to pyPgSQL, removing all encode() calls.
Sun, 24 Apr 2005 17:50:34 +0000 Ralph Meijer Replaced by generic_backend.py and *storage.py
Sun, 24 Apr 2005 17:46:18 +0000 Ralph Meijer Add a number of discovery features.
Sun, 24 Apr 2005 17:45:45 +0000 Ralph Meijer Update to current state.
Sun, 24 Apr 2005 17:31:34 +0000 Ralph Meijer New requirements.
Sun, 24 Apr 2005 17:26:30 +0000 Ralph Meijer Add test cases for LeafNodes.
Sun, 24 Apr 2005 17:25:33 +0000 Ralph Meijer Follow API change in backend.
Sun, 24 Apr 2005 17:24:35 +0000 Ralph Meijer Fix some typos.
Sun, 24 Apr 2005 17:23:12 +0000 Ralph Meijer Add more documentation.
Sun, 24 Apr 2005 17:21:43 +0000 Ralph Meijer Don't use encode('utf-8') on serialized XML.
Sun, 24 Apr 2005 17:19:27 +0000 Ralph Meijer Don't return anything when removing items, and raise exception when an item
Tue, 12 Apr 2005 14:51:59 +0000 Ralph Meijer Add documentation to set_configuration().
Tue, 12 Apr 2005 12:34:25 +0000 Ralph Meijer Change Node.set_configuration() to set cached configuration in a callback.
Tue, 12 Apr 2005 12:28:07 +0000 Ralph Meijer Add tests for all Node methods.
Tue, 12 Apr 2005 12:27:17 +0000 Ralph Meijer Changed to adapt to new API of backend's add_subscription.
Tue, 12 Apr 2005 12:26:05 +0000 Ralph Meijer Add Node._check_node_exists() calls to all Node methods, because nodes could
Tue, 12 Apr 2005 12:20:01 +0000 Ralph Meijer Change Node.add_subscription() to return a Failure when a subscription already
Tue, 12 Apr 2005 12:16:54 +0000 Ralph Meijer Added SubscriptionNotFound and SubscriptionExists errors.
Tue, 12 Apr 2005 12:15:44 +0000 Ralph Meijer Change storage.INode.add_subscription() to return a Failure when a subscription
Fri, 08 Apr 2005 21:00:22 +0000 Ralph Meijer Added test cases for a few of the Node methods.
Fri, 08 Apr 2005 20:59:38 +0000 Ralph Meijer Added more documentation.
Fri, 08 Apr 2005 20:59:21 +0000 Ralph Meijer Changed default configuration.
Fri, 08 Apr 2005 16:33:40 +0000 Ralph Meijer Initial revision.
Fri, 08 Apr 2005 16:33:20 +0000 Ralph Meijer Fix interpretations of JIDs.
Fri, 08 Apr 2005 16:31:09 +0000 Ralph Meijer Fix interpretation of JIDs.
Fri, 08 Apr 2005 16:30:26 +0000 Ralph Meijer Add documentation.
Fri, 08 Apr 2005 10:17:10 +0000 Ralph Meijer Use storage.
Fri, 08 Apr 2005 10:16:53 +0000 Ralph Meijer Use storage.
Fri, 08 Apr 2005 10:16:08 +0000 Ralph Meijer Moved two errors to storage.py.
Fri, 08 Apr 2005 10:15:02 +0000 Ralph Meijer Initial revision.
Fri, 08 Apr 2005 10:08:41 +0000 Ralph Meijer Also move from twisted.python.components to zope.interface.Interface
Fri, 08 Apr 2005 10:01:40 +0000 Ralph Meijer Move to Twisted 2.0.
Fri, 08 Apr 2005 09:54:41 +0000 Ralph Meijer Fix location of errback.
Sun, 02 Jan 2005 20:37:08 +0000 Ralph Meijer Fix configuration option names to match the names in backend.py.
Sun, 02 Jan 2005 20:29:15 +0000 Ralph Meijer Fix bug in how errors are handled in disco info request.
Sun, 02 Jan 2005 20:10:02 +0000 Ralph Meijer Added support for disco info meta data.
Sun, 02 Jan 2005 20:09:31 +0000 Ralph Meijer Initial revision
Wed, 01 Dec 2004 16:08:20 +0000 Ralph Meijer Include comment about xmpp_stringprep.py addition to Twisted.
Wed, 24 Nov 2004 20:08:28 +0000 Ralph Meijer Removed debugging junk
Tue, 23 Nov 2004 17:05:21 +0000 Ralph Meijer Enable admin to hide all nodes when the service is queried using disco items.
Tue, 23 Nov 2004 16:36:58 +0000 Ralph Meijer Announce pubsub#delete-any feature.
Tue, 23 Nov 2004 16:18:52 +0000 Ralph Meijer Merge from RELENG_0: Implemented node configuration.
Wed, 17 Nov 2004 21:08:29 +0000 Ralph Meijer Remove hardcoded nodes.
Wed, 17 Nov 2004 21:00:37 +0000 Ralph Meijer Ignore unsupported configure and option elements.
Wed, 17 Nov 2004 21:00:03 +0000 Ralph Meijer Consume errors in DeferredLists.
Wed, 17 Nov 2004 20:43:45 +0000 Ralph Meijer Use NodeDeletionService for the pgsql backend.
Wed, 17 Nov 2004 20:43:13 +0000 Ralph Meijer Implement node purging and node deletion.
Tue, 16 Nov 2004 12:16:04 +0000 Ralph Meijer Merge from RELENG_0: Fix bug in handling uncaught exceptions.
Tue, 16 Nov 2004 11:08:50 +0000 Ralph Meijer Long needed update.
Tue, 16 Nov 2004 10:37:01 +0000 Ralph Meijer Initial revision
Tue, 09 Nov 2004 16:52:20 +0000 Ralph Meijer Added note about missing disco features
Tue, 09 Nov 2004 16:48:20 +0000 Ralph Meijer Implement node retraction, with storage support for pgsql.
Tue, 09 Nov 2004 15:58:06 +0000 Ralph Meijer Implement instant nodes.
Tue, 09 Nov 2004 15:57:23 +0000 Ralph Meijer Fix handling of node creation.
Tue, 09 Nov 2004 14:54:17 +0000 Ralph Meijer Enable ItemRetrievalService for pgsql backend.
Tue, 09 Nov 2004 14:53:50 +0000 Ralph Meijer Implemented ComponentServiceToItemRetrievalService.
Tue, 09 Nov 2004 14:51:32 +0000 Ralph Meijer Implemented ItemRetrievalService.
Tue, 09 Nov 2004 14:50:18 +0000 Ralph Meijer Added note on max_items attribute.
Mon, 08 Nov 2004 19:13:49 +0000 Ralph Meijer Fixed bug in LogService with non-ascii chars.
Mon, 08 Nov 2004 19:01:20 +0000 Ralph Meijer Introduced date field in items table.
Mon, 08 Nov 2004 14:06:54 +0000 Ralph Meijer Added -v (--verbose) flag to print out all traffic.
Sun, 07 Nov 2004 14:47:02 +0000 Ralph Meijer Enable AffiliationsService for memory backend, too.
Sun, 07 Nov 2004 14:46:35 +0000 Ralph Meijer Add get_affiliations(), get_subscriptions(), get_node_type() and get_nodes()
Sun, 07 Nov 2004 14:21:09 +0000 Ralph Meijer Reworked disco support.
Sun, 07 Nov 2004 14:19:46 +0000 Ralph Meijer Added get_nodes() to BackendService.
Sun, 07 Nov 2004 14:18:26 +0000 Ralph Meijer Added get_nodes() to Storage.
Sun, 07 Nov 2004 14:17:44 +0000 Ralph Meijer Added node on meta-data.
Sun, 07 Nov 2004 14:16:37 +0000 Ralph Meijer Initial revision
Sat, 06 Nov 2004 22:18:45 +0000 Ralph Meijer Return deferreds from getFeatures() and getIdentities().
Sat, 06 Nov 2004 22:17:18 +0000 Ralph Meijer Made returning disco info use deferreds.
Sat, 06 Nov 2004 22:16:04 +0000 Ralph Meijer Add get_node_type() to Storage.
Sat, 06 Nov 2004 22:15:26 +0000 Ralph Meijer Add get_node_type() to BackendService.
Sat, 06 Nov 2004 21:05:12 +0000 Ralph Meijer Add note about incorrect text in section 8.1.7 of JEP-0060.
Sat, 06 Nov 2004 21:04:28 +0000 Ralph Meijer Setup AffiliationsService and matching protocol adapter for the pgsql
Sat, 06 Nov 2004 21:03:31 +0000 Ralph Meijer Add get_affiliations() and get_subscriptions() to Storage.
Sat, 06 Nov 2004 21:02:33 +0000 Ralph Meijer Implement AffiliationsService.
Sat, 06 Nov 2004 21:01:29 +0000 Ralph Meijer Implement retrieving affiliations.
Sat, 06 Nov 2004 17:07:47 +0000 Ralph Meijer Use jid.JIDs everywhere in the backend.
Sat, 06 Nov 2004 16:02:32 +0000 Ralph Meijer Return support for the pubsub#subscribe feature.
Fri, 05 Nov 2004 17:15:50 +0000 Ralph Meijer Use NodeCreationService for pgsql backend, too.
Fri, 05 Nov 2004 17:14:42 +0000 Ralph Meijer Match backend's supported_*() methods in getFeatures() of ComponentServiceFromService.
Fri, 05 Nov 2004 17:06:08 +0000 Ralph Meijer Implement create_node() in Storage.
Fri, 05 Nov 2004 17:05:36 +0000 Ralph Meijer Make NodeCreationService a subclass of backend.NodeCreationService.
Fri, 05 Nov 2004 17:03:59 +0000 Ralph Meijer Implement NodeCreationService, using the create_node() method of Storage.
Wed, 03 Nov 2004 17:27:57 +0000 Ralph Meijer Use ISubscriptionService support of PostgreSQL backend.
Wed, 03 Nov 2004 17:27:23 +0000 Ralph Meijer Added node existance checks.
Wed, 03 Nov 2004 16:19:17 +0000 Ralph Meijer Implement add_subscription() and remove_subscription() for Storage, remove