log

age author description
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
Wed, 22 Nov 2023 14:53:07 +0100 Goffi plugin XEP-0280: minor parsing improvement.
Wed, 22 Nov 2023 14:52:00 +0100 Goffi core (memory/sqla_mapping): add a `version_id` column to detect race conditions.
Wed, 22 Nov 2023 14:50:35 +0100 Goffi core (xmpp): message reception workflow refactoring:
Wed, 22 Nov 2023 14:45:26 +0100 Goffi Plugin XEP-0384: rename the pun names "OLDMEMO" and "TWOMEMO" to "OMEMO_legacy" and "OMEMO" for clarity.
Wed, 22 Nov 2023 14:31:05 +0100 Goffi core: introduce Pydantic based models in `libervia.backend.models.core`
Wed, 22 Nov 2023 14:26:13 +0100 Goffi bridge: add `message_update` signal