diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-04-09 08:50:24 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-04-09 08:50:24 -0300 |
| commit | fb5b7c739ff92cec4962990aa99c54fac9f5de81 (patch) | |
| tree | e20260d2ed02c68cb9741577b424fc573f474592 /README.md | |
| parent | dee546ed9ead06135522307c7effafb8e7095afd (diff) | |
merge NIP-15 into NIP-01.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -16,7 +16,6 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 16 | - [NIP-12: Generic Tag Queries](12.md) | 16 | - [NIP-12: Generic Tag Queries](12.md) |
| 17 | - [NIP-13: Proof of Work](13.md) | 17 | - [NIP-13: Proof of Work](13.md) |
| 18 | - [NIP-14: Subject tag in text events.](14.md) | 18 | - [NIP-14: Subject tag in text events.](14.md) |
| 19 | - [NIP-15: End of Stored Events Notice](15.md) | ||
| 20 | - [NIP-16: Event Treatment](16.md) | 19 | - [NIP-16: Event Treatment](16.md) |
| 21 | - [NIP-18: Reposts](18.md) | 20 | - [NIP-18: Reposts](18.md) |
| 22 | - [NIP-19: bech32-encoded entities](19.md) | 21 | - [NIP-19: bech32-encoded entities](19.md) |
| @@ -96,7 +95,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 96 | |--------|---------------------------------------------------------|-------------| | 95 | |--------|---------------------------------------------------------|-------------| |
| 97 | | EVENT | used to send events requested to clients | [1](01.md) | | 96 | | EVENT | used to send events requested to clients | [1](01.md) | |
| 98 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | | 97 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | |
| 99 | | EOSE | used to notify clients all stored events have been sent | [15](15.md) | | 98 | | EOSE | used to notify clients all stored events have been sent | [1](01.md) | |
| 100 | | OK | used to notify clients if an EVENT was successful | [20](20.md) | | 99 | | OK | used to notify clients if an EVENT was successful | [20](20.md) | |
| 101 | | AUTH | used to send authentication challenges | [42](42.md) | | 100 | | AUTH | used to send authentication challenges | [42](42.md) | |
| 102 | | COUNT | used to send requested event counts to clients | [45](45.md) | | 101 | | COUNT | used to send requested event counts to clients | [45](45.md) | |