log

age author description
Sat, 09 Dec 2023 19:20:13 +0100 Goffi plugin XEP-053, component AP gateway: use the new `trigger.add_with_check` method
Sat, 09 Dec 2023 19:19:26 +0100 Goffi core (tools/trigger): new `add_with_check` method:
Sat, 09 Dec 2023 19:17:34 +0100 Goffi plugin XEP-0471: modify variable name to be linter friendly.
Sat, 09 Dec 2023 14:30:54 +0100 Goffi plugin IP: fix use of legacy URL + coroutine use:
Sat, 09 Dec 2023 14:05:02 +0100 Goffi core: fix path in `get_local_path`:
Tue, 05 Dec 2023 13:39:03 +0100 Goffi plugin XEP-0277, doc: conflict is now checked and avoided if `user_friendly_id_suffix` is `False`, doc updated
Tue, 05 Dec 2023 13:14:55 +0100 Goffi doc (cli/blog): Document new `--alt-link` option
Tue, 05 Dec 2023 13:14:33 +0100 Goffi cli (blog): new `--alt-link` option to specify alternate links
Tue, 05 Dec 2023 13:14:03 +0100 Goffi plugin XEP-0277: generate and parse altertate links with the new `alt_links` data in `extra`
Tue, 05 Dec 2023 13:13:03 +0100 Goffi doc (cli/blog): documentation of the new `--no-id-suffix` option.
Tue, 05 Dec 2023 13:12:01 +0100 Goffi cli (blog): add `--no-id-suffix` flag, to prevent adding random suffix to user-friendly IDs
Tue, 05 Dec 2023 13:10:21 +0100 Goffi Plugin XEP-0277: Add metadata to prevent adding random suffixes to generated user-friendly IDs.
Mon, 04 Dec 2023 17:51:28 +0100 Goffi core (constants): user platform temporary dir by default for PID files
Fri, 01 Dec 2023 18:23:04 +0100 Goffi quick_frontend, tui: fix name conflict with `show_resources`
Fri, 01 Dec 2023 18:22:26 +0100 Goffi component AP gateway: log a warning instead of raising an exception in `onMessage`:
Fri, 01 Dec 2023 18:20:27 +0100 Goffi core (message): fix calling of post treatments during message workflow
Fri, 01 Dec 2023 15:22:55 +0100 Goffi plugin ad-hoc D-Bus: fix deprecated use of python-dbus:
Thu, 30 Nov 2023 13:23:53 +0100 Goffi plugin XEP-0424: message retraction update:
Tue, 28 Nov 2023 17:41:49 +0100 Goffi template: add a `bare_jid` filter
Tue, 28 Nov 2023 17:41:02 +0100 Goffi plugin XEP-0384: fix trigger used for OLDMEMO:
Tue, 28 Nov 2023 17:38:31 +0100 Goffi plugin XEP-0308: implement Last Message Correction
Tue, 28 Nov 2023 17:37:02 +0100 Goffi models (core): separate `MessageEditData` from `MessageEdition`:
Tue, 28 Nov 2023 17:35:20 +0100 Goffi core (memory/sqla_mapping): `delete-orphan` in History:
Tue, 28 Nov 2023 17:26:45 +0100 Goffi core (memory/sqla): add `id` filter in `history_get`
Tue, 28 Nov 2023 17:25:47 +0100 Goffi core (memory/memory): fix the use of empty `from_jid` and `to_jid` in `history_get`
Wed, 22 Nov 2023 15:11:25 +0100 Goffi tools (common/data_objects): expose message's `extra` field.
Wed, 22 Nov 2023 15:10:04 +0100 Goffi plugin XEP-0444: complete implementation:
Wed, 22 Nov 2023 15:05:41 +0100 Goffi plugin XEP-0359: use same ID as <message> for `origin_id`:
Wed, 22 Nov 2023 15:00:57 +0100 Goffi plugin XEP-0045: user normal workflow for history + `get_room_user_jid` method:
Wed, 22 Nov 2023 14:56:14 +0100 Goffi plugin XEP-0313: better error logging + store last stanza ID when retrieving archives + small improvments