Mercurial > libervia-pubsub
graph
-
mam: various improvments:Tue, 05 Jan 2016 23:13:13 +0100, by Goffi
-
privilege: better handling of main message 'to' attribute (i.e. privileged entity's server)Tue, 05 Jan 2016 22:16:37 +0100, by Goffi
-
added getItemsData to get list of ItemData instead of only the list of domish.ElementSun, 03 Jan 2016 18:33:23 +0100, by Goffi
-
pgsql storage: use item_id instead of date to order and select itemsSun, 03 Jan 2016 18:33:22 +0100, by Goffi
-
RSM improvments/refactoring:Sun, 03 Jan 2016 18:33:22 +0100, by Goffi
-
new container module, with an ItemData container:Sun, 03 Jan 2016 18:33:22 +0100, by Goffi
-
mam: minor improvments (module import and some checks)Sun, 03 Jan 2016 18:33:22 +0100, by Goffi
-
backend (rsm): replaced setattr use by methods for better performancesSun, 03 Jan 2016 18:33:22 +0100, by 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 moduleSun, 03 Jan 2016 18:33:22 +0100, by Goffi
-
removed reference to sat.tmp.delay as it is not used anymoreSun, 03 Jan 2016 18:33:20 +0100, by Goffi
-
fixed copyright put in docstring instead of commentsSun, 03 Jan 2016 18:29:40 +0100, by Goffi
-
copyright updateSun, 03 Jan 2016 18:28:34 +0100, by Goffi
-
delegation: fixed bad security check which was rejecting all delegations from external servers:Mon, 21 Dec 2015 13:44:21 +0100, by Goffi
-
fixed publisher check on item publishingFri, 18 Dec 2015 13:01:02 +0100, by Goffi
-
tags harmonisationMon, 07 Dec 2015 19:20:47 +0100, by Goffi
-
Added tag 0.2.0 for changeset 642dffb9d6f1Mon, 07 Dec 2015 19:20:27 +0100, by Goffi
-
log the owner JID when roster request failedThu, 26 Nov 2015 14:59:24 +0100, by souliane
-
sat_pubsub_update_0_1.sql now also updates comment nodesTue, 01 Dec 2015 23:32:32 +0100, by Goffi
-
fixed item_data issues after introduction of ItemData namedtupleWed, 25 Nov 2015 22:48:59 +0100, by Goffi
-
categories are now stored in a dedicated table if item contain an atom entry:Wed, 25 Nov 2015 18:33:38 +0100, by Goffi
-
cleaner parseItemConfigWed, 25 Nov 2015 16:00:08 +0100, by Goffi
-
item publisher is enforcedWed, 25 Nov 2015 15:58:42 +0100, by Goffi
-
fixed _getNodeGroups callTue, 24 Nov 2015 17:02:35 +0100, by Goffi
-
fixes behavior when maxItems is 0Thu, 10 Sep 2015 15:03:12 +0200, by souliane
-
backend: fixes RSM for "unrestricted" modeThu, 10 Sep 2015 15:02:03 +0200, by souliane
-
fixed bad queries in pubsub.sql fileThu, 20 Aug 2015 14:06:49 +0200, by Goffi
-
PEP implementation, draft (huge patch sorry):Sun, 16 Aug 2015 01:32:42 +0200, by Goffi
-
privilege: added methods to send privileged messages and notificationsSun, 16 Aug 2015 01:15:13 +0200, by Goffi
-
delegation: delegated stanza are trackedSun, 16 Aug 2015 01:13:23 +0200, by Goffi
-
delegation: iq forwarded management:Mon, 04 May 2015 18:40:47 +0200, by Goffi
-
backend: fixed a crash when there is no RSM in requestMon, 04 May 2015 18:33:01 +0200, by Goffi
-
mod delegation: extensions management (XEP-0128)Sat, 18 Apr 2015 00:15:01 +0200, by Goffi
-
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