log

age author description
2015-08-15 Goffi privilege: added methods to send privileged messages and notifications
2015-08-15 Goffi delegation: delegated stanza are tracked
2015-05-04 Goffi delegation: iq forwarded management:
2015-05-04 Goffi backend: fixed a crash when there is no RSM in request
2015-04-17 Goffi mod delegation: extensions management (XEP-0128)
2015-04-17 Goffi namespace delegation: disco nesting management
2015-04-16 Goffi implementation of XEP-0355 (Namespace Delegation) to use SàT Pubsub as PEP service, first draft
2015-04-13 Goffi updated old docstring (privilege is actually a new (2015) module not derivated from idavoll)
2015-03-31 Goffi replaced former roster dirty hack by a XEP-0356 first draft implementation, only roster get is implemented so far
2015-03-31 Goffi CHANGELOG update
2015-03-30 Goffi 2015 copyright dates update
2015-01-15 souliane actually retrieve the MAM messages
2015-01-14 souliane fixes the imports from sat.tmp
2015-01-09 souliane MAM (XEP-0313) support: first draft
2015-01-09 souliane fix RSM support regarding last tmp.wokkel changes
2014-10-13 souliane implements RSM (XEP-0059)
2014-12-15 souliane use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkel
2014-10-13 souliane import changes from idavoll changeset 233 (24be3a11ddbc), by Ralph Meijer and based on a patch by Nuno Santos
2013-08-01 Christopher Zorn Fix getPageWithFactory
2013-10-07 Ralph Meijer Fix checking for malformed XMPP URI in DeleteResource.
2013-01-20 Ralph Meijer Use twisted.web instead of web2, initial tests.
2014-09-09 Goffi SàT PubSub 0.1.1 released
2014-08-13 Goffi pgsql_backend unicode fix: parseXml was expecting str and getting unicode 0.1.1
2014-08-13 Goffi fixed unicode handling with psycopg2
2014-08-13 Goffi misc: description in setup.py
2014-06-12 souliane fix unicodes issues in twisted plugin
2014-02-26 Goffi SàT PubSub 0.1.0 released
2014-02-22 souliane fix the backend and storage tests 0.1.0
2014-02-22 souliane fix the method signatures of iidavoll.ILeafNode and memory_storage.LeafNode according to pgsql_storage.LeafNode
2014-02-22 souliane packaging for release
2014-02-21 souliane added the constant FLAG_RETRACT_ALLOW_PUBLISHER to allow a publisher to retract an item he has published in a node of "open" publish model.
2013-12-05 souliane fixed node auto-create feature
2013-06-16 Goffi fixed notifications (a key was missing in data in some cases)
2013-05-05 Goffi publish model management
2013-05-05 Goffi node "roster" access model management
2013-04-28 Goffi removed notifications when no items are allowed for an entity
2013-04-28 Goffi fixed access check (getItems/notifications)
2013-04-17 Goffi Fixed getItems for roster access items when the subscriber is not owner of the node.
2013-04-08 Goffi copyright update
2013-02-25 Goffi minimum required wokkel version is now 0.7.1
2013-02-25 Goffi update to fix broken RemoteRoster after Wokkel 0.7.1 changes
2012-11-01 Goffi full items, with item-configuration, are returned if items are asked by the owner
2012-10-22 Goffi owner is now notified of items published
2012-06-24 Goffi fine tuning per-item permissions
2012-06-08 Goffi fixed getItems when there are not authorized_groups + fixed default value for StoreItem
2012-06-03 Goffi item are gotten according to item's access model in getItems
2012-05-30 Goffi fixed getItems select in pgsql_storage
2012-05-30 Goffi default backend value is now pgsql
2012-05-30 Goffi allowed groups from item_config are now stored
2012-05-29 Goffi item access_model (not finished)
2012-05-27 Goffi added experimental roster access_model (use remote_roster)
2012-05-27 Goffi remote roster partial support
2012-05-26 Goffi changed version handler to SàT Pubsub
2012-05-22 Goffi added access_model to config, default to 'open'
2012-05-19 Goffi fixed setup.py and twistd plugin file
2012-05-18 Goffi fixed tests
2012-05-17 Goffi added creator check support
2012-05-17 Goffi renamed service to « Salut à Toi pubsub service »
2012-05-16 Goffi fixed Ralph Meijer copyright years (last commit was in 2011, not in 2009)
2012-05-16 Goffi replaced idavoll imports by sat_pubsub imports
2012-05-16 Goffi sublicensed under AGPL V3
2012-05-17 Goffi renamed idavoll directory to sat_pubsub
2012-05-10 Goffi added .hgignore
2012-05-10 Goffi renamed idavoll.tac to sat_pubsub.tac
2012-05-10 Goffi tac file sample
2012-05-10 Goffi added auto-create support
2012-05-16 Goffi Replaced unmaintained pyPgSQL by Psycopg 2
2011-02-13 Ralph Meijer Always use the bare JID for affilitations.
2011-02-13 Ralph Meijer Include example in packages.
2011-02-13 Ralph Meijer Upon gateway subscription to the root node, don't retrieve items.
2010-10-16 Ralph Meijer Oh, it's 2010 already?
2010-10-16 Ralph Meijer Reshape Idavoll as a PubSubResource.
2010-10-16 Ralph Meijer Make a copy of the config to prevent later modification.
2010-10-16 Ralph Meijer Add tests for subscription and unsubscription JID checks in [53d2c0019458].
2010-10-16 Ralph Meijer Make the PostgreSQL ConnectionPool only once for all unit tests.
2009-10-14 Ralph Meijer Fix wrong use of configuration variables for pgsql db initialization.
2009-09-07 Ralph Meijer Release Idavoll 0.9.1.
2009-09-03 Ralph Meijer Fix subscription and unsubscription JID checks.
2009-06-18 Ralph Meijer Remove debugging prints.
2009-06-18 Ralph Meijer Make 204 responses not result in failure.
2009-06-18 Ralph Meijer Actually log requests if verbose.
2009-04-08 Ralph Meijer These files also belong to the Idavoll 0.9.0 release.
2009-04-08 Ralph Meijer Release Idavoll 0.9.0.
2009-01-30 Ralph Meijer Fix error reporting for older Python versions.
2009-01-30 Ralph Meijer Add support for node deletion with redirect.
2008-09-09 Ralph Meijer Commit 0.8.1 release to SVN.
2008-08-05 Ralph Meijer Release Idavoll 0.8.0.
2008-08-04 Ralph Meijer Implement root collection that includes all leaf nodes.
2008-08-04 Ralph Meijer Adjust node configuration to match wokkel API changes.
2008-07-16 Ralph Meijer Implement storage facilities for the HTTP gateway.
2008-07-14 Ralph Meijer Match wokkel API change for PubSubClient.
2008-06-25 Ralph Meijer Use `domish.Element`s to represent items, instead of serialized XML.
2008-06-24 Ralph Meijer Make sure that item elements lose their namespace before storage, notification.
2008-06-10 Ralph Meijer Epytext fixes.
2008-06-10 Ralph Meijer Adjust spacing to match Twisted's.
2008-06-10 Ralph Meijer Change naming and spacing conventions to match Twisted's.
2009-06-18 convert-repo update tags
2008-06-10 Ralph Meijer Return deferreds on failure, instead of raising exceptions.
2009-06-18 convert-repo update tags idavoll-0.7.3
2008-05-30 Ralph Meijer Check in missing file, also part of Idavoll 0.7.3.
2008-05-30 Ralph Meijer Release Idavoll 0.7.3.
2008-05-30 Ralph Meijer Use ServiceMaker to setup twistd plugins, if available.
2008-05-17 Ralph Meijer Return proper HTTP status codes on failed un-/subscription.
2008-05-17 Ralph Meijer Make sure optional PostgreSQL connect parameters are passed as None, require
2008-04-22 Ralph Meijer Released Idavoll 0.7.0.
2008-04-22 Ralph Meijer Fix syntax errors in database schema.
2008-04-17 Ralph Meijer Make sure second subscribers through HTTP also get a notification of the
2008-04-16 Ralph Meijer Add maxItems support.
2008-04-15 Ralph Meijer Add gateway support for retrieving items from a node. Reorder gateway module.
2008-04-11 Ralph Meijer Install tests, too.
2008-04-11 Ralph Meijer Implement HTTP client to gateway and implement functional tests with it.
2008-04-11 Ralph Meijer Add send_last_published_item configuration item to nodes table definition.
2008-04-10 Ralph Meijer Typos
2008-04-10 Ralph Meijer Properly add send_last_published_item configuration item.
2008-04-10 Ralph Meijer Guard against missing config for sending last published item on subscription.
2008-04-10 Ralph Meijer Send last published item on subscription if node is so configured.
2008-04-10 Ralph Meijer Add HTTP gateway in a separate plugin.
2008-04-09 Ralph Meijer Move around service setup.
2008-04-09 Ralph Meijer Make test backend consistent with interface.
2008-04-09 Ralph Meijer Send out node deletion notifications.