comparison CHANGELOG @ 408:3c2c602ce399

CHANGELOG: update
author Goffi <goffi@goffi.org>
date Fri, 16 Aug 2019 12:00:03 +0200
parents 04e7dcc436ca
children 0861da6975b5
comparison
equal deleted inserted replaced
407:d58599801c23 408:3c2c602ce399
1 V 0.3 (NOT RELEASED YET) 1 v 0.3.0 (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
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 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users) 13 - pubsub admin experimental feature (publish item and specify the publisher, only for admin users)
14 - consistent_publisher experimental feature (preserve publisher when owner or admin update an item)
14 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf" 15 - SàT Pubsub can now be configured using the same config file as SàT itself, i.e. "sat.conf"
15 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids. 16 - new "admins_jids_list" setting, to specify a comma separated list of admin bare jids.
16 - admins can delete node, change schema, change config or delete items even if they are not owner of a node 17 - admins can delete node, change schema, change config, delete or overwrite items even if they are not owner of a node
17 - MAM: filtering by categories 18 - MAM: filtering by categories
18 - MAM and RSM various improvments 19 - MAM and RSM various improvements
19 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT 20 - replaced sat.tmp by new independent sat_tmp module, so now SàT Pubsub can be used independently of SàT
20 - item id is returned on publish if it is not provided already 21 - item id is returned on publish if it is not provided already
21 - (bug fix) fixed security check which was rejecting all delegations from external servers 22 - (bug fix) fixed security check which was rejecting all delegations from external servers
22 - (bug fix) fixed publisher check on item publishing 23 - (bug fix) fixed publisher check on item publishing
23 - various other fixes/improvments, checks the mercurial logs for details 24 - removed some old code inherited from Idavoll
25 - various other fixes/improvements, checks the mercurial logs for details
26 - documentation in /doc (using ReStructuredText and Sphinx)
24 27
25 v 0.2 (02/12/2015): 28 v 0.2.0 (02/12/2015):
26 - schema updated (unversioned => version 1) 29 - schema updated (unversioned => version 1)
27 - sync with Idavoll 30 - sync with Idavoll
28 - use of sat.tmp.wokkel as a workaround for change not merged upstream 31 - use of sat.tmp.wokkel as a workaround for change not merged upstream
29 - RSM (XEP-0059) implementation 32 - RSM (XEP-0059) implementation
30 - MAM (XEP-0313) implementation 33 - MAM (XEP-0313) implementation