| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-10 | NIP-20: Command Results | William Casarin | |
| When submitting events to relays, clients currently have no way to know if an event was successfully committed to the database. This NIP introduces the concept of command results which are like NOTICE's except provide more information about if an event was accepted or rejected. | |||
| 2022-11-08 | Update 10.md | Blake Jakopovic | |
| Fixed typo | |||
| 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-30 | nip25: fix code example | William Casarin | |
| content should not be blank | |||
| 2022-10-26 | Update README.md | DZ | |
| 2022-10-26 | Update README.md | DZ | |
| add message-type tables | |||
| 2022-10-26 | Update 01.md | DZ | |
| fix indentation | |||
| 2022-10-17 | Merge pull request #53 from Semisol/patch-1 | Ricardo Arturo Cabral Mejía | |
| nip16: small fix | |||
| 2022-10-16 | nip16: small fix | Semisol | |
| 2022-10-07 | Update 01.md | DZ | |
| fix typo | |||
| 2022-09-23 | Merge pull request #28 from Minds/minds-nip-26 | fiatjaf | |
| 2022-09-11 | add kinds reserved by NIP-28 | Greg Heartsfield | |
| 2022-09-11 | add NIP-28 link in README | Greg Heartsfield | |
| 2022-09-10 | NIP-28: Public Chat (#38) | Christopher David | |
| 2022-09-02 | separate array elements with , | Leo Wandersleb | |
| 2022-08-24 | Changes based on feedback | Mark Harding | |
| 2022-08-19 | reactions: we should be able to react to any note | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-08-16 | Remove NIP-27 | Ricardo Arturo Cabral Mejía | |
| 2022-08-16 | NIP-27 Multicasting | Ricardo Arturo Cabral Mejía | |
| 2022-08-15 | Merge pull request #22 from jeffthibault/nip22-unacceptable-event-time | William Casarin | |
| NIP-22: event created_at limits | |||
| 2022-08-14 | add Giszmo, add comment in code example | Jeff Thibault | |
| 2022-08-14 | Merge pull request #1 from Giszmo/nip22 | Jeff Thibault | |
| reworded nip-22 | |||
| 2022-08-13 | reword nip22, mention replaceable events | Leo Wandersleb | |
| 2022-08-13 | spelling nit | Jeff Thibault | |
| 2022-08-13 | add nip link to readme | Jeff Thibault | |
| 2022-08-13 | rename and rewrite to be more generic | Jeff Thibault | |
| 2022-08-13 | Merge branch 'nostr-protocol:master' into nip22-unacceptable-event-time | Jeff Thibault | |
| 2022-08-04 | First draft of Delegated Event Signing | Mark Harding | |
| 2022-08-01 | Merge pull request #26 from jb55/reactions | fiatjaf | |
| 2022-07-31 | nip25: make generic like an explicit +reactions | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-07-30 | nip25: include dislikes/downvotes | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-07-30 | NIP-25: Reactions | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-07-25 | Merge pull request #23 from Semisol/master | William Casarin | |
| nip16: small fix | |||
| 2022-07-26 | nip16: small fix | Semisol | |
| 2022-07-22 | add relay logic | Jeff Thibault | |
| 2022-07-22 | add that events from future are unacceptable | Jeff Thibault | |
| 2022-07-22 | add nip22: unacceptable event created_at field | Jeff Thibault | |
| 2022-07-11 | note NIP-16. | fiatjaf | |
| 2022-07-10 | change NIP-12 so only single-letter tags are indexed. | fiatjaf | |
| 2022-06-21 | Fix some typos and adds json type to code blocks | emeceve | |
| 2022-06-20 | note kind 0 is on nip 1 too. | fiatjaf | |
| 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-29 | update readme to include NIPs 14, 15, and 16 | Semisol | |
| 2022-05-29 | Merge pull request #11 from Semisol/nip16 | fiatjaf | |
| NIP16: Event Treatment | |||
| 2022-05-27 | nip16: kind ranges instead of tags | Semisol | |
| 2022-05-27 | Merge pull request #10 from Semisol/master | fiatjaf | |
| NIP15: End of Stored Events Notice | |||
| 2022-05-27 | nip15: clarify | Semisol | |
| 2022-05-27 | nip15: EOSE message will be sent always | Semisol | |
| 2022-05-26 | nip16: add newlines | Semisol | |
| 2022-05-26 | nip16: create draft | Semisol | |
| 2022-05-26 | nip15: fix draft artifact | Semisol | |
| 2022-05-26 | nip15: create draft | Semisol | |
| 2022-05-26 | nip10: fix small rendering bug on github | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-05-26 | Merge pull request #9 from unclebob/nip10 | William Casarin | |
| Nip10 | |||
| 2022-05-24 | Nip 10 updated with tag markers | Robert C. Martin | |
| 2022-05-24 | moving qualified tags to new branch | Robert C. Martin | |
| 2022-05-24 | Qualified Tags Proposal | Robert C. Martin | |
| 2022-05-24 | Nip-14 for subject tag | Robert C. Martin | |
| 2022-05-22 | remove 'discussion' tag | Robert C. Martin | |
| 2022-05-21 | kind 1 | Robert C. Martin | |
| 2022-05-21 | change Subject and Discussion tags to lower case | Robert C. Martin | |
| 2022-05-21 | Subject and Discussion proposal | Robert C. Martin | |
| 2022-05-08 | sneak filter.limit in nip-01. | fiatjaf | |
| 2022-05-07 | NIP05: warn about CORS policies that may inhibit JS apps | David A. Harding | |
| JS Nostr apps such as Branle may not be able to load `nostr.json` files due to CORS policies. Update NIP05 to warn about this and provide hints for troubleshooting and fixing the issue. | |||
| 2022-05-06 | Proof of Work | William Casarin | |
| Thanks-to: Cameri and scsibug for the initial idea of using the id for PoW Thanks-to: David A. Harding for the difficulty commitment idea Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-05-06 | kind: recommend relay | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> | |||
| 2022-05-06 | publish NIP-07: window.nostr. | fiatjaf | |
| 2022-05-05 | Merge pull request #2 from unclebob/master | fiatjaf | |
| 2022-05-05 | make NIP-10 a link in the README | Robert C. Martin | |
| 2022-05-05 | change ~mandatory~ to optional, add NIP-10 to README | Robert C. Martin | |
| 2022-05-04 | Merge pull request #1 from unclebob/master | fiatjaf | |
| A proposed recommendation for using 'e' and 'p' tags in nostr clients. | |||
| 2022-05-04 | rename NIP-13 to NIP-10 | Robert C. Martin | |
| 2022-05-04 | NIP-13 Conventions for e and p tags in text events | Robert C. Martin | |
| 2022-05-04 | improve formatting | Robert C. Martin | |
| 2022-05-04 | mend | Robert C. Martin | |
| 2022-05-02 | add criteria for acceptance. | fiatjaf | |
| 2022-05-01 | fix links. | fiatjaf | |
| 2022-05-01 | migrate nips from main nostr repo. | fiatjaf | |