upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandwich <299465+dskvr@users.noreply.github.com>2025-09-20 12:39:40 +0200
committerGitHub <noreply@github.com>2025-09-20 07:39:40 -0300
commitb516adbf423a120045e07adf5358ae69f190f3c8 (patch)
treee7e15379af9304e4dd1230e6e36c7a8e6f9dddb7
parent90fcf4a44e659af0f79a6bfec5b5f018fe0bd4ff (diff)
Fix fundamentally incorrect assertions in NIP-66 (#2067)
-rw-r--r--66.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/66.md b/66.md
index 191c846..2e19916 100644
--- a/66.md
+++ b/66.md
@@ -28,10 +28,8 @@ Other tags include:
28- `N` - NIPs supported by the relay 28- `N` - NIPs supported by the relay
29- `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`. 29- `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`.
30- `t` - A topic associated with this relay 30- `t` - A topic associated with this relay
31- `k` - An event kind accepted by the relay 31- `k` - Accepted and unaccepted kinds (false values prepended by `!`)
32- `!k` - An event kind not accepted by the relay
33- `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash 32- `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash
34- `l` - A language tag
35 33
36Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`. 34Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`.
37 35