upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index cbd45cf..eb6fd94 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
78- [NIP-61: Nutzaps](61.md) 78- [NIP-61: Nutzaps](61.md)
79- [NIP-64: Chess (PGN)](64.md) 79- [NIP-64: Chess (PGN)](64.md)
80- [NIP-65: Relay List Metadata](65.md) 80- [NIP-65: Relay List Metadata](65.md)
81- [NIP-68: Picture-first feeds](68.md)
81- [NIP-69: Peer-to-peer Order events](69.md) 82- [NIP-69: Peer-to-peer Order events](69.md)
82- [NIP-70: Protected Events](70.md) 83- [NIP-70: Protected Events](70.md)
83- [NIP-71: Video Events](71.md) 84- [NIP-71: Video Events](71.md)
@@ -86,6 +87,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
86- [NIP-75: Zap Goals](75.md) 87- [NIP-75: Zap Goals](75.md)
87- [NIP-78: Application-specific data](78.md) 88- [NIP-78: Application-specific data](78.md)
88- [NIP-84: Highlights](84.md) 89- [NIP-84: Highlights](84.md)
90- [NIP-86: Relay Management API](86.md)
89- [NIP-89: Recommended Application Handlers](89.md) 91- [NIP-89: Recommended Application Handlers](89.md)
90- [NIP-90: Data Vending Machines](90.md) 92- [NIP-90: Data Vending Machines](90.md)
91- [NIP-92: Media Attachments](92.md) 93- [NIP-92: Media Attachments](92.md)
@@ -93,6 +95,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
93- [NIP-96: HTTP File Storage Integration](96.md) 95- [NIP-96: HTTP File Storage Integration](96.md)
94- [NIP-98: HTTP Auth](98.md) 96- [NIP-98: HTTP Auth](98.md)
95- [NIP-99: Classified Listings](99.md) 97- [NIP-99: Classified Listings](99.md)
98- [NIP-7D: Threads](7D.md)
99- [NIP-C7: Chats](C7.md)
96 100
97## Event Kinds 101## Event Kinds
98 102
@@ -107,14 +111,15 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
107| `6` | Repost | [18](18.md) | 111| `6` | Repost | [18](18.md) |
108| `7` | Reaction | [25](25.md) | 112| `7` | Reaction | [25](25.md) |
109| `8` | Badge Award | [58](58.md) | 113| `8` | Badge Award | [58](58.md) |
110| `9` | Group Chat Message | [29](29.md) | 114| `9` | Chat Message | [C7](C7.md) |
111| `10` | Group Chat Threaded Reply | 29 (deprecated) | 115| `10` | Group Chat Threaded Reply | 29 (deprecated) |
112| `11` | Group Thread | [29](29.md) | 116| `11` | Thread | [7D](7D.md) |
113| `12` | Group Thread Reply | 29 (deprecated) | 117| `12` | Group Thread Reply | 29 (deprecated) |
114| `13` | Seal | [59](59.md) | 118| `13` | Seal | [59](59.md) |
115| `14` | Direct Message | [17](17.md) | 119| `14` | Direct Message | [17](17.md) |
116| `16` | Generic Repost | [18](18.md) | 120| `16` | Generic Repost | [18](18.md) |
117| `17` | Reaction to a website | [25](25.md) | 121| `17` | Reaction to a website | [25](25.md) |
122| `20` | Picture | [68](68.md) |
118| `40` | Channel Creation | [28](28.md) | 123| `40` | Channel Creation | [28](28.md) |
119| `41` | Channel Metadata | [28](28.md) | 124| `41` | Channel Metadata | [28](28.md) |
120| `42` | Channel Message | [28](28.md) | 125| `42` | Channel Message | [28](28.md) |
@@ -179,7 +184,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
179| `24242` | Blobs stored on mediaservers | [Blossom][blossom] | 184| `24242` | Blobs stored on mediaservers | [Blossom][blossom] |
180| `27235` | HTTP Auth | [98](98.md) | 185| `27235` | HTTP Auth | [98](98.md) |
181| `30000` | Follow sets | [51](51.md) | 186| `30000` | Follow sets | [51](51.md) |
182| `30001` | Generic lists | [51](51.md) | 187| `30001` | Generic lists | 51 (deprecated) |
183| `30002` | Relay sets | [51](51.md) | 188| `30002` | Relay sets | [51](51.md) |
184| `30003` | Bookmark sets | [51](51.md) | 189| `30003` | Bookmark sets | [51](51.md) |
185| `30004` | Curation sets | [51](51.md) | 190| `30004` | Curation sets | [51](51.md) |
@@ -278,6 +283,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
278| `L` | label namespace | -- | [32](32.md) | 283| `L` | label namespace | -- | [32](32.md) |
279| `m` | MIME type | -- | [94](94.md) | 284| `m` | MIME type | -- | [94](94.md) |
280| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | 285| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
286| `P` | pubkey (hex) | -- | [57](57.md) |
281| `q` | event id (hex) | relay URL, pubkey (hex) | [18](18.md) | 287| `q` | event id (hex) | relay URL, pubkey (hex) | [18](18.md) |
282| `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | 288| `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) |
283| `r` | relay url | marker | [65](65.md) | 289| `r` | relay url | marker | [65](65.md) |