log

age author description
15 months ago Goffi plugin XEP-0050: small code quality improvements + add `C.ENTITY_ADMINS` magic key to allow administrators profiles
15 months ago Goffi plugin XEP-053, component AP gateway: use the new `trigger.add_with_check` method
15 months ago Goffi core (tools/trigger): new `add_with_check` method:
15 months ago Goffi plugin XEP-0471: modify variable name to be linter friendly.
15 months ago Goffi plugin IP: fix use of legacy URL + coroutine use:
15 months ago Goffi core: fix path in `get_local_path`:
16 months ago Goffi plugin XEP-0277, doc: conflict is now checked and avoided if `user_friendly_id_suffix` is `False`, doc updated
16 months ago Goffi doc (cli/blog): Document new `--alt-link` option
16 months ago Goffi cli (blog): new `--alt-link` option to specify alternate links
16 months ago Goffi plugin XEP-0277: generate and parse altertate links with the new `alt_links` data in `extra`
16 months ago Goffi doc (cli/blog): documentation of the new `--no-id-suffix` option.
16 months ago Goffi cli (blog): add `--no-id-suffix` flag, to prevent adding random suffix to user-friendly IDs
16 months ago Goffi Plugin XEP-0277: Add metadata to prevent adding random suffixes to generated user-friendly IDs.
16 months ago Goffi core (constants): user platform temporary dir by default for PID files
16 months ago Goffi quick_frontend, tui: fix name conflict with `show_resources`
16 months ago Goffi component AP gateway: log a warning instead of raising an exception in `onMessage`:
16 months ago Goffi core (message): fix calling of post treatments during message workflow
16 months ago Goffi plugin ad-hoc D-Bus: fix deprecated use of python-dbus:
16 months ago Goffi plugin XEP-0424: message retraction update:
16 months ago Goffi template: add a `bare_jid` filter
16 months ago Goffi plugin XEP-0384: fix trigger used for OLDMEMO:
16 months ago Goffi plugin XEP-0308: implement Last Message Correction
16 months ago Goffi models (core): separate `MessageEditData` from `MessageEdition`:
16 months ago Goffi core (memory/sqla_mapping): `delete-orphan` in History:
16 months ago Goffi core (memory/sqla): add `id` filter in `history_get`
16 months ago Goffi core (memory/memory): fix the use of empty `from_jid` and `to_jid` in `history_get`
16 months ago Goffi tools (common/data_objects): expose message's `extra` field.
16 months ago Goffi plugin XEP-0444: complete implementation:
16 months ago Goffi plugin XEP-0359: use same ID as <message> for `origin_id`:
16 months ago Goffi plugin XEP-0045: user normal workflow for history + `get_room_user_jid` method: