log

age author description
2015-09-10 souliane backend: fixes RSM for "unrestricted" mode
2015-08-20 Goffi fixed bad queries in pubsub.sql file
2015-08-15 Goffi PEP implementation, draft (huge patch sorry):
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