log

age author description
2017-10-11 Goffi fixed bad inlineCallbacks in checkNodeAffiliations
2017-09-08 Goffi handle single node on subscriptions request
2017-09-08 Goffi pgsql: fixed bad data filling in getItemsData:
2017-09-08 Goffi backend: fixed subscription, PEP was not handled correctly
2017-09-08 Goffi backend: added "presence" access_model:
2017-09-08 Goffi backend: enforce schema on get/publish and notifications
2017-09-08 Goffi schema: node schema implementation
2017-09-08 Goffi pgsql: cast items.data to text when needed + db schema version bump.
2017-09-08 Goffi sql (PostgreSQL): schema update:
2017-08-27 Goffi backend: check nodes/items permission on disco#items:
2017-08-27 Goffi privilege: added isSubscribedFrom method to check if an entity has presence subscription from an other entity.
2017-08-23 Goffi pgsql: fixed _getItems call
2017-08-23 Goffi implemented disco items:
2017-08-20 Goffi raise NotImplementedError if memory backend is used
2017-08-20 Goffi pgsql: check schema version and exit with a message asking to upgrade if it's not the current one
2017-08-20 Goffi backend, psql: implemented notifications for auto subscribers in PEP:
2017-08-20 Goffi privilege: fixed addition of owner to publishers in onPresence
2017-08-20 Goffi backend, pgsql: implemented subscriptionsGet and subscriptionsSet
2017-08-20 Goffi backend (notifications): use inline callbacks in _notifyPublish + added PEP data in _prepareNotify
2017-08-20 Goffi backend (notifications): avoid useless database request in getNotifications
2017-08-12 Goffi privilege: added presence and +notify initial support:
2017-08-12 Goffi storage (pgsql): added getLastItems method, to get last items from a series of nodes and entities (needed for PEP compliance).
2017-08-12 Goffi fixed parseItemConfig (was iterating on children instead of elements)
2017-06-25 Goffi mam: fixed call to getItemsData where requestor was missing
2017-06-03 Goffi delegation: use same disco for all pubsub namespaces
2017-06-03 Goffi fixed getOwners call in _prepareNotify
2017-04-02 Goffi pgsql: node creation now return error.NodeExists in case of unique violation, and InvalidConfigurationOption else
2017-03-26 Goffi affiliations XMPP handling:
2017-03-26 Goffi backend, pgsql storage: better items/notification handling, various fixes:
2017-03-26 Goffi PostGreSQL: schema update:
2017-03-03 Goffi fixed database config : None values can't be used anymore
2016-03-09 Goffi updated INSTALL file
2016-03-04 souliane update INSTALL file, we don't use remote roster anymore
2016-01-08 Goffi mam: removed requestor in favor of mam_request.sender and recipient + fixed bad use of requestor instead of recipient in getItemsData
2016-01-08 Goffi pgsql storage: getItemsIndex raise NodeNotFound in this make sense
2016-01-07 Goffi mam: added filtering by category
2016-01-05 Goffi mam: various improvments:
2016-01-05 Goffi privilege: better handling of main message 'to' attribute (i.e. privileged entity's server)
2016-01-03 Goffi added getItemsData to get list of ItemData instead of only the list of domish.Element
2016-01-03 Goffi pgsql storage: use item_id instead of date to order and select items
2016-01-03 Goffi RSM improvments/refactoring:
2016-01-03 Goffi new container module, with an ItemData container:
2016-01-03 Goffi mam: minor improvments (module import and some checks)
2016-01-03 Goffi backend (rsm): replaced setattr use by methods for better performances
2016-01-03 Goffi backend (getItems): minor refactoring of extenstion callback loop, as it is used only for RSM and it is not efficient. Need to be moved in an other module
2016-01-03 Goffi removed reference to sat.tmp.delay as it is not used anymore
2016-01-03 Goffi fixed copyright put in docstring instead of comments
2016-01-03 Goffi copyright update
2015-12-21 Goffi delegation: fixed bad security check which was rejecting all delegations from external servers:
2015-12-21 Goffi Re-implemented feature which allows an entity to retract an item from somebody else node (i.e. a node from which he is neither owner or publisher) if he is the publisher of the item.
2015-12-18 Goffi fixed publisher check on item publishing
2015-12-07 Goffi tags harmonisation
2015-12-07 Goffi Added tag 0.2.0 for changeset 642dffb9d6f1
2015-12-07 Goffi fixed version change and CHANGELOG update 0.2.0
2015-11-26 souliane log the owner JID when roster request failed
2015-12-01 Goffi sat_pubsub_update_0_1.sql now also updates comment nodes
2015-11-25 Goffi fixed item_data issues after introduction of ItemData namedtuple
2015-11-25 Goffi categories are now stored in a dedicated table if item contain an atom entry:
2015-11-25 Goffi cleaner parseItemConfig
2015-11-25 Goffi item publisher is enforced