log

age author description
2022-08-31 Goffi component AP gateway: AP <=> XMPP reactions conversions:
2022-08-31 Goffi plugin XEP-0424: rename bridge method:
2022-08-31 Goffi plugin XEP-0444: Message Reactions implementation:
2022-08-31 Goffi doc (components): the word "handle" is more adapted here
2022-08-31 Goffi component AP gateway: work around encoding bug in Mastodon:
2022-08-31 Goffi component AP gateway: fix headers case in signature:
2022-08-31 Goffi component AP gateway: add `aliases` to webfinger data
2022-08-31 Goffi component AP gateway: better verbose logging:
2022-08-31 Goffi component AP gateway: raise exceptions on apGet + fix exceptions catching in apGetLocalObject:
2022-08-31 Goffi tools: renamed module `sat.tools.datetime` to `date.tools.xmpp_datetime` to avoid conflict with Python's standard lib
2022-08-31 Goffi tools (datetime, utils): fix incorrect use of naive object:
2022-08-23 Syndace plugin XEP-0420: Implementation of Stanza Content Encryption:
2022-08-23 Goffi plugin mr mercurial: limit export to ancestors of working directory parent
2022-08-23 Goffi plugin merge-requests: fix `await` use on blocking method
2022-07-22 Goffi doc (components/AP gateway): "repeat" and "noticed/like":
2022-07-22 Goffi doc (cli/pubsub, cli/blog): `attachments` subcommands documentation:
2022-07-22 Goffi doc (cli/blog): `repeat` documentation:
2022-07-22 Goffi tests (unit/AP gateway): tests for item repeat/announce and noticed/like conversion:
2022-07-22 Goffi component AP gateway: fix item ID for XMPP items on Announce:
2022-07-21 Goffi component AP gateway: handle `Like` and `Undo`/`Like` activities:
2022-07-21 Goffi component AP gateway (pubsub): only emit a `Follow` activity for microblog subscription:
2022-07-21 Goffi plugin XEP-0060: sender can now be specified in `sendItems` and `publish`:
2022-07-20 Goffi cli (blog, pubsub): new `attachments` subcommands:
2022-07-20 Goffi component AP gateway: handle XMPP attachments -> AP likes conversion:
2022-07-20 Goffi plugin pubsub attachments: partial implementation of pubsub-attachments protoXEP:
2022-07-20 Goffi plugin pubsub cache: replace empty list by None in `getItemsFromCache`:
2022-07-20 Goffi core (memory/sqla): add argument to `getPubsubNode` to auto-create a node:
2022-07-20 Goffi plugin XEP-0277: add a trigger to `send` method:
2022-07-20 Goffi plugin XEP-0060, tools (utils): doc/type hints
2022-07-20 Goffi core: fix calls to `domish.Element.elements`:
2022-07-14 Goffi cli (blog/get): verbose level of 2 now shows `extra` field
2022-07-14 Goffi cli (blog/set): show ID of published item
2022-07-14 Goffi component AP gateway: when a repeated blog post is retracted, it converted to suitable Activity:
2022-07-14 Goffi component AP gateway: "repeat" to "Announce" conversion:
2022-07-14 Goffi plugin XEP-0060: fix bad naming of return variable
2022-07-14 Goffi component AP gateway: fix wrong exception + use of mb_data["xml"] when it may be absent
2022-07-14 Goffi component AP gateway: we need to use `actor` and not `attributedTo` for activities:
2022-07-14 Goffi component AP gateway: get items when not found in cache in `apGetLocalObject`:
2022-07-14 Goffi component AP gateway: use the new `priority` argument of `addManagedNode`:
2022-07-14 Goffi plugin XEP-0060: handle priority in `addManagedNode`:
2022-07-14 Goffi plugin XEP-0277: return ID of published item in `send` and bridge's `mbSend`
2022-07-14 Goffi component AP gateway: new `verbose` attribute in AP gateway to activate debug logs:
2022-07-14 Goffi component AP gateway: return item when `item` URL is used:
2022-07-14 Goffi component AP gateway: use `createActivity` in `mbdata2APitem`
2022-07-14 Goffi component AP gateway: `Announce` activity implementation:
2022-07-14 Goffi component AP gateway: `getAPAccountFromId` now works with local IDs:
2022-07-14 Goffi component AP gateway: `apGetObject` and `apGetList` now work with local object:
2022-07-14 Goffi li (blog): new `repeat` subcommand, to re-publish a blog post:
2022-07-13 Goffi plugin XEP-0277: post repeating implementation:
2022-07-10 Goffi install: pyyaml and treq update
2022-07-10 Goffi doc (components/AP): Mention:
2022-07-10 Goffi test (unit/AP gateway): tests for XMPP reference/mention <=> AP mention conversion:
2022-07-10 Goffi doc (cli/pubsub): add doc for ``reference`` subcommand:
2022-07-10 Goffi cli (pubsub): new `reference` subcommand to send references/mentions to pubsub items:
2022-07-10 Goffi cli: helper method to retrieve profile's jid:
2022-07-10 Goffi component AP gateway: convert XMPP mentions to AP:
2022-07-10 Goffi component AP gateway: convert AP mention to XEP-0372 mentions:
2022-07-10 Goffi plugin pubsub cache: resync in `synchronise` when node's `sync_state` is not set:
2022-07-10 Goffi plugin XEP-0372: References implementation:
2022-07-09 Goffi tools (common/uri): accept URIs without type: