| Age | Commit message (Collapse) | Author |
|
Info on "e" and "p" tags is kind of hard to find so I added a link to it in the place that I intuitively looked for it.
|
|
|
|
|
|
fixed "the the serialized event data" => "the serialized event data"
|
|
Reverts 88009bea8509d004672551be7346a03c373491d0
|
|
|
|
We mean to reference any public key. "the key" was a bit unspecific.
|
|
- "random" is not an accurate description
- I've noticed long (sha256 hashes in hex) being rejected by some relays. So there seems a need to specify a max length.
- "non empty", cause an empty string could be interpreted as `null`
To be decided:
- Max length number
- Are `subscription_id`s case sensitive?
- Will `subscription_id`s be white space trimmed?
|
|
|
|
|
|
The since and until filters does not clarify integer format and some relays fail to recognize filters with a float based timestamp.
|
|
|
|
Minor grammar fix at line 13, 83, 85. and 111.
|
|
|
|
Most implementation ignore this line. Enforcing that usernames not include spaces, special chracters, unicode, emojis, etc has no benefit and is unnecessarily user hostile.
|
|
|
|
ill-advised 3 subscriptions limit.
|
|
implies line breaks.
|
|
It appears the regex given in NIP1 for setting the username in the setmetadata event was slightly off. I think the fix here is what was intended. Though I think what was meant here was pretty obvious, to make it easier on future developers, I updated the regex to something that should work with just copying and pasting.
|
|
fix indentation
|
|
fix typo
|
|
|
|
fixes https://github.com/nostr-protocol/nips/pull/15
fixes https://github.com/fiatjaf/nostr-army-knife/issues/2
fixes https://github.com/fiatjaf/relayer/issues/3
|
|
|
|
|
|
|