log

age author description
2021-07-29 Goffi plugin XEP-0060: add trigger points
2021-07-29 Goffi plugin XEP-0060: events callbacks can now be sync or async
2021-07-29 Goffi plugin XEP-0060: handle purge notifications
2021-07-28 Goffi plugin XEP-0060: getItems extra is now serialised dict
2021-07-28 Goffi core (xmpp): renamed `SatRosterProtocol.presenceSubscribed` to `isSubscribedFrom` (and added `isSubscribedTo`)
2021-06-30 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
2021-06-26 Goffi core (memory/sqla_mapping): fix some technical debt: sqlalchemy
2021-06-25 Goffi core (memory/sqla): database migration using Alembic:
2021-06-25 Goffi memory (storage): adjustements to SQLAlchemy mapping to match current state of database
2021-06-18 Goffi merge changes from main branch
2021-06-18 Goffi Added tag v0.8.0b1 for changeset efe2445b053c
2021-06-18 Goffi v0.8.0b1 release v0.8.0b1
2021-06-18 Goffi install: fix pygobject dependency
2021-06-18 Goffi /!\ package is being renamed to libervia-backend following global name change /!\
2021-06-18 Goffi install: set upper limit for dependencies versions
2021-06-18 Goffi misc: added freedesktop metadata files
2021-06-17 Goffi merge changes from main branch
2021-06-17 Goffi core (memory/cache): don't crash on EOFError in getMetadata
2021-06-16 Weblate i18n: Added translation using Weblate (Slovak)
2021-06-15 Goffi i18n: update French catalog
2021-06-14 Goffi i18n: extraction update
2021-06-14 Goffi core, frontends: fix invalid translatable strings.
2021-06-14 Goffi app manager (docker/weblate): add `WEBLATE_ENABLE_HTTPS`:
2021-06-12 Goffi app manager (docker/weblate): use new `files` feature to set `settings-override.py`:
2021-06-12 Goffi plugin app manager: add a way to create files:
2021-06-11 Goffi plugin app manager: "public_url" must NOT have a schema
2021-06-11 Goffi doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
2021-06-11 Goffi misc: update .hgignore
2021-06-10 Goffi plugin XEP-0313: on cold start (without known archive) we only request 50 last messages
2021-06-10 Goffi plugin XEP-0054: fix call to JID serialisation method
2021-06-09 Goffi plugin nat port: rename file to `plugin_misc_nat_port.py` to make the name valid
2021-06-09 Goffi doc (installation): update instruction to use requirements + fix name in a few places
2021-06-09 Goffi install (requirements): update + add setuptools_scm
2021-06-09 Goffi install (setup): add `setuptools_scm` to install dependencies if in dev version
2021-06-09 Goffi cli: update constants to use new name
2021-06-09 Goffi plugin XEP-0054: fix update call
2021-06-09 Goffi core (xmpp): show "Libervia" without the "(backend)" component in version
2021-06-09 Goffi doc (cli/profile): add autoconnection in example
2021-06-09 Goffi memory(sqlite): fix encoding when loading pickled data
2021-06-06 Goffi plugin XEP-0277: "user" part of author jid is used for author name when later is missing
2021-06-06 Goffi plugin forums: use serialised data for extra in forumTopicsGet
2021-06-04 Goffi plugin XEP-0277: don't wrap `DataError` in `failure.Failure` in `parseCommentUrl` as it is not catched correctly:
2021-06-04 Goffi jp: fix background guessing when stdin is redirected
2021-06-04 Goffi tools (common/template_xmlui: add `multi` and `value` propertied to OptionsWidget
2021-06-04 Goffi memory (sqlite): work around encoding issues with pickle
2021-06-03 Goffi plugin XEP-0045: fix `/join` text command
2021-06-03 Goffi plugin XEP-0045: fix "reason" parsing for /ban and /kick text commands
2021-06-03 Goffi core (xmpp): catch `cancelError` in `pre_xml_treatments` in message workflow
2021-06-03 Goffi core: various changes and fixes to work with new storage and D-Bus bridge:
2021-06-03 Goffi tools (utils): new `ensure_deferred` decorator
2021-06-03 Goffi bridge (dbus): use Tx DBus for backend part of D-Bus bridge:
2021-06-03 Goffi bridge (constructor/base_constructor): add `args_no_default` to `completion`
2021-06-03 Goffi core (memory/storage): backend storage is now based on SQLAlchemy
2021-06-03 Goffi doc: config file is now `libervia.conf` (even if `sat.conf` still works, for now)
2021-05-06 Goffi core (memory/sqlite): return 0 instead of None when user has no file yet
2021-05-06 Goffi plugin upload: don't run `available_cb` if `upload_jid` is used in `upload` method
2021-05-06 Goffi core (xmpp): fix typo in sendError
2021-05-05 Goffi component file sharing: forbid jingle upload by entities which are not in allowed hosts
2021-05-05 Goffi component file sharing (management): add values of `quota` and `used` size on result form
2021-05-05 Goffi plugin XEP-0050: show notes when there is a data form on completed command: