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.md43
1 files changed, 24 insertions, 19 deletions
diff --git a/README.md b/README.md
index 829e61b..54bb5d4 100644
--- a/README.md
+++ b/README.md
@@ -30,28 +30,33 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
30- [NIP-40: Expiration Timestamp](40.md) 30- [NIP-40: Expiration Timestamp](40.md)
31- [NIP-42: Authentication of clients to relays](42.md) 31- [NIP-42: Authentication of clients to relays](42.md)
32- [NIP-50: Keywords filter](50.md) 32- [NIP-50: Keywords filter](50.md)
33- [NIP-56: Reporting](56.md)
34- [NIP-65: Relay List Metadata](65.md)
33 35
34## Event Kinds 36## Event Kinds
35 37
36| kind | description | NIP | 38| kind | description | NIP |
37|-------------|-----------------------------|------------------------| 39| ------------- | -------------------------------- | ----------------------- |
38| 0 | Metadata | [1](01.md), [5](05.md) | 40| 0 | Metadata | [1](01.md), [5](05.md) |
39| 1 | Text | [1](01.md) | 41| 1 | Short Text Note | [1](01.md) |
40| 2 | Recommend Relay | [1](01.md) | 42| 2 | Recommend Relay | [1](01.md) |
41| 3 | Contacts | [2](02.md) | 43| 3 | Contacts | [2](02.md) |
42| 4 | Encrypted Direct Messages | [4](04.md) | 44| 4 | Encrypted Direct Messages | [4](04.md) |
43| 5 | Event Deletion | [9](09.md) | 45| 5 | Event Deletion | [9](09.md) |
44| 7 | Reaction | [25](25.md) | 46| 7 | Reaction | [25](25.md) |
45| 40 | Channel Creation | [28](28.md) | 47| 40 | Channel Creation | [28](28.md) |
46| 41 | Channel Metadata | [28](28.md) | 48| 41 | Channel Metadata | [28](28.md) |
47| 42 | Channel Message | [28](28.md) | 49| 42 | Channel Message | [28](28.md) |
48| 43 | Channel Hide Message | [28](28.md) | 50| 43 | Channel Hide Message | [28](28.md) |
49| 44 | Channel Mute User | [28](28.md) | 51| 44 | Channel Mute User | [28](28.md) |
50| 45-49 | Public Chat Reserved | [28](28.md) | 52| 45-49 | Public Chat Reserved | [28](28.md) |
51| 22242 | Client Authentication | [42](42.md) | 53| 1984 | Reporting | [56](56.md) |
52| 10000-19999 | Replaceable Events Reserved | [16](16.md) | 54| 10002 | Relay List Metadata | [65](65.md) |
53| 20000-29999 | Ephemeral Events Reserved | [16](16.md) | 55| 22242 | Client Authentication | [42](42.md) |
54| 30000-39999 | Param. Repl. Events Reserved| [33](33.md) | 56| 1000-9999 | Regular Events | [16](16.md) |
57| 10000-19999 | Replaceable Events | [16](16.md) |
58| 20000-29999 | Ephemeral Events | [16](16.md) |
59| 30000-39999 | Parameterized Replaceable Events | [33](33.md) |
55 60
56 61
57 62