upleb.uk

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

summaryrefslogtreecommitdiff
path: root/01.md
AgeCommit message (Collapse)Author
2023-09-29make it clear that relays can keep multiple replaceable event versions.fiatjaf
2023-09-04clarify parameterized replaceable eventsSemisol
2023-09-02fix inconsistencySemisol
2023-08-29add a-tag format for non-parameterized replaceable eventsjiftechnify
2023-08-29fix typoYasuhiro Matsumoto
2023-08-19Consistency and small refinements for NIP-01 (#731)Viktor Vsk
2023-08-19bring back 9cac35db9b1d41c8eb7413269308a76687489b30fiatjaf
fixes https://github.com/nostr-protocol/nips/issues/732
2023-08-13merge nips 12, 16, 20 and 33 into nip 01 (#703)fiatjaf_
Co-authored-by: Viktor Vsk <me@viktorvsk.com>
2023-07-26Update 01.mdJesper L. Nielsen
Spelling
2023-07-21Clarify sort order when specified limitAsai Toshiya
2023-07-14add detailed description of since/untiljiftechnify
2023-07-13Explicitly state that the `subscription_id` is treated per connectionYoji Shidara
2023-07-09standardize the terminologyjiftechnify
2023-07-09clarify case-sensitiveness of tag namesjiftechnify
2023-07-02For clarification, the time unit for all date attributes in the filters ↵tcheeric
(since, until) are in seconds
2023-06-17add note about websocket status code 4000.fiatjaf
nip-01 may need some love.
2023-06-12Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md.Memory-of-Snow
2023-06-10Add description for clients to kind 1Asai Toshiya
2023-06-09clarify kind:1 plaintextness.fiatjaf
2023-05-31Fix link to NIP-10Asai Toshiya
2023-05-09A few changes to some nips. (#510)Robert C. Martin
2023-05-08nip01: remove misleading markdown example.fiatjaf
2023-05-08Rephrase Markdown special ruleJosua Schmid
2023-04-21Update 01.mdmichaelhall923
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.
2023-04-11Fix a typo; now types are EVENT, EOSE and NOTICEYoji Shidara
2023-04-09merge NIP-15 into NIP-01.fiatjaf
2023-03-16remove tiny duplicate textSepehr Safari
fixed "the the serialized event data" => "the serialized event data"
2023-03-16Revert 'add NOTICE optional subscription_id'Semisol
Reverts 88009bea8509d004672551be7346a03c373491d0
2023-03-16add NOTICE optional subscription_idpablof7z
2023-03-03Update NIP-01 to clarify pubkey referenceJosua Schmid
We mean to reference any public key. "the key" was a bit unspecific.
2023-02-25Improve `<subscription_id>` specificationMike O'Bank
- "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?
2023-02-25explicitly prohibit markdown on kind:1.fiatjaf
2023-02-08Added clarification for signature to be in hexJimmy Song
2023-01-25Update NIP-01 to clarify since and until filtersBen Franks
The since and until filters does not clarify integer format and some relays fail to recognize filters with a float based timestamp.
2023-01-21specify lowercase on nip01 event hex fields.fiatjaf
2022-12-26Minor grammar fixessgmoore
Minor grammar fix at line 13, 83, 85. and 111.
2022-12-24LUD-01: fix typo for the desc of event kind 2Hampus Sjöberg
2022-12-15Remove username pattern requirementsJon Staab
Most implementation ignore this line. Enforcing that usernames not include spaces, special chracters, unicode, emojis, etc has no benefit and is unnecessarily user hostile.
2022-12-08Clarify use of kind 1 and kind 1000-10000Jonathan Staab
2022-12-02nip-01: improve connection/subscriptions recommendation and remove the ↵fiatjaf
ill-advised 3 subscriptions limit.
2022-11-15Reword NIP-01 to clarify no line breaks. Existing language of "indentation" ↵Mike Dilger
implies line breaks.
2022-11-04Fix regex for SetMetadata in NIP1w3irdrobot
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.
2022-10-26Update 01.mdDZ
fix indentation
2022-10-07Update 01.mdDZ
fix typo
2022-06-21Fix some typos and adds json type to code blocksemeceve
2022-06-09update nip-02 to disallow `null`, only allow strings in tags.fiatjaf
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
2022-06-05update to nip01 to specify syntax for usernames.Robert C. Martin
2022-05-08sneak filter.limit in nip-01.fiatjaf
2022-05-01migrate nips from main nostr repo.fiatjaf