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:
authorfiatjaf_ <fiatjaf@gmail.com>2023-12-06 12:01:27 -0300
committerGitHub <noreply@github.com>2023-12-06 12:01:27 -0300
commit2bd4bf784112aabff9d0fc2dd90fed9107aa5cde (patch)
treec11ffc54f6549f0f337cb75ddce6cd66f77bd449 /README.md
parentc07f0eab1a74c3de5666ce0d2245d40f90543a3d (diff)
`CLOSED` messages for relays that want to reject REQs and NIP-42 `AUTH` integration (#902)
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 68c295f..47b5986 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
172| `EVENT` | used to send events requested to clients | [01](01.md) | 172| `EVENT` | used to send events requested to clients | [01](01.md) |
173| `NOTICE` | used to send human-readable messages to clients | [01](01.md) | 173| `NOTICE` | used to send human-readable messages to clients | [01](01.md) |
174| `OK` | used to notify clients if an EVENT was successful | [01](01.md) | 174| `OK` | used to notify clients if an EVENT was successful | [01](01.md) |
175| `CLOSED` | used to notify clients that a REQ was ended and why | [01](01.md) |
175| `AUTH` | used to send authentication challenges | [42](42.md) | 176| `AUTH` | used to send authentication challenges | [42](42.md) |
176| `COUNT` | used to send requested event counts to clients | [45](45.md) | 177| `COUNT` | used to send requested event counts to clients | [45](45.md) |
177 178