2021-04-14 |
Goffi |
pgsql: fix wrong version in schema
|
2021-04-14 |
Goffi |
renaming following global Salut à Toi => Libervia renaming:
|
2021-03-21 |
Goffi |
doc: update dev instruction, `requirements.txt` now launches `setup.py`
|
2021-03-21 |
Goffi |
core: update conf file name following project renaming:
|
2021-03-21 |
Goffi |
install (requirements): launch the setup script at the end of requirements
|
2021-03-19 |
Goffi |
doc: add missing `pip install -e .`
|
2021-03-19 |
Goffi |
doc: better dev version instructions + update
|
2021-03-19 |
Goffi |
install: add `requriements.txt`
|
2021-03-19 |
Goffi |
dates update
|
2021-03-18 |
Goffi |
removed `sat_tmp.twisted` patches + update minimum Twisted version:
|
2021-02-27 |
Goffi |
backend, pgsql: new `overwrite_policy` node setting:
|
2021-02-08 |
Goffi |
backend: fixed item retractation notification
|
2021-02-04 |
Goffi |
doc: added a warning for people using SàT Pubsub on a server already used in production
|
2021-02-04 |
Goffi |
privilege: log error when `requestInfo` is failing
|
2021-02-04 |
Goffi |
pgsql: fixed `setConfiguration` when an updated field value is the same as current one
|
2021-01-14 |
Goffi |
PostgreSQL: don't use `regconfig` and `GENERATED` column anymore
|
2020-12-11 |
Goffi |
CHANGELOG: update
|
2020-12-11 |
Goffi |
implentation of XEP-0346 (Form Discovery and Publishing):
|
2020-12-11 |
Goffi |
Full-Text Search implementation:
|
2020-12-10 |
Goffi |
pgsql: replaced ValueError by BadRequest:
|
2020-10-09 |
Goffi |
environment variables can now be used to set options:
|
2020-10-09 |
Goffi |
doc: explicite "wheel" installation + renamed "sat-pubsub.*" jids to simpler "pubsub.*"
|
2020-09-13 |
Goffi |
added "~/.config/sat" as search patch for config
|
2020-09-13 |
Goffi |
doc: installation instructions corrections
|
2020-08-15 |
Goffi |
psql: fixed use of default value for max items in `setConfiguration`
|
2020-06-01 |
Goffi |
error: fixed NotLeafNodeError class definition
|
2020-03-10 |
Goffi |
configuration: "max_items" option:
|
2020-02-22 |
Goffi |
doc: remove python2 references + added a warning for `python setup.py install`
|
2019-12-28 |
Goffi |
changelog: update
|
2019-12-28 |
Goffi |
backend: publish-options implementation:
|
2019-11-18 |
Goffi |
install sat_tmp's twisted patches for Python 3.8 compatibility
|
2019-10-08 |
Goffi |
import sat/wokkel modules only when making service:
|
2019-08-25 |
Goffi |
install (setup.py): updated setup.py for Python 3
|
2019-08-23 |
Goffi |
backend: fixed publishing with "consistent_publisher" when no item was previously available
|
2019-08-16 |
Goffi |
Python 3 port:
|
2019-08-16 |
Goffi |
0.4 development starts
|
2019-08-16 |
Goffi |
setup: fixed development status classifier
|
2019-08-16 |
Goffi |
Added tag 0.3.0 for changeset 0861da6975b5
|
2019-08-16 |
Goffi |
0.3.0 release
0.3.0
|
2019-08-16 |
Goffi |
doc (installation): update
|
2019-08-16 |
Goffi |
CHANGELOG: update
|
2019-08-16 |
Goffi |
README: updated "CREDITS" section
|
2019-08-16 |
Goffi |
removed old code:
|
2019-08-16 |
Goffi |
file organisation + setup refactoring:
|
2019-07-24 |
Goffi |
doc: first draft
|
2019-06-12 |
Goffi |
implemented experimental "consistent_publisher" option:
|
2019-05-23 |
Goffi |
psql: use a set for categories, to avoid duplicates (and constraint failure)
|
2019-05-07 |
Goffi |
mam: fixed confusion between twisted log.msg and log.warning used elsewhere
|
2019-05-07 |
Goffi |
privilege: fill hash_map before jid_caps to avoid KeyError in getAutoSubscribers
|
2019-05-06 |
Goffi |
mam: typo
|
2019-03-11 |
Goffi |
mam: don't crash on missing <first> element in RSM on archive request
|
2019-03-11 |
Goffi |
backend: fixed items data copy on notification
|
2019-02-23 |
Goffi |
backend: fixed getOwnerRoster call in _prepareNotify
|
2019-02-23 |
Goffi |
backend: fixed elements filtering in parseItemConfig
|
2019-02-18 |
Goffi |
backend: fixed recursion error on getFullItem:
|
2019-02-15 |
Goffi |
storage (pgsql): fixed storage of multiple items
|
2019-02-15 |
Goffi |
backed: allow admins to overwritte any item
|
2019-02-15 |
Goffi |
pubsub_admin: catch errors on publish, and send an iq error
|
2019-02-15 |
Goffi |
storage (pgsql): fixed filtering in getItemsPublishers
|
2019-02-15 |
Goffi |
backend: fixed items returned on publishing:
|
2019-02-15 |
Goffi |
backend: allow admins to retract any item
|
2019-02-12 |
Goffi |
backend: admins can delete node, change schema, change config or delete items even if they are not owner of a node
|
2019-02-06 |
Goffi |
0.3.0a1 release
|
2019-01-16 |
Goffi |
use the new install() function of sat_tmp
|
2019-01-16 |
Goffi |
dates update
|
2019-01-13 |
Goffi |
CHANGELOG: update
|
2019-01-13 |
Goffi |
pubsub_admin: Pubsub Admin experimental protocol first draft:
|
2019-01-13 |
Goffi |
backend: items ids are returned in payload if not specified on publish
|
2019-01-13 |
Goffi |
administrators entities:
|
2019-01-12 |
Goffi |
mam: set "complete" attribute when suitable
|
2019-01-12 |
Goffi |
storage (pgsql): don't specify table name in ORDER BY clause as it can cause troubles in some requests.
|
2019-01-10 |
Goffi |
backend: send a BadRequest if RSM max is negative
|
2019-01-06 |
Goffi |
version + CHANGELOG update
|
2019-01-06 |
Goffi |
implemented Order-By ProtoXEP (MAM + PubSub)
|
2019-01-03 |
Goffi |
storage: changed items order:
|
2018-03-04 |
W. Martin Borgert |
fix paths in setup.py (sat_pubsub -> src)
|
2018-06-27 |
Goffi |
misc: removed now unused sat_pubsub.tac
|
2018-06-27 |
Goffi |
README: added contribution links
|
2018-03-02 |
Goffi |
fixes in setyp.py according to recent changed
|
2018-03-02 |
Goffi |
config file + cleaning:
|
2018-01-26 |
Goffi |
date update
|
2017-11-04 |
Goffi |
backend, storage(pgsql): creation/update date + serial ids:
|
2017-11-04 |
Goffi |
storage (pgsql): getDefaultConfiguration now returns a shallow copy of default conf dict, to avoid modification.
|
2017-11-03 |
Goffi |
misc: date update (yes it's a bit late :p )
|
2017-11-03 |
Arnaud Joset |
completed docstrings + use short notation for sets
|
2017-11-03 |
Arnaud Joset |
added missing #publish-options in disco features
|
2017-11-03 |
Arnaud Joset |
replaced sat.tmp by the new independent module sat_tmp
|
2017-10-27 |
Goffi |
schema: allow free FORM_TYPE as this is used for items validation, and should not be in schema namespace
|
2017-10-13 |
Goffi |
psql (schema): fixed bad semi-colon
|
2017-10-11 |
Goffi |
psql (schema): fixed forgotten comma
|
2017-10-11 |
Goffi |
fixed bad inlineCallbacks in checkNodeAffiliations
|
2017-09-08 |
Goffi |
handle single node on subscriptions request
|
2017-09-08 |
Goffi |
pgsql: fixed bad data filling in getItemsData:
|
2017-09-08 |
Goffi |
backend: fixed subscription, PEP was not handled correctly
|
2017-09-08 |
Goffi |
backend: added "presence" access_model:
|
2017-09-08 |
Goffi |
backend: enforce schema on get/publish and notifications
|
2017-09-08 |
Goffi |
schema: node schema implementation
|
2017-09-08 |
Goffi |
pgsql: cast items.data to text when needed + db schema version bump.
|
2017-09-08 |
Goffi |
sql (PostgreSQL): schema update:
|
2017-08-27 |
Goffi |
backend: check nodes/items permission on disco#items:
|
2017-08-27 |
Goffi |
privilege: added isSubscribedFrom method to check if an entity has presence subscription from an other entity.
|
2017-08-23 |
Goffi |
pgsql: fixed _getItems call
|
2017-08-23 |
Goffi |
implemented disco items:
|
2017-08-20 |
Goffi |
raise NotImplementedError if memory backend is used
|
2017-08-20 |
Goffi |
pgsql: check schema version and exit with a message asking to upgrade if it's not the current one
|
2017-08-20 |
Goffi |
backend, psql: implemented notifications for auto subscribers in PEP:
|
2017-08-20 |
Goffi |
privilege: fixed addition of owner to publishers in onPresence
|
2017-08-20 |
Goffi |
backend, pgsql: implemented subscriptionsGet and subscriptionsSet
|
2017-08-20 |
Goffi |
backend (notifications): use inline callbacks in _notifyPublish + added PEP data in _prepareNotify
|
2017-08-20 |
Goffi |
backend (notifications): avoid useless database request in getNotifications
|
2017-08-12 |
Goffi |
privilege: added presence and +notify initial support:
|
2017-08-12 |
Goffi |
storage (pgsql): added getLastItems method, to get last items from a series of nodes and entities (needed for PEP compliance).
|
2017-08-12 |
Goffi |
fixed parseItemConfig (was iterating on children instead of elements)
|
2017-06-25 |
Goffi |
mam: fixed call to getItemsData where requestor was missing
|
2017-06-03 |
Goffi |
delegation: use same disco for all pubsub namespaces
|
2017-06-03 |
Goffi |
fixed getOwners call in _prepareNotify
|
2017-04-02 |
Goffi |
pgsql: node creation now return error.NodeExists in case of unique violation, and InvalidConfigurationOption else
|
2017-03-26 |
Goffi |
affiliations XMPP handling:
|
2017-03-26 |
Goffi |
backend, pgsql storage: better items/notification handling, various fixes:
|
2017-03-26 |
Goffi |
PostGreSQL: schema update:
|
2017-03-03 |
Goffi |
fixed database config : None values can't be used anymore
|
2016-03-09 |
Goffi |
updated INSTALL file
|
2016-03-04 |
souliane |
update INSTALL file, we don't use remote roster anymore
|
2016-01-08 |
Goffi |
mam: removed requestor in favor of mam_request.sender and recipient + fixed bad use of requestor instead of recipient in getItemsData
|
2016-01-08 |
Goffi |
pgsql storage: getItemsIndex raise NodeNotFound in this make sense
|
2016-01-07 |
Goffi |
mam: added filtering by category
|
2016-01-05 |
Goffi |
mam: various improvments:
|
2016-01-05 |
Goffi |
privilege: better handling of main message 'to' attribute (i.e. privileged entity's server)
|