From 6035bae2e487579fc3e5cb2461f3b37ff6276080 Mon Sep 17 00:00:00 2001 From: silverpill Date: Thu, 6 Nov 2025 22:41:04 +0000 Subject: [PATCH] Automatic update [skip ci] --- README.md | 1 + fep/d8c8/fep-d8c8.md | 5 +++-- index.json | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee25f82..e902a9e 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [FEP-11dd: Context Ownership and Inheritance](./fep/11dd/fep-11dd.md) | `DRAFT` | [#675](https://codeberg.org/fediverse/fep/issues/675) | 2025-09-11 | - | | [FEP-8967: Generating link previews for attached links](./fep/8967/fep-8967.md) | `DRAFT` | [#681](https://codeberg.org/fediverse/fep/issues/681) | 2025-09-16 | - | | [FEP-1580: Move Actor Objects with a `migration` Collection](./fep/1580/fep-1580.md) | `DRAFT` | [#702](https://codeberg.org/fediverse/fep/issues/702) | 2025-10-09 | - | +| [FEP-d8c8: BitTorrent `Torrent` Objects](./fep/d8c8/fep-d8c8.md) | `DRAFT` | [#722](https://codeberg.org/fediverse/fep/issues/722) | 2025-11-03 | - | | [FEP-19b3: Specifying Properties of a Service](./fep/19b3/fep-19b3.md) | `DRAFT` | [#719](https://codeberg.org/fediverse/fep/issues/719) | 2025-11-04 | - | ## License diff --git a/fep/d8c8/fep-d8c8.md b/fep/d8c8/fep-d8c8.md index 6aeca9d..4dc7f8c 100644 --- a/fep/d8c8/fep-d8c8.md +++ b/fep/d8c8/fep-d8c8.md @@ -2,8 +2,9 @@ slug: "d8c8" authors: Jonny Saunders status: DRAFT -dateReceived: 2025-11-03 discussionsTo: https://socialhub.activitypub.rocks/t/fep-d8c8-bittorrent-torrent-objects/8309 +dateReceived: 2025-11-03 +trackingIssue: https://codeberg.org/fediverse/fep/issues/722 --- # FEP-d8c8: BitTorrent `Torrent` Objects @@ -1034,4 +1035,4 @@ To the extent possible under law, the authors of this Fediverse Enhancement Prop ## Footnotes [^torrentterminology]: A `.torrent` file is often just called "a torrent," as it is in this document. -[^v1v2]: Bittorrent v2 is a backwards compatible extension of bittorrent v1, so torrents may be v1-only, v2-only, or so-called "hybrid" torrents that have both v1 and v2 fields. \ No newline at end of file +[^v1v2]: Bittorrent v2 is a backwards compatible extension of bittorrent v1, so torrents may be v1-only, v2-only, or so-called "hybrid" torrents that have both v1 and v2 fields. diff --git a/index.json b/index.json index dc35a3b..fded5ba 100644 --- a/index.json +++ b/index.json @@ -1124,6 +1124,16 @@ "title": "Move Actor Objects with a `migration` Collection", "implementations": 0 }, + { + "slug": "d8c8", + "authors": "Jonny Saunders ", + "status": "DRAFT", + "discussionsTo": "https://socialhub.activitypub.rocks/t/fep-d8c8-bittorrent-torrent-objects/8309", + "dateReceived": "2025-11-03", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/722", + "title": "BitTorrent `Torrent` Objects", + "implementations": 0 + }, { "slug": "19b3", "authors": "Helge",