upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-02-09 13:43:53 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-02-09 13:43:53 -0300
commita1a090160b610c69513725ae871efdb346cbd82d (patch)
tree2a56a2942323f951c682c83f76f49e16ef10170d
parent643de1b7dac1d00ff8344e887da54ae9edd9ee82 (diff)
rewrite ranges.
-rw-r--r--README.md44
1 files changed, 22 insertions, 22 deletions
diff --git a/README.md b/README.md
index 72973c0..54bb5d4 100644
--- a/README.md
+++ b/README.md
@@ -35,28 +35,28 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
35 35
36## Event Kinds 36## Event Kinds
37 37
38| kind | description | NIP | 38| kind | description | NIP |
39|-------------|-----------------------------|------------------------| 39| ------------- | -------------------------------- | ----------------------- |
40| 0 | Metadata | [1](01.md), [5](05.md) | 40| 0 | Metadata | [1](01.md), [5](05.md) |
41| 1 | Short Text Note | [1](01.md) | 41| 1 | Short Text Note | [1](01.md) |
42| 2 | Recommend Relay | [1](01.md) | 42| 2 | Recommend Relay | [1](01.md) |
43| 3 | Contacts | [2](02.md) | 43| 3 | Contacts | [2](02.md) |
44| 4 | Encrypted Direct Messages | [4](04.md) | 44| 4 | Encrypted Direct Messages | [4](04.md) |
45| 5 | Event Deletion | [9](09.md) | 45| 5 | Event Deletion | [9](09.md) |
46| 7 | Reaction | [25](25.md) | 46| 7 | Reaction | [25](25.md) |
47| 40 | Channel Creation | [28](28.md) | 47| 40 | Channel Creation | [28](28.md) |
48| 41 | Channel Metadata | [28](28.md) | 48| 41 | Channel Metadata | [28](28.md) |
49| 42 | Channel Message | [28](28.md) | 49| 42 | Channel Message | [28](28.md) |
50| 43 | Channel Hide Message | [28](28.md) | 50| 43 | Channel Hide Message | [28](28.md) |
51| 44 | Channel Mute User | [28](28.md) | 51| 44 | Channel Mute User | [28](28.md) |
52| 45-49 | Public Chat Reserved | [28](28.md) | 52| 45-49 | Public Chat Reserved | [28](28.md) |
53| 1984 | Reporting | [56](56.md) | 53| 1984 | Reporting | [56](56.md) |
54| 10002 | Relay List Metadata | [65](65.md) | 54| 10002 | Relay List Metadata | [65](65.md) |
55| 22242 | Client Authentication | [42](42.md) | 55| 22242 | Client Authentication | [42](42.md) |
56| 1000-9999 | Regular Events Reserved | [16](16.md) | 56| 1000-9999 | Regular Events | [16](16.md) |
57| 10000-19999 | Replaceable Events Reserved | [16](16.md) | 57| 10000-19999 | Replaceable Events | [16](16.md) |
58| 20000-29999 | Ephemeral Events Reserved | [16](16.md) | 58| 20000-29999 | Ephemeral Events | [16](16.md) |
59| 30000-39999 | Param. Repl. Events Reserved| [33](33.md) | 59| 30000-39999 | Parameterized Replaceable Events | [33](33.md) |
60 60
61 61
62 62