Mercurial > libervia-pubsub
graph
-
namespace delegation: disco nesting managementFri, 17 Apr 2015 21:09:37 +0200, by Goffi
-
implementation of XEP-0355 (Namespace Delegation) to use SàT Pubsub as PEP service, first draftThu, 16 Apr 2015 21:06:19 +0200, by Goffi
-
updated old docstring (privilege is actually a new (2015) module not derivated from idavoll)Mon, 13 Apr 2015 17:29:18 +0200, by Goffi
-
replaced former roster dirty hack by a XEP-0356 first draft implementation, only roster get is implemented so farTue, 31 Mar 2015 17:31:56 +0200, by Goffi
-
CHANGELOG updateTue, 31 Mar 2015 17:30:27 +0200, by Goffi
-
2015 copyright dates updateMon, 30 Mar 2015 10:45:13 +0200, by Goffi
-
actually retrieve the MAM messagesThu, 15 Jan 2015 22:00:49 +0100, by souliane
-
fixes the imports from sat.tmpWed, 14 Jan 2015 10:43:27 +0100, by souliane
-
MAM (XEP-0313) support: first draftFri, 09 Jan 2015 10:57:10 +0100, by souliane
-
fix RSM support regarding last tmp.wokkel changesFri, 09 Jan 2015 10:56:38 +0100, by souliane
-
implements RSM (XEP-0059)Mon, 13 Oct 2014 14:53:42 +0200, by souliane
-
use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkelMon, 15 Dec 2014 13:14:53 +0100, by souliane
-
import changes from idavoll changeset 233 (24be3a11ddbc), by Ralph Meijer and based on a patch by Nuno SantosMon, 13 Oct 2014 15:59:25 +0200, by souliane
-
Fix getPageWithFactoryThu, 01 Aug 2013 16:22:14 -0700, by Christopher Zorn
-
Fix checking for malformed XMPP URI in DeleteResource.Mon, 07 Oct 2013 12:14:54 +0200, by Ralph Meijer
-
Use twisted.web instead of web2, initial tests.Sun, 20 Jan 2013 13:38:41 +0100, by Ralph Meijer
-
SàT PubSub 0.1.1 releasedTue, 09 Sep 2014 08:09:26 +0200, by Goffi
-
pgsql_backend unicode fix: parseXml was expecting str and getting unicode 0.1.1Wed, 13 Aug 2014 17:30:37 +0200, by Goffi
-
fixed unicode handling with psycopg2Wed, 13 Aug 2014 17:01:29 +0200, by Goffi
-
misc: description in setup.pyWed, 13 Aug 2014 17:01:08 +0200, by Goffi
-
fix unicodes issues in twisted pluginThu, 12 Jun 2014 16:48:35 +0200, by souliane
-
SàT PubSub 0.1.0 releasedWed, 26 Feb 2014 14:54:03 +0100, by Goffi
-
fix the method signatures of iidavoll.ILeafNode and memory_storage.LeafNode according to pgsql_storage.LeafNodeSat, 22 Feb 2014 08:04:09 +0100, by souliane
-
packaging for releaseSat, 22 Feb 2014 06:10:24 +0100, by 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.Fri, 21 Feb 2014 16:10:11 +0100, by souliane
-
fixed node auto-create featureFri, 06 Dec 2013 00:37:08 +0100, by souliane
-
fixed notifications (a key was missing in data in some cases)Mon, 17 Jun 2013 01:14:31 +0200, by Goffi
-
publish model managementMon, 06 May 2013 00:26:37 +0200, by Goffi
-
node "roster" access model managementMon, 06 May 2013 00:11:44 +0200, by Goffi
-
removed notifications when no items are allowed for an entitySun, 28 Apr 2013 19:29:58 +0200, by Goffi
-
fixed access check (getItems/notifications)Sun, 28 Apr 2013 19:29:13 +0200, by Goffi
-
Fixed getItems for roster access items when the subscriber is not owner of the node.Wed, 17 Apr 2013 22:28:41 +0200, by Goffi
-
copyright updateMon, 08 Apr 2013 23:08:45 +0200, by Goffi
-
minimum required wokkel version is now 0.7.1Mon, 25 Feb 2013 23:43:19 +0100, by Goffi
-
update to fix broken RemoteRoster after Wokkel 0.7.1 changesMon, 25 Feb 2013 23:31:38 +0100, by Goffi
-
full items, with item-configuration, are returned if items are asked by the ownerThu, 01 Nov 2012 19:28:43 +0100, by Goffi
-
owner is now notified of items publishedTue, 23 Oct 2012 00:09:38 +0200, by Goffi
-
fine tuning per-item permissionsSun, 24 Jun 2012 19:35:49 +0200, by Goffi
-
fixed getItems when there are not authorized_groups + fixed default value for StoreItemFri, 08 Jun 2012 18:34:45 +0200, by Goffi
-
item are gotten according to item's access model in getItemsSun, 03 Jun 2012 15:57:28 +0200, by Goffi
-
fixed getItems select in pgsql_storageThu, 31 May 2012 00:24:20 +0200, by Goffi
-
default backend value is now pgsqlWed, 30 May 2012 22:36:05 +0200, by Goffi
-
allowed groups from item_config are now storedWed, 30 May 2012 22:33:10 +0200, by Goffi
-
item access_model (not finished)Wed, 30 May 2012 01:04:15 +0200, by Goffi
-
added experimental roster access_model (use remote_roster)Sun, 27 May 2012 15:55:25 +0200, by Goffi
-
remote roster partial supportSun, 27 May 2012 15:36:06 +0200, by Goffi
-
changed version handler to SàT PubsubSat, 26 May 2012 16:09:27 +0200, by Goffi
-
added access_model to config, default to 'open'Tue, 22 May 2012 21:21:57 +0200, by Goffi
-
fixed setup.py and twistd plugin fileSun, 20 May 2012 00:52:13 +0200, by Goffi
-
fixed testsSat, 19 May 2012 01:31:07 +0200, by Goffi
-
added creator check supportThu, 17 May 2012 13:15:11 +0200, by Goffi
-
renamed service to « Salut à Toi pubsub service »Thu, 17 May 2012 13:07:41 +0200, by Goffi
-
fixed Ralph Meijer copyright years (last commit was in 2011, not in 2009)Thu, 17 May 2012 01:59:56 +0200, by Goffi
-
replaced idavoll imports by sat_pubsub importsThu, 17 May 2012 01:53:12 +0200, by Goffi
-
sublicensed under AGPL V3Thu, 17 May 2012 01:48:39 +0200, by Goffi
-
renamed idavoll directory to sat_pubsubThu, 17 May 2012 12:48:14 +0200, by Goffi
-
added .hgignoreThu, 10 May 2012 23:08:08 +0200, by Goffi
-
renamed idavoll.tac to sat_pubsub.tacThu, 10 May 2012 23:07:42 +0200, by Goffi
-
tac file sampleThu, 10 May 2012 22:56:39 +0200, by Goffi
-
added auto-create supportThu, 10 May 2012 22:41:34 +0200, by Goffi
-
Replaced unmaintained pyPgSQL by Psycopg 2Thu, 17 May 2012 00:31:36 +0200, by Goffi
-
Always use the bare JID for affilitations.Sun, 13 Feb 2011 21:46:33 +0100, by Ralph Meijer
-
Include example in packages.Sun, 13 Feb 2011 21:34:18 +0100, by Ralph Meijer