log

age author description
2021-08-02 Goffi misc: update VERSION
2021-08-02 Goffi merge branch "@"
2021-08-02 Goffi plugin XEP-0346: fix deprecated import
2021-08-02 Goffi docker: fix Dockerfile following repositories redirections
2021-07-29 Goffi doc (cli/pubsub): document pubsub cache management commands
2021-07-29 Goffi doc (cli/pubsub/delete): update doc following notification option change
2021-07-29 Goffi doc (cli/pubsub/get): fix option in example:
2021-07-29 Goffi doc (cli/common): time pattern
2021-07-29 Goffi doc (cli/common): explain the new `-C, --no-cache` option
2021-07-29 Goffi doc (configuration): add `pubsub_cache_strategy` option
2021-07-29 Goffi doc: developer documentation explaining storage and pubsub cache
2021-07-29 Goffi doc: activate `autodoc` extension + extension to adapt Libervia docstring style to autodoc
2021-07-29 Goffi frontends (tools/misc): `FlagsHandler.__getitems__` now returns attribute
2021-07-29 Goffi tools (common/async_process): remove useless encoding + use full path for command:
2021-07-29 Goffi jp (pubsub): new `cache` subcommand with commands to `get`, `sync`, `purge` and `reset` pubsub cache
2021-07-29 Goffi jp (pubsub/delete): make notification the default, `--notify` option is replaced by `--no-notification`
2021-07-29 Goffi jp (base): add flag for `use_pubsub` to add cache skipping option
2021-07-29 Goffi tools (common/date_utils): accept more units (shortcuts) + fix timezone when date with relative delta is used
2021-07-29 Goffi plugin XEP-0277: pubsub cache analyser implementation
2021-07-29 Goffi plugin pubsub cache: Pubsub Caching implementation
2021-07-29 Goffi core (memory/sqla): generic methods to add and delete ORM objects directly
2021-07-29 Goffi core (memory/sqla): methods to manipulate pubsub tables
2021-07-29 Goffi migration: script to create pubsub caching tables
2021-07-29 Goffi core (memory/sqla_mapping): mapping for PubsubNode and PubsubItem (will be used for caching)
2021-07-29 Goffi plugin XEP-0059: new `getNextRequest` method to generate request to retrieve next page
2021-07-29 Goffi plugin XEP-0277: ignore `max_items` if `rsm_request` is set
2021-07-29 Goffi plugin XEP-0060: fix notification handling in `retractItems`
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