diff options
| -rw-r--r-- | 34.md | 7 | ||||
| -rw-r--r-- | 96.md | 2 | ||||
| -rw-r--r-- | README.md | 10 |
3 files changed, 12 insertions, 7 deletions
| @@ -104,7 +104,9 @@ The first patch in a series MAY be a cover letter in the format produced by `git | |||
| 104 | 104 | ||
| 105 | ## Issues | 105 | ## Issues |
| 106 | 106 | ||
| 107 | Issues are Markdown text that is just human-readable conversational threads related to the repository: bug reports, feature requests, questions or comments of any kind. Like patches, these SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. | 107 | Issues are Markdown text that is just human-readable conversational threads related to the repository: bug reports, feature requests, questions or comments of any kind. Like patches, these SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. |
| 108 | |||
| 109 | Issues may have a `subject` tag, which clients can utilize to display a header. Additionally, one or more `t` tags may be included to provide labels for the issue. | ||
| 108 | 110 | ||
| 109 | ```json | 111 | ```json |
| 110 | { | 112 | { |
| @@ -113,6 +115,9 @@ Issues are Markdown text that is just human-readable conversational threads rela | |||
| 113 | "tags": [ | 115 | "tags": [ |
| 114 | ["a", "30617:<base-repo-owner-pubkey>:<base-repo-id>"], | 116 | ["a", "30617:<base-repo-owner-pubkey>:<base-repo-id>"], |
| 115 | ["p", "<repository-owner>"] | 117 | ["p", "<repository-owner>"] |
| 118 | ["subject", "<issue-subject>"] | ||
| 119 | ["t", "<issue-label>"] | ||
| 120 | ["t", "<another-issue-label>"] | ||
| 116 | ] | 121 | ] |
| 117 | } | 122 | } |
| 118 | ``` | 123 | ``` |
| @@ -143,7 +143,7 @@ The upload response is a json object as follows: | |||
| 143 | // and, optionally, all file metadata the server wants to make available | 143 | // and, optionally, all file metadata the server wants to make available |
| 144 | // | 144 | // |
| 145 | // nip94_event field is absent if unsuccessful upload | 145 | // nip94_event field is absent if unsuccessful upload |
| 146 | "nip94_event2": { | 146 | "nip94_event": { |
| 147 | // Required tags: "url" and "ox" | 147 | // Required tags: "url" and "ox" |
| 148 | "tags": [ | 148 | "tags": [ |
| 149 | // Can be same from /.well-known/nostr/nip96.json's "download_url" field | 149 | // Can be same from /.well-known/nostr/nip96.json's "download_url" field |
| @@ -158,7 +158,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 158 | | `10015` | Interests list | [51](51.md) | | 158 | | `10015` | Interests list | [51](51.md) | |
| 159 | | `10030` | User emoji list | [51](51.md) | | 159 | | `10030` | User emoji list | [51](51.md) | |
| 160 | | `10050` | Relay list to receive DMs | [51](51.md), [17](17.md) | | 160 | | `10050` | Relay list to receive DMs | [51](51.md), [17](17.md) | |
| 161 | | `10063` | User server list | [blossom] | | 161 | | `10063` | User server list | [Blossom][blossom] | |
| 162 | | `10096` | File storage server list | [96](96.md) | | 162 | | `10096` | File storage server list | [96](96.md) | |
| 163 | | `13194` | Wallet Info | [47](47.md) | | 163 | | `13194` | Wallet Info | [47](47.md) | |
| 164 | | `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] | | 164 | | `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] | |
| @@ -166,7 +166,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 166 | | `23194` | Wallet Request | [47](47.md) | | 166 | | `23194` | Wallet Request | [47](47.md) | |
| 167 | | `23195` | Wallet Response | [47](47.md) | | 167 | | `23195` | Wallet Response | [47](47.md) | |
| 168 | | `24133` | Nostr Connect | [46](46.md) | | 168 | | `24133` | Nostr Connect | [46](46.md) | |
| 169 | | `24242` | Blobs stored on mediaservers | [blossom] | | 169 | | `24242` | Blobs stored on mediaservers | [Blossom][blossom] | |
| 170 | | `27235` | HTTP Auth | [98](98.md) | | 170 | | `27235` | HTTP Auth | [98](98.md) | |
| 171 | | `30000` | Follow sets | [51](51.md) | | 171 | | `30000` | Follow sets | [51](51.md) | |
| 172 | | `30001` | Generic lists | [51](51.md) | | 172 | | `30001` | Generic lists | [51](51.md) | |
| @@ -216,7 +216,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 216 | [joinstr]: https://gitlab.com/1440000bytes/joinstr/-/blob/main/NIP.md | 216 | [joinstr]: https://gitlab.com/1440000bytes/joinstr/-/blob/main/NIP.md |
| 217 | [NKBIP-01]: https://wikistr.com/nkbip-01 | 217 | [NKBIP-01]: https://wikistr.com/nkbip-01 |
| 218 | [NKBIP-02]: https://wikistr.com/nkbip-02 | 218 | [NKBIP-02]: https://wikistr.com/nkbip-02 |
| 219 | [Blossom]: https://wikistr.com/blossom | 219 | [blossom]: https://github.com/hzrd149/blossom |
| 220 | [Tidal-nostr]: https://wikistr.com/tidal-nostr | 220 | [Tidal-nostr]: https://wikistr.com/tidal-nostr |
| 221 | 221 | ||
| 222 | ## Message types | 222 | ## Message types |
| @@ -262,7 +262,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 262 | | `q` | event id (hex) | relay URL | [18](18.md) | | 262 | | `q` | event id (hex) | relay URL | [18](18.md) | |
| 263 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | | 263 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | |
| 264 | | `r` | relay url | marker | [65](65.md) | | 264 | | `r` | relay url | marker | [65](65.md) | |
| 265 | | `t` | hashtag | -- | [24](24.md) | | 265 | | `t` | hashtag | -- | [24](24.md), [34](34.md) | |
| 266 | | `alt` | summary | -- | [31](31.md) | | 266 | | `alt` | summary | -- | [31](31.md) | |
| 267 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | | 267 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | |
| 268 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | | 268 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | |
| @@ -289,7 +289,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 289 | | `relay` | relay url | -- | [42](42.md), [17](17.md) | | 289 | | `relay` | relay url | -- | [42](42.md), [17](17.md) | |
| 290 | | `relays` | relay list | -- | [57](57.md) | | 290 | | `relays` | relay list | -- | [57](57.md) | |
| 291 | | `server` | file storage server url | -- | [96](96.md) | | 291 | | `server` | file storage server url | -- | [96](96.md) | |
| 292 | | `subject` | subject | -- | [14](14.md), [17](17.md) | | 292 | | `subject` | subject | -- | [14](14.md), [17](17.md), [34](34.md) | |
| 293 | | `summary` | summary | -- | [23](23.md), [52](52.md) | | 293 | | `summary` | summary | -- | [23](23.md), [52](52.md) | |
| 294 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | | 294 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | |
| 295 | | `title` | article title | -- | [23](23.md) | | 295 | | `title` | article title | -- | [23](23.md) | |