Mercurial > libervia-pubsub
graph
-
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