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:
authorVitor Pamplona <vitor@vitorpamplona.com>2024-04-24 15:31:45 -0400
committerGitHub <noreply@github.com>2024-04-24 16:31:45 -0300
commitdf30012430c88d49fb5b124992b04d5c61b6338b (patch)
treee24e45e6580e11aaade5d7ef79678a1af0a7eb6d /README.md
parentcab47cf0f179f578bf9d3be0e61a5a2224053f33 (diff)
NIP-17 (old 24) Sealed Gift-Wrapped Messages for Private DMs and Small Group Chats (#686)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5fcdaf7..619c984 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
25- [NIP-01: Basic protocol flow description](01.md) 25- [NIP-01: Basic protocol flow description](01.md)
26- [NIP-02: Follow List](02.md) 26- [NIP-02: Follow List](02.md)
27- [NIP-03: OpenTimestamps Attestations for Events](03.md) 27- [NIP-03: OpenTimestamps Attestations for Events](03.md)
28- [NIP-04: Encrypted Direct Message](04.md) --- **unrecommended**: deprecated in favor of [NIP-44](44.md) 28- [NIP-04: Encrypted Direct Message](04.md) --- **unrecommended**: deprecated in favor of [NIP-17](17.md)
29- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) 29- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md)
30- [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) 30- [NIP-06: Basic key derivation from mnemonic seed phrase](06.md)
31- [NIP-07: `window.nostr` capability for web browsers](07.md) 31- [NIP-07: `window.nostr` capability for web browsers](07.md)
@@ -36,6 +36,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
36- [NIP-13: Proof of Work](13.md) 36- [NIP-13: Proof of Work](13.md)
37- [NIP-14: Subject tag in text events](14.md) 37- [NIP-14: Subject tag in text events](14.md)
38- [NIP-15: Nostr Marketplace (for resilient marketplaces)](15.md) 38- [NIP-15: Nostr Marketplace (for resilient marketplaces)](15.md)
39- [NIP-17: Private Direct Messages](17.md)
39- [NIP-18: Reposts](18.md) 40- [NIP-18: Reposts](18.md)
40- [NIP-19: bech32-encoded entities](19.md) 41- [NIP-19: bech32-encoded entities](19.md)
41- [NIP-21: `nostr:` URI scheme](21.md) 42- [NIP-21: `nostr:` URI scheme](21.md)
@@ -99,6 +100,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
99| `11` | Group Thread | [29](29.md) | 100| `11` | Group Thread | [29](29.md) |
100| `12` | Group Thread Reply | [29](29.md) | 101| `12` | Group Thread Reply | [29](29.md) |
101| `13` | Seal | [59](59.md) | 102| `13` | Seal | [59](59.md) |
103| `14` | Direct Message | [17](17.md) |
102| `16` | Generic Repost | [18](18.md) | 104| `16` | Generic Repost | [18](18.md) |
103| `40` | Channel Creation | [28](28.md) | 105| `40` | Channel Creation | [28](28.md) |
104| `41` | Channel Metadata | [28](28.md) | 106| `41` | Channel Metadata | [28](28.md) |
@@ -138,6 +140,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
138| `10009` | User groups | [51](51.md), [29](29.md) | 140| `10009` | User groups | [51](51.md), [29](29.md) |
139| `10015` | Interests list | [51](51.md) | 141| `10015` | Interests list | [51](51.md) |
140| `10030` | User emoji list | [51](51.md) | 142| `10030` | User emoji list | [51](51.md) |
143| `10050` | Relay list to receive DMs | [17](17.md) |
141| `10096` | File storage server list | [96](96.md) | 144| `10096` | File storage server list | [96](96.md) |
142| `13194` | Wallet Info | [47](47.md) | 145| `13194` | Wallet Info | [47](47.md) |
143| `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] | 146| `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] |
@@ -247,10 +250,10 @@ Please update these lists when proposing NIPs introducing new event kinds.
247| `price` | price | currency, frequency | [99](99.md) | 250| `price` | price | currency, frequency | [99](99.md) |
248| `proxy` | external ID | protocol | [48](48.md) | 251| `proxy` | external ID | protocol | [48](48.md) |
249| `published_at` | unix timestamp (string) | -- | [23](23.md) | 252| `published_at` | unix timestamp (string) | -- | [23](23.md) |
250| `relay` | relay url | -- | [42](42.md) | 253| `relay` | relay url | -- | [42](42.md), [17](17.md) |
251| `relays` | relay list | -- | [57](57.md) | 254| `relays` | relay list | -- | [57](57.md) |
252| `server` | file storage server url | -- | [96](96.md) | 255| `server` | file storage server url | -- | [96](96.md) |
253| `subject` | subject | -- | [14](14.md) | 256| `subject` | subject | -- | [14](14.md), [17](17.md) |
254| `summary` | article summary | -- | [23](23.md) | 257| `summary` | article summary | -- | [23](23.md) |
255| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | 258| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) |
256| `title` | article title | -- | [23](23.md) | 259| `title` | article title | -- | [23](23.md) |