log

age author description
2022-06-29 Goffi core (types): add `is_component` to `SatXMPPEntity`
2022-06-17 Goffi plugin XEP-0191: fix wrong name and description
2022-06-17 Goffi doc (components): AP item retraction + blocking:
2022-06-17 Goffi tests (unit/ap gateway): message/item retractation tests:
2022-06-17 Goffi tests (unit/ap gateway): fix `onMessage` call following change in the component:
2022-06-17 Goffi component AP gateway typing + remove unused `activity` arg from `newAPDeleteItem`
2022-06-17 Goffi doc (cli/message): `retract` command
2022-06-17 Goffi cli (message/retract): message retractation command:
2022-06-17 Goffi component AP gateway: AP delete activity => message retract:
2022-06-17 Goffi component AP gateway: message retractation => AP deletion
2022-06-17 Goffi component AP gateway: set POST default response code to 202 (accepted)
2022-06-17 Goffi plugin XEP-424: Message Retractation implementation:
2022-06-17 Goffi plugin XEP-0428: Fallback Indication implementation:
2022-06-17 Goffi plugin XEP-0422: Message Fastening implementation:
2022-06-17 Goffi core (memory/sqla): generic `get` + `session_add` in `delete`:
2022-06-17 Goffi core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
2022-06-17 Goffi core (memory/mapping): add `origin_id` column to History + constraints update:
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`