| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-29 | make it clear that relays can keep multiple replaceable event versions. | fiatjaf | |
| 2023-09-04 | clarify parameterized replaceable events | Semisol | |
| 2023-09-02 | fix inconsistency | Semisol | |
| 2023-08-29 | add a-tag format for non-parameterized replaceable events | jiftechnify | |
| 2023-08-29 | fix typo | Yasuhiro Matsumoto | |
| 2023-08-19 | Consistency and small refinements for NIP-01 (#731) | Viktor Vsk | |
| 2023-08-19 | bring back 9cac35db9b1d41c8eb7413269308a76687489b30 | fiatjaf | |
| fixes https://github.com/nostr-protocol/nips/issues/732 | |||
| 2023-08-13 | merge nips 12, 16, 20 and 33 into nip 01 (#703) | fiatjaf_ | |
| Co-authored-by: Viktor Vsk <me@viktorvsk.com> | |||
| 2023-07-26 | Update 01.md | Jesper L. Nielsen | |
| Spelling | |||
| 2023-07-21 | Clarify sort order when specified limit | Asai Toshiya | |
| 2023-07-14 | add detailed description of since/until | jiftechnify | |
| 2023-07-13 | Explicitly state that the `subscription_id` is treated per connection | Yoji Shidara | |
| 2023-07-09 | standardize the terminology | jiftechnify | |
| 2023-07-09 | clarify case-sensitiveness of tag names | jiftechnify | |
| 2023-07-02 | For clarification, the time unit for all date attributes in the filters ↵ | tcheeric | |
| (since, until) are in seconds | |||
| 2023-06-17 | add note about websocket status code 4000. | fiatjaf | |
| nip-01 may need some love. | |||
| 2023-06-12 | Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md. | Memory-of-Snow | |
| 2023-06-10 | Add description for clients to kind 1 | Asai Toshiya | |
| 2023-06-09 | clarify kind:1 plaintextness. | fiatjaf | |
| 2023-05-31 | Fix link to NIP-10 | Asai Toshiya | |
| 2023-05-09 | A few changes to some nips. (#510) | Robert C. Martin | |
| 2023-05-08 | nip01: remove misleading markdown example. | fiatjaf | |
| 2023-05-08 | Rephrase Markdown special rule | Josua Schmid | |
| 2023-04-21 | Update 01.md | michaelhall923 | |
| 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-11 | Fix a typo; now types are EVENT, EOSE and NOTICE | Yoji Shidara | |
| 2023-04-09 | merge NIP-15 into NIP-01. | fiatjaf | |
| 2023-03-16 | remove tiny duplicate text | Sepehr Safari | |
| fixed "the the serialized event data" => "the serialized event data" | |||
| 2023-03-16 | Revert 'add NOTICE optional subscription_id' | Semisol | |
| Reverts 88009bea8509d004672551be7346a03c373491d0 | |||
| 2023-03-16 | add NOTICE optional subscription_id | pablof7z | |
| 2023-03-03 | Update NIP-01 to clarify pubkey reference | Josua Schmid | |
| We mean to reference any public key. "the key" was a bit unspecific. | |||
| 2023-02-25 | Improve `<subscription_id>` specification | Mike 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-25 | explicitly prohibit markdown on kind:1. | fiatjaf | |
| 2023-02-08 | Added clarification for signature to be in hex | Jimmy Song | |
| 2023-01-25 | Update NIP-01 to clarify since and until filters | Ben 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-21 | specify lowercase on nip01 event hex fields. | fiatjaf | |
| 2022-12-26 | Minor grammar fixes | sgmoore | |
| Minor grammar fix at line 13, 83, 85. and 111. | |||
| 2022-12-24 | LUD-01: fix typo for the desc of event kind 2 | Hampus Sjöberg | |
| 2022-12-15 | Remove username pattern requirements | Jon 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-08 | Clarify use of kind 1 and kind 1000-10000 | Jonathan Staab | |
| 2022-12-02 | nip-01: improve connection/subscriptions recommendation and remove the ↵ | fiatjaf | |
| ill-advised 3 subscriptions limit. | |||
| 2022-11-15 | Reword NIP-01 to clarify no line breaks. Existing language of "indentation" ↵ | Mike Dilger | |
| implies line breaks. | |||
| 2022-11-04 | Fix regex for SetMetadata in NIP1 | w3irdrobot | |
| 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-26 | Update 01.md | DZ | |
| fix indentation | |||
| 2022-10-07 | Update 01.md | DZ | |
| fix typo | |||
| 2022-06-21 | Fix some typos and adds json type to code blocks | emeceve | |
| 2022-06-09 | update 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-05 | update to nip01 to specify syntax for usernames. | Robert C. Martin | |
| 2022-05-08 | sneak filter.limit in nip-01. | fiatjaf | |
| 2022-05-01 | migrate nips from main nostr repo. | fiatjaf | |