2005-04-08 |
Ralph Meijer |
Fix interpretation of JIDs.
|
2005-04-08 |
Ralph Meijer |
Add documentation.
|
2005-04-08 |
Ralph Meijer |
Use storage.
|
2005-04-08 |
Ralph Meijer |
Use storage.
|
2005-04-08 |
Ralph Meijer |
Moved two errors to storage.py.
|
2005-04-08 |
Ralph Meijer |
Initial revision.
|
2005-04-08 |
Ralph Meijer |
Also move from twisted.python.components to zope.interface.Interface
|
2005-04-08 |
Ralph Meijer |
Move to Twisted 2.0.
|
2005-04-08 |
Ralph Meijer |
Fix location of errback.
|
2005-01-02 |
Ralph Meijer |
Fix configuration option names to match the names in backend.py.
|
2005-01-02 |
Ralph Meijer |
Fix bug in how errors are handled in disco info request.
|
2005-01-02 |
Ralph Meijer |
Added support for disco info meta data.
|
2005-01-02 |
Ralph Meijer |
Initial revision
|
2004-12-01 |
Ralph Meijer |
Include comment about xmpp_stringprep.py addition to Twisted.
|
2004-11-24 |
Ralph Meijer |
Removed debugging junk
|
2004-11-23 |
Ralph Meijer |
Enable admin to hide all nodes when the service is queried using disco items.
|
2004-11-23 |
Ralph Meijer |
Announce pubsub#delete-any feature.
|
2004-11-23 |
Ralph Meijer |
Merge from RELENG_0: Implemented node configuration.
|
2004-11-17 |
Ralph Meijer |
Remove hardcoded nodes.
|
2004-11-17 |
Ralph Meijer |
Ignore unsupported configure and option elements.
|
2004-11-17 |
Ralph Meijer |
Consume errors in DeferredLists.
|
2004-11-17 |
Ralph Meijer |
Use NodeDeletionService for the pgsql backend.
|
2004-11-17 |
Ralph Meijer |
Implement node purging and node deletion.
|
2004-11-16 |
Ralph Meijer |
Merge from RELENG_0: Fix bug in handling uncaught exceptions.
|
2004-11-16 |
Ralph Meijer |
Long needed update.
|
2004-11-16 |
Ralph Meijer |
Initial revision
|
2004-11-09 |
Ralph Meijer |
Added note about missing disco features
|
2004-11-09 |
Ralph Meijer |
Implement node retraction, with storage support for pgsql.
|
2004-11-09 |
Ralph Meijer |
Implement instant nodes.
|
2004-11-09 |
Ralph Meijer |
Fix handling of node creation.
|
2004-11-09 |
Ralph Meijer |
Enable ItemRetrievalService for pgsql backend.
|
2004-11-09 |
Ralph Meijer |
Implemented ComponentServiceToItemRetrievalService.
|
2004-11-09 |
Ralph Meijer |
Implemented ItemRetrievalService.
|
2004-11-09 |
Ralph Meijer |
Added note on max_items attribute.
|
2004-11-08 |
Ralph Meijer |
Fixed bug in LogService with non-ascii chars.
|
2004-11-08 |
Ralph Meijer |
Introduced date field in items table.
|
2004-11-08 |
Ralph Meijer |
Added -v (--verbose) flag to print out all traffic.
|
2004-11-07 |
Ralph Meijer |
Enable AffiliationsService for memory backend, too.
|
2004-11-07 |
Ralph Meijer |
Add get_affiliations(), get_subscriptions(), get_node_type() and get_nodes()
|
2004-11-07 |
Ralph Meijer |
Reworked disco support.
|
2004-11-07 |
Ralph Meijer |
Added get_nodes() to BackendService.
|
2004-11-07 |
Ralph Meijer |
Added get_nodes() to Storage.
|
2004-11-07 |
Ralph Meijer |
Added node on meta-data.
|
2004-11-07 |
Ralph Meijer |
Initial revision
|
2004-11-06 |
Ralph Meijer |
Return deferreds from getFeatures() and getIdentities().
|
2004-11-06 |
Ralph Meijer |
Made returning disco info use deferreds.
|
2004-11-06 |
Ralph Meijer |
Add get_node_type() to Storage.
|
2004-11-06 |
Ralph Meijer |
Add get_node_type() to BackendService.
|
2004-11-06 |
Ralph Meijer |
Add note about incorrect text in section 8.1.7 of JEP-0060.
|
2004-11-06 |
Ralph Meijer |
Setup AffiliationsService and matching protocol adapter for the pgsql
|
2004-11-06 |
Ralph Meijer |
Add get_affiliations() and get_subscriptions() to Storage.
|
2004-11-06 |
Ralph Meijer |
Implement AffiliationsService.
|
2004-11-06 |
Ralph Meijer |
Implement retrieving affiliations.
|
2004-11-06 |
Ralph Meijer |
Use jid.JIDs everywhere in the backend.
|
2004-11-06 |
Ralph Meijer |
Return support for the pubsub#subscribe feature.
|
2004-11-05 |
Ralph Meijer |
Use NodeCreationService for pgsql backend, too.
|
2004-11-05 |
Ralph Meijer |
Match backend's supported_*() methods in getFeatures() of ComponentServiceFromService.
|
2004-11-05 |
Ralph Meijer |
Implement create_node() in Storage.
|
2004-11-05 |
Ralph Meijer |
Make NodeCreationService a subclass of backend.NodeCreationService.
|
2004-11-05 |
Ralph Meijer |
Implement NodeCreationService, using the create_node() method of Storage.
|