| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-13 | Recommend qualified names for label namespaces | Jonathan Staab | |
| 2023-06-13 | Use JSON for label metadata in NIP-32 | Jonathan Staab | |
| 2023-06-13 | Move annotations to the label tag for NIP-32. Remove replaceable events | Jonathan Staab | |
| 2023-06-13 | Add relay hints, replaceable events, and clarification about content to NIP 32 | Jonathan Staab | |
| 2023-06-13 | Add s3x-jay to author for NIP 32 | Jonathan Staab | |
| 2023-06-13 | Add L tag, allow self-labeling, split namespaces out | Jonathan Staab | |
| 2023-06-13 | Add example to NIP-32 to support tagging multiple entities with multiple labels | Jonathan Staab | |
| 2023-06-13 | Add NIP-32 for labeling things in nostr | Jonathan Staab | |
| 2023-06-12 | Merge pull request #598 from AsaiToshiya/patch-10 | Jon Staab | |
| Fix typo "NIP: 26" to "NIP-26" | |||
| 2023-06-12 | Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md. | Memory-of-Snow | |
| 2023-06-12 | Fix typo "NIP: 26" to "NIP-26" | Asai Toshiya | |
| 2023-06-10 | Add description for clients to kind 1 | Asai Toshiya | |
| 2023-06-09 | Add context for limiting `before` timestamp | Seth For Privacy | |
| 2023-06-09 | clarify kind:1 plaintextness. | fiatjaf | |
| 2023-06-08 | Merge pull request #500 from nostr-protocol/nip31 | Pablo Fernandez | |
| nip-31: dealing with custom unknown events | |||
| 2023-06-08 | Merge branch 'master' into nip31 | Pablo Fernandez | |
| 2023-06-08 | update NIP to use alt tag | pablof7z | |
| 2023-06-08 | Merge pull request #590 from AsaiToshiya/patch-8 | Jon Staab | |
| Minor JSON fix | |||
| 2023-06-08 | Minor JSON fix | Asai Toshiya | |
| 2023-06-07 | update readme with NIP-89 | pablof7z | |
| 2023-06-07 | NIP-89: Recommended Application Handlers (#530) | Pablo Fernandez | |
| 2023-06-04 | Specify replacement behaviour when replaceable events have the same timestamp | Doug Hoyte | |
| - This is so that relays can converge on a deterministic sets of events, no matter the order they were received - Otherwise, clients or relays that sync their sets of events could continually retransmit events they think are missing on the other side, wasting bandwidth | |||
| 2023-05-31 | Update 07.md Implementation | haorendashu | |
| 2023-05-31 | Fix link to NIP-10 | Asai Toshiya | |
| 2023-05-28 | Fix nip-57 typo | Jose Mateo | |
| 2023-05-26 | Update 07.md | Akiomi Kamakura | |
| 2023-05-26 | Add description for d tag value | Asai Toshiya | |
| 2023-05-23 | NIP-23: suggest kind 30024 for drafts | Alejandro Gomez | |
| 2023-05-20 | new: add new signer. Android, IOS, Extension | heipacker | |
| 2023-05-17 | allow underscores in an emoji shortcode | jiftechnify | |
| 2023-05-17 | Add emoji tag to list | Asai Toshiya | |
| 2023-05-15 | fix: Updating links in NIP-15 to point to intended other NIPs. | jimbojw | |
| 2023-05-15 | Add new signing extension to NIP-07 | Neil | |
| 2023-05-15 | Merge pull request #484 from alexgleason/emojis | Jon Staab | |
| NIP-30: Custom Emoji | |||
| 2023-05-14 | Merge pull request #529 from jiftechnify/fix-57-wording | Jon Staab | |
| Minor Fixes of NIP-57 | |||
| 2023-05-14 | fix description of nostr query param | jiftechnify | |
| 2023-05-14 | fix inconsistent quoting of zap request / receipt | jiftechnify | |
| 2023-05-14 | zap note -> zap receipt | jiftechnify | |
| 2023-05-13 | More explicit | earonesty | |
| 2023-05-13 | Fix docs from kind0 to kind33 | earonesty | |
| https://github.com/nostr-protocol/nips/issues/376 | |||
| 2023-05-12 | Merge pull request #155 from VictorieeMan/patch-1 | Jon Staab | |
| NIP-05: Fixed some typos | |||
| 2023-05-12 | Merge branch 'master' into patch-1 | Jon Staab | |
| 2023-05-10 | nip47: add lud16 parameter to connection string | William Casarin | |
| This adds an optional but recommended lud16 parameter to nostr wallet connection strings. This enables seamless onboarding of new users, allowing clients to automatically configure the receive address for zaps. | |||
| 2023-05-09 | A few changes to some nips. (#510) | Robert C. Martin | |
| 2023-05-09 | Restore some lost changes | Asai Toshiya | |
| c7711aa and 3cec80d. | |||
| 2023-05-08 | nip01: remove misleading markdown example. | fiatjaf | |
| 2023-05-08 | Rephrase Markdown special rule | Josua Schmid | |
| 2023-05-06 | Update old link to fiatjaf/nostr | ekzyis | |
| 2023-05-06 | Clarify how NIP 45 works with multiple COUNT filters. (#504) | Jon Staab | |
| 2023-05-05 | nip-31: dealing with custom unknown events. | fiatjaf | |
| 2023-05-05 | add nip-47 to index. | fiatjaf | |
| 2023-05-02 | Merge pull request #406 from nostr-protocol/47-wallet-connect | fiatjaf_ | |
| 2023-05-02 | NIP11 example using curl. (#490) | Robert C. Martin | |
| 2023-05-01 | Change NIP-21 URL->URI | mplorentz | |
| I think the `nostr:...` scheme is not actually a Uniform Resource Locator, because it doesn't tell you where the data is located. For instance if I see the string `nostr:npub1sn0wdenkukak0d9dfczzeacvhkrgz92ak56egt7vdgzn8pv2wfqqhrjdv9` I understand that this identifies a Nostr keypair but I don't know where to find data for that keypair. The scheme does fall under the definition of a Uniform Resource Identifier, or maybe even the stricter class Uniform Resource Name. But nobody talks about URNs, so maybe best to just use the less-specific term "URI" here. | |||
| 2023-04-29 | NIP-30: Custom Emoji | Alex Gleason | |
| 2023-04-28 | Add dim tag to NIP 94 | Jonathan Staab | |
| 2023-04-27 | NIP-47: Add error for payment failed | Semisol | |
| 2023-04-27 | NIP-47: Implement feedback | kiwiidb | |
| Co-authored-by: Semisol <hi@semisol.dev> | |||
| 2023-04-25 | Reword description of kind 1063 | Asai Toshiya | |
| 2023-04-24 | Merge pull request #473 from arkin0x/patch-1 | fiatjaf_ | |
| 2023-04-24 | forgot to update the initial nonce in the explanation | arkin0x | |
| 2023-04-24 | example was incorrect | arkin0x | |
| the example event id had 21 leading zeroes, not 20 I provided new C code that has been tested to work (I couldn't get the original example code to work) and I provided some JavaScript code to test event ids as well. I did not re-compute the event id for the example event; I simply changed the nonce to be 21. Since it is an example, it may not matter that the event id is not correct. | |||
| 2023-04-24 | reword NIP-94 to remove confusion. | fiatjaf | |
| 2023-04-24 | blurhash explanation | Vivek Ganesan | |
| 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-21 | fix: re-add NIP-15 to the list | jiftechnify | |
| 2023-04-20 | Add NIP-94 and kind 1063 to README.md | Asai Toshiya | |
| 2023-04-20 | nip update to reach consensus with other nips | frbittencourt | |
| 2023-04-20 | fixed text description | frbittencourt | |
| 2023-04-20 | Apply suggestions from code review | Fernando Bittencourt | |
| add sugestion of arthurfranca and nryo-o Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> Co-authored-by: Ryo_o <127748188+nryo-o@users.noreply.github.com> | |||
| 2023-04-20 | change to regular event | frbittencourt | |
| 2023-04-20 | Update 94.md | Fernando Bittencourt | |
| change to regular event Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> | |||
| 2023-04-20 | Update 94.md | Fernando Bittencourt | |
| fixed by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> | |||
| 2023-04-20 | Update 94.md | Fernando Bittencourt | |
| change hash tag with suggestion by arthutfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> | |||
| 2023-04-20 | Update 94.md | Fernando Bittencourt | |
| change tag hash with suggestion by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> | |||
| 2023-04-20 | Update 94.md | Fernando Bittencourt | |
| suggestion by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> | |||
| 2023-04-20 | move nip-95 to other branch | frbittencourt | |
| 2023-04-20 | ajusts description of decrypt tag | frbittencourt | |
| 2023-04-20 | ajusts decrypt tag | frbittencourt | |
| 2023-04-20 | ajusts formt text | frbittencourt | |
| 2023-04-20 | minor fix | frbittencourt | |
| 2023-04-20 | fix example image | frbittencourt | |
| 2023-04-20 | fix format text in md | frbittencourt | |
| 2023-04-20 | add hash tag | frbittencourt | |
| 2023-04-20 | add json schema | frbittencourt | |
| 2023-04-20 | fixed json schema | frbittencourt | |
| 2023-04-20 | create draft NIP 94 and 95 | frbittencourt | |
| 2023-04-19 | Merge pull request #460 from AsaiToshiya/patch-1 | Jon Staab | |
| Update 08.md | |||
| 2023-04-19 | Update 08.md | Asai Toshiya | |
| Add link to NIP-27. | |||
| 2023-04-17 | Update 21.md | Martin Dutra | |
| Add link to NIP-19 | |||
| 2023-04-16 | NIP-09: Fix some things | Semisol | |
| 2023-04-15 | Merge pull request #444 from lacrypta/markdown-improvements-readme | Jon Staab | |
| Markdown improvements - README | |||
| 2023-04-14 | Apply changes alluded to in https://github.com/nostr-protocol/nips/pull/443 | Mariano Pérez Rodríguez | |
| 2023-04-14 | fix typos | Yasuhiro Matsumoto | |
| 2023-04-14 | Remove extra space | Mariano Pérez Rodríguez | |
| 2023-04-14 | Unrecommended notice style change | Mariano Pérez Rodríguez | |
| 2023-04-14 | Ensure single sentence per line | Mariano Pérez Rodríguez | |
| 2023-04-14 | Add table of contents (and NIP list header) | Mariano Pérez Rodríguez | |
| 2023-04-14 | Add missing kinds to list | Mariano Pérez Rodríguez | |
| 2023-04-14 | Extract kind ranges to their own table | Mariano Pérez Rodríguez | |