1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-06 04:05:53 +00:00

Automatic update [skip ci]

This commit is contained in:
silverpill
2025-11-06 22:41:04 +00:00
parent 6d2865446b
commit 6035bae2e4
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -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
+3 -2
View File
@@ -2,8 +2,9 @@
slug: "d8c8"
authors: Jonny Saunders <j@nny.fyi>
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.
[^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.
+10
View File
@@ -1124,6 +1124,16 @@
"title": "Move Actor Objects with a `migration` Collection",
"implementations": 0
},
{
"slug": "d8c8",
"authors": "Jonny Saunders <j@nny.fyi>",
"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",