Mercurial > libervia-pubsub
annotate CHANGELOG @ 382:77b52dbda89a
pubsub_admin: Pubsub Admin experimental protocol first draft:
This protocol allows an admin to publish items where the publisher is specified.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 13 Jan 2019 18:56:19 +0100 |
parents | b80f7848d8a2 |
children | ff796dd7b632 |
rev | line source |
---|---|
376 | 1 V 0.3 (NOT RELEASED YET) |
2 - PEP: presence and +notify initial support | |
3 - PEP: notifications for auto subscribers | |
4 - added "presence" access model | |
5 - implemented affiliations | |
6 - items are now ordered by default using last update date. This is actually the order corresponding to the XEP | |
7 - item creation and modification are now saved in 2 separate fields | |
8 - "roster" access model has been renamed to "publisher-roster" | |
9 - 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. | |
10 - implemented "Order-By" protoXEP | |
11 - node schema experimental features (use a data form as a schema for a node) | |
12 - serial ids experimental feature (ids in series like 1, 2, 3, etc.) | |
13 - SàT Pubsub can now be configured using the same config file as SàT iiself, i.e. "sat.conf" | |
14 - MAM: filtering by categories | |
15 - MAM and RSM various improvments | |
16 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT | |
17 - (bug fix) fixed security check which was rejecting all delegations from external servers | |
18 - (bug fix) fixed publisher check on item publishing | |
19 - various other fixes/improvments, checks the mercurial logs for details | |
20 | |
21 v 0.2 (02/12/2015): | |
305
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
22 - schema updated (unversioned => version 1) |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
23 - sync with Idavoll |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
24 - use of sat.tmp.wokkel as a workaround for change not merged upstream |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
25 - RSM (XEP-0059) implementation |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
26 - MAM (XEP-0313) implementation |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
27 - Namespace Delegation (XEP-0355) implementation |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
28 - Privileged Entity (XEP-0356) implementation |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
29 - removed remote-roster hack |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
30 - SàT PubSub can be used as a PEP service (PEP implementation not complete yet) |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
31 - item publisher is enforced |
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
32 - categories handling (not complete) |
376 | 33 - pgsql: schema version is checked, and a message asking to upgrade is displayed if needed |
305
642dffb9d6f1
fixed version change and CHANGELOG update
Goffi <goffi@goffi.org>
parents:
284
diff
changeset
|
34 |
284 | 35 v 0.1.1 (09/09/2014): |
36 bugfix release | |
37 | |
38 v 0.1.0 (24/02/2014): | |
264 | 39 ** FIRST PUBLIC RELEASE ** |