log

age author description
2022-06-17 Goffi core (xmpp): adapt message workflow to components:
2022-06-17 Goffi core (constants): type hints
2022-06-17 Goffi component AP gateway: convert `Delete` AP activities to corresponding Pubsub `retract`:
2022-06-17 Goffi comp AP gateway: convert pubsub item retractation to AP `Delete` activity:
2022-06-17 Goffi plugin XEP-0060: do not raise an error when not subscribed on unsubscribe:
2022-06-17 Goffi doc (components): typo/spelling
2022-06-17 Goffi doc (cli/blocking): `blocking` command documentation:
2022-05-27 Goffi cli: new `blocking` commands:
2022-05-27 Goffi plugin XEP-0191: Blocking Command implementation:
2022-05-24 Goffi doc (components): message delivery documentation:
2022-05-24 Goffi test (unit/AP gateway): AP direct message ↔ XMPP `<message>` conversion:
2022-05-24 Goffi comp AP gateway: message conversion:
2022-05-24 Goffi tests (unit/ap_gateway): fix tests
2022-05-16 Goffi core (memory): `fileDelete` is now async, fix coroutine issue
2022-05-16 Goffi plugin invitation: use `store` hint to be sure that the invitation is archived
2022-05-16 Goffi tools (common/email): use `from_email` is specified, always set `email_sender_domain`
2022-05-16 Goffi core: remove useless method (it's available directly in client)
2022-05-15 Goffi comp file sharing: handle `admins` in quotas
2022-05-15 Goffi core: method to know if a profile/entity is an admin:
2022-05-14 Goffi doc (installation): `sat_media` is now `libervia-media`
2022-05-14 Goffi install (setup): fix `urwid-satext` version
2022-05-14 Goffi doc (installation): fix missing `hg clone` instructions
2022-05-14 Goffi install: requirements.txt update
2022-05-13 Goffi doc (components): update AP gateway documentation:
2022-05-13 Goffi doc (cli/pubsub): document new `--public` flags:
2022-05-13 Goffi tests (unit/ap-gateway): tests for following/followers <=> PPS:
2022-05-13 Goffi tests (e2e/cli/cache_search): make the test more resilient:
2022-05-13 Goffi docker (prosody-e2e): update Prosody's conf:
2022-05-13 Goffi docker (backend-dev): move dbus unix socket:
2022-05-13 Goffi docker (backend-dev/libervia.conf): don't force CLI background anymore:
2022-05-13 Goffi CLI: don't fail when calling `getContacts` with a component profile
2022-05-13 Goffi comp AP gateway: publish, (un)subscribe/(un)follow, public subscription/following/followers:
2022-05-13 Goffi plugin XEP-0277: be sure to have `service` set in `item2mbdata` and `node` when provided
2022-05-13 Goffi plugin XEP-0277: bridge method `mbIsCommentNode` + methods renaming
2022-05-13 Goffi plugin XEP-0277: fix `await` trigger incorrectly used on a sync trigger
2022-05-13 Goffi plugin pubsub cache: new `resync` argument to force resynchronisation in `synchronize`
2022-05-13 Goffi plugin pubsub cache: more resilient node caching:
2022-05-13 Goffi plugins XEP-0060, XEP-0376, XEP-0465, CLI: PAM + PSS implementation:
2022-05-13 Goffi plugin XEP-0060: use serialised options in `psSubscribe` + triggers update
2022-05-13 Goffi plugin XEP-0060: better filtering when looking for default pubsub service
2022-05-13 Goffi tools (async_trigger): fix return value in `asyncReturnPoint` + typing hints
2022-05-13 Goffi core (memory/sqla): `searchPubsubItems` can now filter on item names
2022-05-13 Goffi core (memory/sqla): add attribute to filter on `item_ids` in `getItems`
2022-05-13 Goffi core (memory/param): fix unproper use of `Failure`
2022-05-13 Goffi core (memory/disco): fix hard encoded value in `findServiceEntity`
2022-05-13 Goffi core (disco): use new `client.server_jid` property in `getItems`
2022-05-13 Goffi core (xmpp): add a `server_jid` property
2022-03-22 Goffi jp (xmlui): add `PasswordWidget`
2022-03-22 Goffi tools (common/template): fix setting of `css_files_noscript` when `css_file` is specified
2022-03-22 Goffi doc (components): documentation of `comments_max_depth` option and threads conversion:
2022-03-22 Goffi comp AP gateway: signature checking, caching and threads management:
2022-03-22 Goffi core (memory/sqla): new table/mapping to handle Pubsub node subscriptions:
2022-03-22 Goffi core (memory/migration): ignore FTS table when autogenerating script for migration:
2022-03-22 Goffi comp AP: helper methods to get AP objects:
2022-03-22 Goffi comp AP gateway: regular expression to parse `Signature` header:
2022-03-22 Goffi plugin XEP-0277: methods to check is a node is a comments node and to get its parent
2022-03-22 Goffi tools (utils): fix `getRepositoryData` crash:
2022-03-22 Goffi plugin XEP-0059, cache: allow those plugins to work in component mode
2022-03-22 Goffi plugin XEP-0060: specify sender using `client.jid` in `subscribe`:
2022-03-22 Goffi core (xmpp): new `getVirtualClient` for components: