Mercurial > libervia-pubsub
graph
-
Add maxItems support.2008-04-16, by Ralph Meijer
-
Add gateway support for retrieving items from a node. Reorder gateway module.2008-04-15, by Ralph Meijer
-
Install tests, too.2008-04-11, by Ralph Meijer
-
Implement HTTP client to gateway and implement functional tests with it.2008-04-11, by Ralph Meijer
-
Add send_last_published_item configuration item to nodes table definition.2008-04-11, by Ralph Meijer
-
Typos2008-04-10, by Ralph Meijer
-
Properly add send_last_published_item configuration item.2008-04-10, by Ralph Meijer
-
Guard against missing config for sending last published item on subscription.2008-04-10, by Ralph Meijer
-
Send last published item on subscription if node is so configured.2008-04-10, by Ralph Meijer
-
Add HTTP gateway in a separate plugin.2008-04-10, by Ralph Meijer
-
Move around service setup.2008-04-09, by Ralph Meijer
-
Make test backend consistent with interface.2008-04-09, by Ralph Meijer
-
Send out node deletion notifications.2008-04-09, by Ralph Meijer
-
Make node type part of node configuration.2008-04-09, by Ralph Meijer
-
Fix Backend's getNodeInfo so that it properly adds its errback.2008-01-15, by Ralph Meijer
-
Reply with the correct error condition on subscription when not subscribed.2008-01-03, by Ralph Meijer
-
Provide twistd parameters for connecting to a remote PostgreSQL database.2007-10-09, by Ralph Meijer
-
Fix typos in service creation. Make disco not respond when a resource is provided.2007-10-04, by Ralph Meijer
-
Fix use of uuid module now shipping with Python 2.5.2007-10-03, by Ralph Meijer
-
Move protocol implementations (pubsub, disco, forms) to and depend on wokkel.2007-10-03, by Ralph Meijer
-
Oh, and fix README. Really release 0.6.0.2007-01-18, by Ralph Meijer
-
Release 0.6.0.2007-01-18, by Ralph Meijer
-
Make imports work with Twisted 0.5.0.2007-01-18, by Ralph Meijer
-
Add --dbpass option for passing a password to the PostgreSQL backend.2006-09-07, by Ralph Meijer
-
Comply with the access model 'open'.2006-09-06, by Ralph Meijer
-
Bring NEWS in line with previous commit.2006-09-06, by Ralph Meijer
-
update tags2009-06-18, by convert-repo
-
Rework error handling, depend on Twisted Words 0.4.0.2006-09-06, by Ralph Meijer
-
Fix tests to work with current Twisted. Really do 0.5.0 release.2006-08-28, by Ralph Meijer
-
Fix spacing errors. Do 0.5.0 release.2006-08-28, by Ralph Meijer
-
Work towards first release 0.5.0.2006-08-21, by Ralph Meijer
-
Update README and fix typo.2006-06-29, by Ralph Meijer
-
Work towards JEP-0060 1.82006-05-06, by Ralph Meijer
-
Update to Twisted Words 0.3.0.2005-12-06, by Ralph Meijer
-
Add comments about uuid.py and the required Twisted modules.2005-10-05, by Ralph Meijer
-
Use uuid.py module [1] for generating unique id's for nodes and items.2005-10-04, by Ralph Meijer
-
Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.2005-08-31, by Ralph Meijer
-
Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.2005-08-31, by Ralph Meijer
-
Changed Data Forms implementation to support all field types and2005-07-29, by Ralph Meijer
-
Change semantics of Node.is_subscribed() to match all subscriptions for an2005-07-29, by Ralph Meijer
-
Add get_affiliations to Node class in storage facilities in preparation of2005-07-14, by Ralph Meijer
-
Fixed typo. Reported by Herman Li.2005-07-12, by Ralph Meijer
-
Initial revision2005-07-12, by Ralph Meijer
-
Changed behaviour of retraction of items so that only the actually deleted2005-07-12, by Ralph Meijer
-
Don't break on non-element childs.2005-06-14, by Ralph Meijer
-
Revert changes to error handling into disco calls.2005-04-27, by Ralph Meijer
-
Follow API change in Twisted Xish, while still being compatible with2005-04-27, by Ralph Meijer
-
Actually test whether the item was indeed stored.2005-04-25, by Ralph Meijer
-
Discover client_encoding parameter to pyPgSQL.2005-04-25, by Ralph Meijer
-
Discover client_encoding parameter to pyPgSQL, removing all encode() calls.2005-04-25, by Ralph Meijer
-
Replaced by generic_backend.py and *storage.py2005-04-24, by Ralph Meijer
-
Add a number of discovery features.2005-04-24, by Ralph Meijer
-
Update to current state.2005-04-24, by Ralph Meijer
-
New requirements.2005-04-24, by Ralph Meijer
-
Add test cases for LeafNodes.2005-04-24, by Ralph Meijer
-
Follow API change in backend.2005-04-24, by Ralph Meijer
-
Fix some typos.2005-04-24, by Ralph Meijer
-
Add more documentation.2005-04-24, by Ralph Meijer
-
Don't use encode('utf-8') on serialized XML.2005-04-24, by Ralph Meijer
-
Don't return anything when removing items, and raise exception when an item2005-04-24, by Ralph Meijer
-
Add documentation to set_configuration().2005-04-12, by Ralph Meijer
-
Change Node.set_configuration() to set cached configuration in a callback.2005-04-12, by Ralph Meijer
-
Add tests for all Node methods.2005-04-12, by Ralph Meijer
-
Changed to adapt to new API of backend's add_subscription.2005-04-12, by Ralph Meijer
-
Add Node._check_node_exists() calls to all Node methods, because nodes could2005-04-12, by Ralph Meijer
-
Change Node.add_subscription() to return a Failure when a subscription already2005-04-12, by Ralph Meijer
-
Added SubscriptionNotFound and SubscriptionExists errors.2005-04-12, by Ralph Meijer
-
Change storage.INode.add_subscription() to return a Failure when a subscription2005-04-12, by Ralph Meijer
-
Added test cases for a few of the Node methods.2005-04-08, by Ralph Meijer
-
Added more documentation.2005-04-08, by Ralph Meijer
-
Changed default configuration.2005-04-08, by Ralph Meijer
-
Initial revision.2005-04-08, by Ralph Meijer
-
Fix interpretations of JIDs.2005-04-08, by Ralph Meijer
-
Fix interpretation of JIDs.2005-04-08, by Ralph Meijer
-
Add documentation.2005-04-08, by Ralph Meijer
-
Use storage.2005-04-08, by Ralph Meijer
-
Use storage.2005-04-08, by Ralph Meijer
-
Moved two errors to storage.py.2005-04-08, by Ralph Meijer
-
Initial revision.2005-04-08, by Ralph Meijer
-
Also move from twisted.python.components to zope.interface.Interface2005-04-08, by Ralph Meijer
-
Move to Twisted 2.0.2005-04-08, by Ralph Meijer
-
Fix location of errback.2005-04-08, by Ralph Meijer
-
Fix configuration option names to match the names in backend.py.2005-01-02, by Ralph Meijer
-
Fix bug in how errors are handled in disco info request.2005-01-02, by Ralph Meijer
-
Added support for disco info meta data.2005-01-02, by Ralph Meijer
-
Initial revision2005-01-02, by Ralph Meijer
-
Include comment about xmpp_stringprep.py addition to Twisted.2004-12-01, by Ralph Meijer
-
Removed debugging junk2004-11-24, by Ralph Meijer
-
Enable admin to hide all nodes when the service is queried using disco items.2004-11-23, by Ralph Meijer
-
Announce pubsub#delete-any feature.2004-11-23, by Ralph Meijer
-
Merge from RELENG_0: Implemented node configuration.2004-11-23, by Ralph Meijer
-
Remove hardcoded nodes.2004-11-17, by Ralph Meijer
-
Ignore unsupported configure and option elements.2004-11-17, by Ralph Meijer
-
Consume errors in DeferredLists.2004-11-17, by Ralph Meijer
-
Use NodeDeletionService for the pgsql backend.2004-11-17, by Ralph Meijer
-
Implement node purging and node deletion.2004-11-17, by Ralph Meijer
-
Merge from RELENG_0: Fix bug in handling uncaught exceptions.2004-11-16, by Ralph Meijer
-
Long needed update.2004-11-16, by Ralph Meijer
-
Initial revision2004-11-16, by Ralph Meijer
-
Added note about missing disco features2004-11-09, by Ralph Meijer
-
Implement node retraction, with storage support for pgsql.2004-11-09, by Ralph Meijer
-
Implement instant nodes.2004-11-09, by Ralph Meijer
-
Fix handling of node creation.2004-11-09, by Ralph Meijer
-
Enable ItemRetrievalService for pgsql backend.2004-11-09, by Ralph Meijer
-
Implemented ComponentServiceToItemRetrievalService.2004-11-09, by Ralph Meijer
-
Implemented ItemRetrievalService.2004-11-09, by Ralph Meijer
-
Added note on max_items attribute.2004-11-09, by Ralph Meijer
-
Fixed bug in LogService with non-ascii chars.2004-11-08, by Ralph Meijer
-
Introduced date field in items table.2004-11-08, by Ralph Meijer
-
Added -v (--verbose) flag to print out all traffic.2004-11-08, by Ralph Meijer
-
Enable AffiliationsService for memory backend, too.2004-11-07, by Ralph Meijer