Mercurial > libervia-pubsub
graph
-
db: renamed update files following global renaming2021-10-15, by Goffi
-
backend: restored `--hide-nodes` effect2021-10-15, by Goffi
-
privilege: improvment on last message sending on presence with `+notify`:2021-10-15, by Goffi
-
privilege: add server JID to `publisher` so `+notify` works with it:2021-10-15, by Goffi
-
backend: fix node creation permission check for PEP2021-10-15, by Goffi
-
backend: new `server_jid` option:2021-10-15, by Goffi
-
backend, delegation: update to XEP-0355 v0.5 (namespace bump) + disco:2021-10-15, by Goffi
-
version handler name updated following global renaming2021-10-14, by Goffi
-
psql: use `created` colum to sort by creation:2021-09-30, by Goffi
-
psql: fix RSM requests handling:2021-09-30, by Goffi
-
backend: fix `delete` notification + add `purge` notification2021-08-02, by Goffi
-
psql: fix ordering by using windowed function `row_number`2021-08-02, by Goffi
-
backend: service name can now be specified with `service_name` parameter2021-07-02, by Goffi
-
backend: advertise RSM on disco2021-07-02, by Goffi
-
pgsql: fix items order:2021-06-06, by Goffi
-
pgsql: fix RSM before and after subqueries2021-04-22, by Goffi
-
mam: fix `page_max` calculation, thus `complete` attribute2021-04-22, by Goffi
-
pgsql: fix wrong version in schema2021-04-14, by Goffi
-
renaming following global Salut à Toi => Libervia renaming:2021-04-14, by Goffi
-
doc: update dev instruction, `requirements.txt` now launches `setup.py`2021-03-21, by Goffi
-
core: update conf file name following project renaming:2021-03-21, by Goffi
-
install (requirements): launch the setup script at the end of requirements2021-03-21, by Goffi
-
doc: add missing `pip install -e .`2021-03-19, by Goffi
-
doc: better dev version instructions + update2021-03-19, by Goffi
-
install: add `requriements.txt`2021-03-19, by Goffi
-
dates update2021-03-19, by Goffi
-
removed `sat_tmp.twisted` patches + update minimum Twisted version:2021-03-18, by Goffi
-
backend, pgsql: new `overwrite_policy` node setting:2021-02-27, by Goffi
-
backend: fixed item retractation notification2021-02-08, by Goffi
-
privilege: log error when `requestInfo` is failing2021-02-04, by Goffi
-
PostgreSQL: don't use `regconfig` and `GENERATED` column anymore2021-01-14, by Goffi
-
CHANGELOG: update2020-12-11, by Goffi
-
implentation of XEP-0346 (Form Discovery and Publishing):2020-12-11, by Goffi
-
Full-Text Search implementation:2020-12-11, by Goffi
-
pgsql: replaced ValueError by BadRequest:2020-12-10, by Goffi
-
environment variables can now be used to set options:2020-10-09, by Goffi
-
added "~/.config/sat" as search patch for config2020-09-13, by Goffi
-
doc: installation instructions corrections2020-09-13, by Goffi
-
psql: fixed use of default value for max items in `setConfiguration`2020-08-15, by Goffi
-
error: fixed NotLeafNodeError class definition2020-06-01, by Goffi
-
configuration: "max_items" option:2020-03-10, by Goffi
-
doc: remove python2 references + added a warning for `python setup.py install`2020-02-22, by Goffi
-
changelog: update2019-12-28, by Goffi
-
backend: publish-options implementation:2019-12-28, by Goffi
-
install sat_tmp's twisted patches for Python 3.8 compatibility2019-11-18, by Goffi
-
import sat/wokkel modules only when making service:2019-10-08, by Goffi
-
install (setup.py): updated setup.py for Python 32019-08-25, by Goffi
-
Python 3 port:2019-08-16, by Goffi
-
0.4 development starts2019-08-16, by Goffi
-
setup: fixed development status classifier2019-08-16, by Goffi
-
Added tag 0.3.0 for changeset 0861da6975b52019-08-16, by Goffi
-
doc (installation): update2019-08-16, by Goffi
-
CHANGELOG: update2019-08-16, by Goffi
-
README: updated "CREDITS" section2019-08-16, by Goffi
-
removed old code:2019-08-16, by Goffi
-
file organisation + setup refactoring:2019-08-16, by Goffi
-
doc: first draft2019-07-24, by Goffi
-
implemented experimental "consistent_publisher" option:2019-06-12, by Goffi
-
psql: use a set for categories, to avoid duplicates (and constraint failure)2019-05-23, by Goffi
-
mam: fixed confusion between twisted log.msg and log.warning used elsewhere2019-05-07, by Goffi
-
privilege: fill hash_map before jid_caps to avoid KeyError in getAutoSubscribers2019-05-07, by Goffi
-
mam: typo2019-05-06, by Goffi
-
mam: don't crash on missing <first> element in RSM on archive request2019-03-11, by Goffi
-
backend: fixed items data copy on notification2019-03-11, by Goffi
-
backend: fixed getOwnerRoster call in _prepareNotify2019-02-23, by Goffi
-
backend: fixed elements filtering in parseItemConfig2019-02-23, by Goffi
-
backend: fixed recursion error on getFullItem:2019-02-18, by Goffi
-
storage (pgsql): fixed storage of multiple items2019-02-15, by Goffi
-
backed: allow admins to overwritte any item2019-02-15, by Goffi
-
pubsub_admin: catch errors on publish, and send an iq error2019-02-15, by Goffi
-
storage (pgsql): fixed filtering in getItemsPublishers2019-02-15, by Goffi
-
backend: fixed items returned on publishing:2019-02-15, by Goffi
-
backend: allow admins to retract any item2019-02-15, by Goffi
-
0.3.0a1 release2019-02-06, by Goffi
-
use the new install() function of sat_tmp2019-01-16, by Goffi
-
dates update2019-01-16, by Goffi
-
CHANGELOG: update2019-01-13, by Goffi
-
pubsub_admin: Pubsub Admin experimental protocol first draft:2019-01-13, by Goffi
-
backend: items ids are returned in payload if not specified on publish2019-01-13, by Goffi
-
administrators entities:2019-01-13, by Goffi
-
mam: set "complete" attribute when suitable2019-01-12, by Goffi
-
backend: send a BadRequest if RSM max is negative2019-01-10, by Goffi
-
version + CHANGELOG update2019-01-06, by Goffi
-
implemented Order-By ProtoXEP (MAM + PubSub)2019-01-06, by Goffi
-
storage: changed items order:2019-01-03, by Goffi
-
fix paths in setup.py (sat_pubsub -> src)2018-03-04, by W. Martin Borgert
-
misc: removed now unused sat_pubsub.tac2018-06-27, by Goffi
-
README: added contribution links2018-06-27, by Goffi
-
fixes in setyp.py according to recent changed2018-03-02, by Goffi
-
config file + cleaning:2018-03-02, by Goffi
-
date update2018-01-26, by Goffi
-
backend, storage(pgsql): creation/update date + serial ids:2017-11-04, by Goffi
-
misc: date update (yes it's a bit late :p )2017-11-03, by Goffi
-
completed docstrings + use short notation for sets2017-11-03, by Arnaud Joset
-
added missing #publish-options in disco features2017-11-03, by Arnaud Joset
-
replaced sat.tmp by the new independent module sat_tmp2017-11-03, by Arnaud Joset
-
psql (schema): fixed bad semi-colon2017-10-13, by Goffi
-
psql (schema): fixed forgotten comma2017-10-11, by Goffi
-
fixed bad inlineCallbacks in checkNodeAffiliations2017-10-11, by Goffi
-
handle single node on subscriptions request2017-09-08, by Goffi
-
pgsql: fixed bad data filling in getItemsData:2017-09-08, by Goffi
-
backend: fixed subscription, PEP was not handled correctly2017-09-08, by Goffi
-
backend: added "presence" access_model:2017-09-08, by Goffi
-
backend: enforce schema on get/publish and notifications2017-09-08, by Goffi
-
schema: node schema implementation2017-09-08, by Goffi
-
pgsql: cast items.data to text when needed + db schema version bump.2017-09-08, by Goffi
-
sql (PostgreSQL): schema update:2017-09-08, by Goffi
-
backend: check nodes/items permission on disco#items:2017-08-27, by Goffi
-
pgsql: fixed _getItems call2017-08-23, by Goffi
-
implemented disco items:2017-08-23, by Goffi
-
raise NotImplementedError if memory backend is used2017-08-20, by Goffi
-
backend, psql: implemented notifications for auto subscribers in PEP:2017-08-20, by Goffi
-
privilege: fixed addition of owner to publishers in onPresence2017-08-20, by Goffi
-
backend, pgsql: implemented subscriptionsGet and subscriptionsSet2017-08-20, by Goffi
-
backend (notifications): avoid useless database request in getNotifications2017-08-20, by Goffi
-
privilege: added presence and +notify initial support:2017-08-12, by Goffi
-
fixed parseItemConfig (was iterating on children instead of elements)2017-08-12, by Goffi
-
mam: fixed call to getItemsData where requestor was missing2017-06-25, by Goffi
-
delegation: use same disco for all pubsub namespaces2017-06-03, by Goffi
-
fixed getOwners call in _prepareNotify2017-06-03, by Goffi
-
affiliations XMPP handling:2017-03-26, by Goffi
-
backend, pgsql storage: better items/notification handling, various fixes:2017-03-26, by Goffi
-
PostGreSQL: schema update:2017-03-26, by Goffi
-
fixed database config : None values can't be used anymore2017-03-03, by Goffi
-
updated INSTALL file2016-03-09, by Goffi
-
update INSTALL file, we don't use remote roster anymore2016-03-04, by souliane
-
pgsql storage: getItemsIndex raise NodeNotFound in this make sense2016-01-08, by Goffi
-
mam: added filtering by category2016-01-07, by Goffi
-
mam: various improvments:2016-01-05, by Goffi
-
pgsql storage: use item_id instead of date to order and select items2016-01-03, by Goffi
-
RSM improvments/refactoring:2016-01-03, by Goffi
-
new container module, with an ItemData container:2016-01-03, by Goffi
-
mam: minor improvments (module import and some checks)2016-01-03, by Goffi
-
backend (rsm): replaced setattr use by methods for better performances2016-01-03, by Goffi
-
removed reference to sat.tmp.delay as it is not used anymore2016-01-03, by Goffi
-
fixed copyright put in docstring instead of comments2016-01-03, by Goffi
-
copyright update2016-01-03, by Goffi
-
fixed publisher check on item publishing2015-12-18, by Goffi
-
tags harmonisation2015-12-07, by Goffi
-
Added tag 0.2.0 for changeset 642dffb9d6f12015-12-07, by Goffi
-
log the owner JID when roster request failed2015-11-26, by souliane
-
sat_pubsub_update_0_1.sql now also updates comment nodes2015-12-01, by Goffi
-
fixed item_data issues after introduction of ItemData namedtuple2015-11-25, by Goffi
-
categories are now stored in a dedicated table if item contain an atom entry:2015-11-25, by Goffi
-
cleaner parseItemConfig2015-11-25, by Goffi
-
item publisher is enforced2015-11-25, by Goffi
-
fixed _getNodeGroups call2015-11-24, by Goffi
-
fixes behavior when maxItems is 02015-09-10, by souliane
-
backend: fixes RSM for "unrestricted" mode2015-09-10, by souliane
-
fixed bad queries in pubsub.sql file2015-08-20, by Goffi
-
PEP implementation, draft (huge patch sorry):2015-08-15, by Goffi
-
privilege: added methods to send privileged messages and notifications2015-08-15, by Goffi
-
delegation: delegated stanza are tracked2015-08-15, by Goffi
-
delegation: iq forwarded management:2015-05-04, by Goffi
-
backend: fixed a crash when there is no RSM in request2015-05-04, by Goffi
-
mod delegation: extensions management (XEP-0128)2015-04-17, by Goffi
-
namespace delegation: disco nesting management2015-04-17, by Goffi
-
CHANGELOG update2015-03-31, by Goffi
-
2015 copyright dates update2015-03-30, by Goffi
-
actually retrieve the MAM messages2015-01-15, by souliane
-
fixes the imports from sat.tmp2015-01-14, by souliane
-
MAM (XEP-0313) support: first draft2015-01-09, by souliane
-
fix RSM support regarding last tmp.wokkel changes2015-01-09, by souliane
-
implements RSM (XEP-0059)2014-10-13, by souliane
-
use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkel2014-12-15, by souliane
-
Fix getPageWithFactory2013-08-01, by Christopher Zorn
-
Fix checking for malformed XMPP URI in DeleteResource.2013-10-07, by Ralph Meijer
-
Use twisted.web instead of web2, initial tests.2013-01-20, by Ralph Meijer
-
SàT PubSub 0.1.1 released2014-09-09, by Goffi
-
pgsql_backend unicode fix: parseXml was expecting str and getting unicode 0.1.12014-08-13, by Goffi
-
fixed unicode handling with psycopg22014-08-13, by Goffi
-
misc: description in setup.py2014-08-13, by Goffi
-
fix unicodes issues in twisted plugin2014-06-12, by souliane
-
SàT PubSub 0.1.0 released2014-02-26, by Goffi
-
packaging for release2014-02-22, by souliane
-
fixed node auto-create feature2013-12-05, by souliane
-
fixed notifications (a key was missing in data in some cases)2013-06-16, by Goffi
-
publish model management2013-05-05, by Goffi
-
node "roster" access model management2013-05-05, by Goffi
-
removed notifications when no items are allowed for an entity2013-04-28, by Goffi
-
fixed access check (getItems/notifications)2013-04-28, by Goffi
-
Fixed getItems for roster access items when the subscriber is not owner of the node.2013-04-17, by Goffi
-
copyright update2013-04-08, by Goffi
-
minimum required wokkel version is now 0.7.12013-02-25, by Goffi
-
update to fix broken RemoteRoster after Wokkel 0.7.1 changes2013-02-25, by Goffi
-
full items, with item-configuration, are returned if items are asked by the owner2012-11-01, by Goffi
-
owner is now notified of items published2012-10-22, by Goffi
-
fine tuning per-item permissions2012-06-24, by Goffi
-
item are gotten according to item's access model in getItems2012-06-03, by Goffi
-
fixed getItems select in pgsql_storage2012-05-30, by Goffi
-
default backend value is now pgsql2012-05-30, by Goffi
-
allowed groups from item_config are now stored2012-05-30, by Goffi
-
item access_model (not finished)2012-05-29, by Goffi
-
added experimental roster access_model (use remote_roster)2012-05-27, by Goffi
-
remote roster partial support2012-05-27, by Goffi
-
changed version handler to SàT Pubsub2012-05-26, by Goffi
-
added access_model to config, default to 'open'2012-05-22, by Goffi
-
fixed setup.py and twistd plugin file2012-05-19, by Goffi
-
fixed tests2012-05-18, by Goffi
-
added creator check support2012-05-17, by Goffi
-
renamed service to « Salut à Toi pubsub service »2012-05-17, by Goffi
-
fixed Ralph Meijer copyright years (last commit was in 2011, not in 2009)2012-05-16, by Goffi
-
replaced idavoll imports by sat_pubsub imports2012-05-16, by Goffi
-
sublicensed under AGPL V32012-05-16, by Goffi
-
renamed idavoll directory to sat_pubsub2012-05-17, by Goffi
-
added .hgignore2012-05-10, by Goffi
-
renamed idavoll.tac to sat_pubsub.tac2012-05-10, by Goffi
-
tac file sample2012-05-10, by Goffi
-
added auto-create support2012-05-10, by Goffi
-
Replaced unmaintained pyPgSQL by Psycopg 22012-05-16, by Goffi
-
Always use the bare JID for affilitations.2011-02-13, by Ralph Meijer
-
Include example in packages.2011-02-13, by Ralph Meijer
-
Upon gateway subscription to the root node, don't retrieve items.2011-02-13, by Ralph Meijer
-
Oh, it's 2010 already?2010-10-16, by Ralph Meijer
-
Reshape Idavoll as a PubSubResource.2010-10-16, by Ralph Meijer
-
Make a copy of the config to prevent later modification.2010-10-16, by Ralph Meijer
-
Add tests for subscription and unsubscription JID checks in [53d2c0019458].2010-10-16, by Ralph Meijer
-
Make the PostgreSQL ConnectionPool only once for all unit tests.2010-10-16, by Ralph Meijer
-
Fix wrong use of configuration variables for pgsql db initialization.2009-10-14, by Ralph Meijer
-
Release Idavoll 0.9.1.2009-09-07, by Ralph Meijer
-
Fix subscription and unsubscription JID checks.2009-09-03, by Ralph Meijer
-
Remove debugging prints.2009-06-18, by Ralph Meijer
-
Make 204 responses not result in failure.2009-06-18, by Ralph Meijer
-
Actually log requests if verbose.2009-06-18, by Ralph Meijer
-
These files also belong to the Idavoll 0.9.0 release.2009-04-08, by Ralph Meijer
-
Release Idavoll 0.9.0.2009-04-08, by Ralph Meijer
-
Fix error reporting for older Python versions.2009-01-30, by Ralph Meijer
-
Add support for node deletion with redirect.2009-01-30, by Ralph Meijer
-
Commit 0.8.1 release to SVN.2008-09-09, by Ralph Meijer
-
Release Idavoll 0.8.0.2008-08-05, by Ralph Meijer
-
Implement root collection that includes all leaf nodes.2008-08-04, by Ralph Meijer
-
Adjust node configuration to match wokkel API changes.2008-08-04, by Ralph Meijer
-
Implement storage facilities for the HTTP gateway.2008-07-16, by Ralph Meijer
-
Match wokkel API change for PubSubClient.2008-07-14, by Ralph Meijer
-
Use `domish.Element`s to represent items, instead of serialized XML.2008-06-25, by Ralph Meijer
-
Make sure that item elements lose their namespace before storage, notification.2008-06-24, by Ralph Meijer
-
Epytext fixes.2008-06-10, by Ralph Meijer
-
Adjust spacing to match Twisted's.2008-06-10, by Ralph Meijer
-
Change naming and spacing conventions to match Twisted's.2008-06-10, by Ralph Meijer
-
update tags2009-06-18, by convert-repo
-
Return deferreds on failure, instead of raising exceptions.2008-06-10, by Ralph Meijer
-
Check in missing file, also part of Idavoll 0.7.3.2008-05-30, by Ralph Meijer
-
Release Idavoll 0.7.3.2008-05-30, by Ralph Meijer
-
Use ServiceMaker to setup twistd plugins, if available.2008-05-30, by Ralph Meijer
-
Return proper HTTP status codes on failed un-/subscription.2008-05-17, by Ralph Meijer
-
Make sure optional PostgreSQL connect parameters are passed as None, require2008-05-17, by Ralph Meijer
-
Released Idavoll 0.7.0.2008-04-22, by Ralph Meijer
-
Fix syntax errors in database schema.2008-04-22, by Ralph Meijer
-
Make sure second subscribers through HTTP also get a notification of the2008-04-17, by Ralph Meijer
-
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
-
Add get_affiliations(), get_subscriptions(), get_node_type() and get_nodes()2004-11-07, by Ralph Meijer
-
Reworked disco support.2004-11-07, by Ralph Meijer
-
Added get_nodes() to BackendService.2004-11-07, by Ralph Meijer
-
Added get_nodes() to Storage.2004-11-07, by Ralph Meijer
-
Added node on meta-data.2004-11-07, by Ralph Meijer
-
Initial revision2004-11-07, by Ralph Meijer
-
Return deferreds from getFeatures() and getIdentities().2004-11-06, by Ralph Meijer
-
Made returning disco info use deferreds.2004-11-06, by Ralph Meijer
-
Add get_node_type() to Storage.2004-11-06, by Ralph Meijer
-
Add get_node_type() to BackendService.2004-11-06, by Ralph Meijer
-
Add note about incorrect text in section 8.1.7 of JEP-0060.2004-11-06, by Ralph Meijer
-
Setup AffiliationsService and matching protocol adapter for the pgsql2004-11-06, by Ralph Meijer
-
Add get_affiliations() and get_subscriptions() to Storage.2004-11-06, by Ralph Meijer
-
Implement AffiliationsService.2004-11-06, by Ralph Meijer
-
Implement retrieving affiliations.2004-11-06, by Ralph Meijer
-
Use jid.JIDs everywhere in the backend.2004-11-06, by Ralph Meijer
-
Return support for the pubsub#subscribe feature.2004-11-06, by Ralph Meijer
-
Use NodeCreationService for pgsql backend, too.2004-11-05, by Ralph Meijer
-
Match backend's supported_*() methods in getFeatures() of ComponentServiceFromService.2004-11-05, by Ralph Meijer
-
Implement create_node() in Storage.2004-11-05, by Ralph Meijer
-
Make NodeCreationService a subclass of backend.NodeCreationService.2004-11-05, by Ralph Meijer
-
Implement NodeCreationService, using the create_node() method of Storage.2004-11-05, by Ralph Meijer
-
Use ISubscriptionService support of PostgreSQL backend.2004-11-03, by Ralph Meijer
-
Added node existance checks.2004-11-03, by Ralph Meijer
-
Implement add_subscription() and remove_subscription() for Storage, remove2004-11-03, by Ralph Meijer
-
Implement SubscriptionService with separate storage.2004-11-03, by Ralph Meijer
-
Check for malformed subscription request.2004-11-03, by Ralph Meijer
-
Check for malformed unsubscribe request.2004-11-03, by Ralph Meijer
-
Redefined several classes as subclasses of the implementations in backend.py.2004-11-03, by Ralph Meijer
-
Redefine backend classes as subclass of the implementations in backend.py.2004-11-03, by Ralph Meijer
-
Removed IPersistenceService, this is a feature of the storage facility.2004-11-03, by Ralph Meijer
-
Moved common stuff out of pgsql_backend.py to backend.py.2004-11-01, by Ralph Meijer
-
Make choice of backend an option to mktap. This includes the database2004-10-31, by Ralph Meijer
-
Rewrite using separated backend interfaces. The backend also uses a separate2004-10-31, by Ralph Meijer
-
Moved get_supported_affiliations() to super class.2004-10-31, by Ralph Meijer
-
Added get_supported_affiliations() to BackendService.2004-10-31, by Ralph Meijer
-
Change exception classes to include stanza error.2004-10-31, by Ralph Meijer
-
Fix get_notification_list() to only return JIDs for subscriptions in the2004-10-31, by Ralph Meijer
-
More issues.2004-10-31, by Ralph Meijer
-
Remove erroneous second invocation of NotificationService and matching2004-10-31, by Ralph Meijer
-
Remove nonsense message.2004-10-31, by Ralph Meijer
-
Few more notes2004-10-26, by Ralph Meijer
-
Fire up several component.IServices that match the backend Services.2004-10-26, by Ralph Meijer
-
Split up implementation in several Services that match the division2004-10-26, by Ralph Meijer
-
Recode backend to match interaces: one big Service that handles everything2004-10-26, by Ralph Meijer
-
Define interfaces of blocks of functionality.2004-10-26, by Ralph Meijer
-
Initial revision2004-10-18, by Ralph Meijer
-
Initial revision2004-10-17, by Ralph Meijer
-
Follow move of memory backend.2004-10-17, by Ralph Meijer
-
Bugfix: use 'event' element instead of 'x' for notifications.2004-10-17, by Ralph Meijer
-
Moved memory backend to its own file.2004-10-17, by Ralph Meijer
-
Simplify call chain by mapping incoming requests directly to method2004-10-07, by Ralph Meijer
-
Initial revision2004-10-06, by Ralph Meijer
-
Implemented node creation.2004-10-06, by Ralph Meijer
-
Added two exceptions: NoInstantNodes and NodeExists.2004-10-06, by Ralph Meijer
-
Added two errors2004-10-06, by Ralph Meijer
-
Small code cleanups2004-08-30, by Ralph Meijer
-
Fixed small oddity in disco code.2004-07-26, by Ralph Meijer
-
Implemented basic subscribing.2004-07-17, by Ralph Meijer
-
Redone memory storage of nodes.2004-07-17, by Ralph Meijer
-
Send service-unavailable for unknown iq child namespaces2004-07-17, by Ralph Meijer
-
Added two errors2004-07-17, by Ralph Meijer
-
Return implemented features2004-07-09, by Ralph Meijer
-
Don't return disco#info, that's silly.2004-07-09, by Ralph Meijer
-
Initial revision2004-07-09, by Ralph Meijer
-
Add disco support.2004-07-01, by Ralph Meijer
-
Add disco support2004-07-01, by Ralph Meijer
-
Implemented fallback for feature-not-implemented.2004-06-27, by Ralph Meijer
-
Code cleanup2004-06-27, by Ralph Meijer
-
Added PayloadExpected and NoPayloadAllowed exceptions.2004-06-27, by Ralph Meijer
-
Allow publication of more than 1 item.2004-06-27, by Ralph Meijer
-
Added bad-request error.2004-06-27, by Ralph Meijer
-
First take at notifications2004-06-25, by Ralph Meijer
-
Initial revision2004-06-23, by Ralph Meijer
-
New repository initialized by cvs2svn.2004-06-23, by unknown