log

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