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