log idavoll/backend.py @ 59:0fa161c00ed9

age author description
Sat, 06 Nov 2004 17:07:47 +0000 Ralph Meijer Use jid.JIDs everywhere in the backend.
Fri, 05 Nov 2004 17:03:59 +0000 Ralph Meijer Implement NodeCreationService, using the create_node() method of Storage.
Wed, 03 Nov 2004 16:16:27 +0000 Ralph Meijer Implement SubscriptionService with separate storage.
Wed, 03 Nov 2004 14:03:41 +0000 Ralph Meijer Removed IPersistenceService, this is a feature of the storage facility.
Mon, 01 Nov 2004 12:37:40 +0000 Ralph Meijer Moved common stuff out of pgsql_backend.py to backend.py.
Sun, 31 Oct 2004 21:06:32 +0000 Ralph Meijer Added get_supported_affiliations() to BackendService.
Sun, 31 Oct 2004 15:55:38 +0000 Ralph Meijer Remove nonsense message.
Tue, 26 Oct 2004 16:25:59 +0000 Ralph Meijer Define interfaces of blocks of functionality.
Sun, 17 Oct 2004 13:51:34 +0000 Ralph Meijer Moved memory backend to its own file.
Thu, 07 Oct 2004 15:57:05 +0000 Ralph Meijer Simplify call chain by mapping incoming requests directly to method
Wed, 06 Oct 2004 21:05:42 +0000 Ralph Meijer Added two exceptions: NoInstantNodes and NodeExists.
Mon, 30 Aug 2004 17:41:18 +0000 Ralph Meijer Small code cleanups
Sat, 17 Jul 2004 22:05:50 +0000 Ralph Meijer Redone memory storage of nodes.
Sun, 27 Jun 2004 14:09:17 +0000 Ralph Meijer Added PayloadExpected and NoPayloadAllowed exceptions.
Fri, 25 Jun 2004 20:31:14 +0000 Ralph Meijer First take at notifications
Wed, 23 Jun 2004 14:31:49 +0000 Ralph Meijer Initial revision