log

age author description
2022-10-28 Syndace plugin XEP-0384: Implementation of Automatic Trust Management:
2022-10-29 Goffi doc (encryption, cli): pubsub signing documentation:
2022-10-29 Goffi cli (pubsub/set,edit) add `--sign` argument:
2022-10-29 Goffi cli (pubsub/signature): add `sign` command:
2022-10-29 Goffi plugin pubsub signature: fix attachment setting + default signer:
2022-10-29 Goffi tests (e2e/cli): add a test for Pubsub Signing:
2022-10-29 Goffi plugin pubsub signing: fix `gpg_provider` instanciation:
2022-10-29 Goffi plugin XEP-0373: minor renaming + set `gpg_provider` in client:
2022-10-28 Goffi cli (pubsub): new `signature` subcommands:
2022-10-28 Goffi cli (blog/set): new `--sign` argument:
2022-10-28 Goffi plugin XEP-0277: `signed` flag can now be used in `extra` to use sign the blog post:
2022-10-28 Goffi plugin pubsub signing: pubsub items signature implementation:
2022-10-28 Goffi tools (xml_tools): `domish_elt_2_et_elt` and `et_elt_2_domish_elt` now handle lxml.etree
2022-10-28 Goffi plugin XEP-0373: typos
2022-10-28 Goffi tools (utils): fix `parse_xmpp_date` timezone:
2022-10-28 Goffi plugin OXPS: fix triggers return values:
2022-10-15 Goffi doc (blog, pubsub): documentation on new e2ee arguments for pubsub, and shared secrets handling:
2022-10-15 Goffi doc: new doc giving an overview on how e2ee is working in Libervia/XMPP:
2022-10-15 Goffi plugin XEP-0277: add `encryption` flag to MB data:
2022-10-15 Goffi plugin OXPS, XEP-0060: indicate which items were e2ee:
2022-10-15 Goffi cli (pubsub/set, edit): add `--encrypt` flag:
2022-10-15 Goffi tests (e2e/cli): add test for pubsub encryption:
2022-10-15 Goffi plugin XEP-0470: fix autocreate in `create_attachments_node`:
2022-10-15 Goffi plugin XEP-0374, XEP-0384: handle cases where "to" is not set in <message> for `feedback_jid`
2022-10-15 Goffi plugin XEP-0384: continue workflow and log error in case of issue in self.__prepare_for_profile:
2022-10-15 Goffi plugin XEP-0373: download public keys if they are not found in local storage:
2022-10-15 Goffi plugin pubsub cache: avoid race condition by retrying node request:
2022-10-15 Goffi docker: update images to include new OMEMO libraries and OpenPGP packages:
2022-10-15 Goffi cli (pubsub): new `secret` subcommands:
2022-10-15 Goffi cli (pubsub/get): add `--no-decrypt` flag to disable automatic decryption:
2022-10-15 Goffi cli (blog): add `--encrypt` argument on publication commands to e2ee a blog post:
2022-10-15 Goffi tools (common/async_utils): set default `maxsize` to 50 in `async_lru`
2022-10-15 Goffi plugin XEP-0374: exluce `openpgp` element from XEP-0373 on send trigger:
2022-10-15 Goffi plugin OXPS: OpenPGP for XMPP Pubsub implementation:
2022-09-20 Syndace plugin XEP-0373 and XEP-0374: Implementation of OX and OXIM:
2022-10-10 Goffi core: fix and renamed getLocalPath -> get_local_path:
2022-10-07 Goffi plugins (forums, lists, import, XEP-0277): remove invalid `max_items` values
2022-10-06 Goffi plugin lists: fix double deserialisation
2022-10-06 Syndace plugin XEP-0384: proper handling of exceptions in `prepare_for_profile`
2022-10-06 Goffi plugin lists: fix deserialisation on listSet
2022-10-06 Goffi plugin XEP-0448: Encryption for stateless file sharing implementation:
2022-10-06 Goffi cli (file/get): handle full JSON attachment following change in backend:
2022-10-06 Goffi cli (message/send): new `--attach` argument to send an attachment:
2022-10-06 Goffi tools (stream): log error when a SatFile is closed:
2022-10-06 Goffi plugin XEP-0334: avoid adding twice the same hint:
2022-10-06 Goffi plugin XEP-0447: handle attachment and download:
2022-10-06 Goffi core (memory/encryption): helper method to get currently utilised e2ee algorithm's namespace:
2022-10-06 Goffi core (xmpp): check presence of some keys in attachment before using them:
2022-10-06 Goffi plugin XEP-0384: temporarily disable `<iq>` stanza encryption:
2022-10-06 Goffi plugin XEP-0384: expose OLDMEMO and TWOMEMO namespaces:
2022-10-06 Goffi plugin XEP-0420: fix exception on missing `from` or `to`:
2022-10-06 Goffi plugin XEP-0300: type hints
2022-10-06 Goffi plugin events: fix bad import
2022-09-24 Goffi plugin XEP-0384, xml_tools: avoid `getItems` timeout + fix empty node crash + parsing:
2022-09-24 Goffi core (xmpp): make `send` a blocking method, fix `sendMessageData` calls:
2022-09-24 Goffi core (main): `OrderedDict` is not necesasry here anymore, as `dict` are now ordered
2022-08-23 Syndace plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:
2022-09-22 Goffi doc (components/AP Gateway): Ad-Hoc and Events:
2022-09-22 Goffi doc (cli/event): update doc following changes:
2022-09-21 Goffi tests (unit/AP gateway): add tests for events: