log

age author description
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