log

age author description
Sun, 10 Jul 2022 15:16:15 +0200 Goffi component AP gateway: convert AP mention to XEP-0372 mentions:
Sun, 10 Jul 2022 15:16:15 +0200 Goffi plugin pubsub cache: resync in `synchronise` when node's `sync_state` is not set:
Sun, 10 Jul 2022 15:16:05 +0200 Goffi plugin XEP-0372: References implementation:
Sat, 09 Jul 2022 16:30:37 +0200 Goffi tools (common/uri): accept URIs without type:
Sat, 09 Jul 2022 16:29:36 +0200 Goffi doc (developer): typo
Wed, 29 Jun 2022 14:23:16 +0200 Goffi doc (components/AP): identity and avatar:
Wed, 29 Jun 2022 14:06:33 +0200 Goffi tests (unit/ap-gateway): tests for XMPP identity/vCard4 <=> AP actor data conversion:
Wed, 29 Jun 2022 12:13:49 +0200 Goffi CLI (identity): add description to `identity set`:
Wed, 29 Jun 2022 12:12:09 +0200 Goffi component AP: convert AP identity data to XMPP:
Wed, 29 Jun 2022 12:08:53 +0200 Goffi plugin XEP-0163: allow unset `event_type` in `addPEPEvent`, check conflict + type hints
Wed, 29 Jun 2022 12:07:45 +0200 Goffi core (tools/web): helped method to download files:
Wed, 29 Jun 2022 12:06:21 +0200 Goffi component AP: XMPP identity => AP actor data converstion:
Wed, 29 Jun 2022 11:59:07 +0200 Goffi plugin XEP-0084: "User Avatar" implementation:
Wed, 29 Jun 2022 11:58:00 +0200 Goffi plugin XEP-0292: vCard4 Over XMPP implementation:
Wed, 29 Jun 2022 11:54:53 +0200 Goffi core (memory/cache): type hints + filename fix:
Wed, 29 Jun 2022 11:49:03 +0200 Goffi plugin identity: make the plugin compatible with component + description:
Wed, 29 Jun 2022 11:47:48 +0200 Goffi plugin identity, XEP-0054: move avatar resizing and caching method to identity plugin:
Wed, 29 Jun 2022 11:36:31 +0200 Goffi plugin XEP-0060: type hints
Wed, 29 Jun 2022 10:17:33 +0200 Goffi core (memory/sqla_config): set a timeout for SQLite:
Wed, 29 Jun 2022 10:16:03 +0200 Goffi core (memory/sqla): `session_add` must have a default value in `delete`
Wed, 29 Jun 2022 10:14:14 +0200 Goffi core (types): add `is_component` to `SatXMPPEntity`
Fri, 17 Jun 2022 18:25:55 +0200 Goffi plugin XEP-0191: fix wrong name and description
Fri, 17 Jun 2022 15:50:34 +0200 Goffi doc (components): AP item retraction + blocking:
Fri, 17 Jun 2022 15:50:34 +0200 Goffi tests (unit/ap gateway): message/item retractation tests:
Fri, 17 Jun 2022 15:50:34 +0200 Goffi tests (unit/ap gateway): fix `onMessage` call following change in the component:
Fri, 17 Jun 2022 15:50:34 +0200 Goffi component AP gateway typing + remove unused `activity` arg from `newAPDeleteItem`
Fri, 17 Jun 2022 15:50:15 +0200 Goffi doc (cli/message): `retract` command
Fri, 17 Jun 2022 14:15:23 +0200 Goffi cli (message/retract): message retractation command:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi component AP gateway: AP delete activity => message retract:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi component AP gateway: message retractation => AP deletion
Fri, 17 Jun 2022 14:15:23 +0200 Goffi component AP gateway: set POST default response code to 202 (accepted)
Fri, 17 Jun 2022 14:15:23 +0200 Goffi plugin XEP-424: Message Retractation implementation:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi plugin XEP-0428: Fallback Indication implementation:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi plugin XEP-0422: Message Fastening implementation:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (memory/sqla): generic `get` + `session_add` in `delete`:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (memory/mapping): add `origin_id` column to History + constraints update:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (xmpp): adapt message workflow to components:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi core (constants): type hints
Fri, 17 Jun 2022 14:15:23 +0200 Goffi component AP gateway: convert `Delete` AP activities to corresponding Pubsub `retract`:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi comp AP gateway: convert pubsub item retractation to AP `Delete` activity:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi plugin XEP-0060: do not raise an error when not subscribed on unsubscribe:
Fri, 17 Jun 2022 14:15:23 +0200 Goffi doc (components): typo/spelling
Fri, 17 Jun 2022 14:15:23 +0200 Goffi doc (cli/blocking): `blocking` command documentation:
Fri, 27 May 2022 12:15:04 +0200 Goffi cli: new `blocking` commands:
Fri, 27 May 2022 12:12:16 +0200 Goffi plugin XEP-0191: Blocking Command implementation:
Tue, 24 May 2022 17:57:41 +0200 Goffi doc (components): message delivery documentation:
Tue, 24 May 2022 17:57:39 +0200 Goffi test (unit/AP gateway): AP direct message ↔ XMPP `<message>` conversion:
Tue, 24 May 2022 17:57:36 +0200 Goffi comp AP gateway: message conversion:
Tue, 24 May 2022 17:49:14 +0200 Goffi tests (unit/ap_gateway): fix tests
Mon, 16 May 2022 14:37:58 +0200 Goffi core (memory): `fileDelete` is now async, fix coroutine issue
Mon, 16 May 2022 14:20:01 +0200 Goffi plugin invitation: use `store` hint to be sure that the invitation is archived
Mon, 16 May 2022 13:03:53 +0200 Goffi tools (common/email): use `from_email` is specified, always set `email_sender_domain`
Mon, 16 May 2022 13:02:59 +0200 Goffi core: remove useless method (it's available directly in client)
Sun, 15 May 2022 14:15:24 +0200 Goffi comp file sharing: handle `admins` in quotas
Sun, 15 May 2022 14:14:52 +0200 Goffi core: method to know if a profile/entity is an admin:
Sat, 14 May 2022 23:00:35 +0200 Goffi doc (installation): `sat_media` is now `libervia-media`
Sat, 14 May 2022 22:48:35 +0200 Goffi install (setup): fix `urwid-satext` version
Sat, 14 May 2022 22:35:39 +0200 Goffi doc (installation): fix missing `hg clone` instructions
Sat, 14 May 2022 22:34:13 +0200 Goffi install: requirements.txt update