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:
|
2022-07-09 |
Goffi |
doc (developer): typo
|
2022-06-29 |
Goffi |
doc (components/AP): identity and avatar:
|
2022-06-29 |
Goffi |
tests (unit/ap-gateway): tests for XMPP identity/vCard4 <=> AP actor data conversion:
|
2022-06-29 |
Goffi |
CLI (identity): add description to `identity set`:
|
2022-06-29 |
Goffi |
component AP: convert AP identity data to XMPP:
|
2022-06-29 |
Goffi |
plugin XEP-0163: allow unset `event_type` in `addPEPEvent`, check conflict + type hints
|
2022-06-29 |
Goffi |
core (tools/web): helped method to download files:
|
2022-06-29 |
Goffi |
component AP: XMPP identity => AP actor data converstion:
|
2022-06-29 |
Goffi |
plugin XEP-0084: "User Avatar" implementation:
|
2022-06-29 |
Goffi |
plugin XEP-0292: vCard4 Over XMPP implementation:
|
2022-06-29 |
Goffi |
core (memory/cache): type hints + filename fix:
|
2022-06-29 |
Goffi |
plugin identity: make the plugin compatible with component + description:
|
2022-06-29 |
Goffi |
plugin identity, XEP-0054: move avatar resizing and caching method to identity plugin:
|
2022-06-29 |
Goffi |
plugin XEP-0060: type hints
|
2022-06-29 |
Goffi |
core (memory/sqla_config): set a timeout for SQLite:
|
2022-06-29 |
Goffi |
core (memory/sqla): `session_add` must have a default value in `delete`
|
2022-06-29 |
Goffi |
core (types): add `is_component` to `SatXMPPEntity`
|
2022-06-17 |
Goffi |
plugin XEP-0191: fix wrong name and description
|
2022-06-17 |
Goffi |
doc (components): AP item retraction + blocking:
|
2022-06-17 |
Goffi |
tests (unit/ap gateway): message/item retractation tests:
|
2022-06-17 |
Goffi |
tests (unit/ap gateway): fix `onMessage` call following change in the component:
|
2022-06-17 |
Goffi |
component AP gateway typing + remove unused `activity` arg from `newAPDeleteItem`
|
2022-06-17 |
Goffi |
doc (cli/message): `retract` command
|
2022-06-17 |
Goffi |
cli (message/retract): message retractation command:
|
2022-06-17 |
Goffi |
component AP gateway: AP delete activity => message retract:
|
2022-06-17 |
Goffi |
component AP gateway: message retractation => AP deletion
|
2022-06-17 |
Goffi |
component AP gateway: set POST default response code to 202 (accepted)
|
2022-06-17 |
Goffi |
plugin XEP-424: Message Retractation implementation:
|
2022-06-17 |
Goffi |
plugin XEP-0428: Fallback Indication implementation:
|
2022-06-17 |
Goffi |
plugin XEP-0422: Message Fastening implementation:
|
2022-06-17 |
Goffi |
core (memory/sqla): generic `get` + `session_add` in `delete`:
|
2022-06-17 |
Goffi |
core (memory/sqla), plugin XEP-0359: always add `origin-id`, and store:
|