Commit Graph

236 Commits

Author SHA1 Message Date
Max Gravitt
b05d68c46f more changes to separate kinds and add recommended relay instead of notes to the tags 2023-02-19 09:12:08 -05:00
Max Gravitt
d36ec884b6 more changes to separate kinds and add recommended relay instead of notes to the tags 2023-02-19 09:09:20 -05:00
Max Gravitt
19a8613284 more changes to separate kinds and add recommended relay instead of notes to the tags 2023-02-19 09:08:15 -05:00
Max Gravitt
9a0bf126d7 more changes to separate kinds and add recommended relay instead of notes to the tags 2023-02-19 09:06:30 -05:00
Max Gravitt
44f2ae66e9 more changes to separate kinds and add recommended relay instead of notes to the tags 2023-02-19 09:05:57 -05:00
Max Gravitt
ecf3be105a more changes to separate kinds and add recommended relay instead of notes to the tags 2023-02-19 09:04:07 -05:00
Max Gravitt
2ff2d854e8 changed from ephemeral to normal kind 2023-02-18 21:47:51 -05:00
Max Gravitt
5d8a6c09b0 NIP-70: Signature Request Event Type 2023-02-17 14:48:43 -05:00
Max Gravitt
91e05a954b NIP-70: Signature Request Event Type 2023-02-17 14:38:56 -05:00
Semisol
6849f3bdf4 NIP-57: Add amount tag to zap request 2023-02-16 12:25:47 -03:00
SondreB
2a2c665e27 Update the key examples with a key pair 2023-02-14 19:44:11 -03:00
Adam B
23b863ad65 Minor change to make delegation token/string naming consistent 2023-02-14 14:33:50 -03:00
Chemaclass
04e7f0cef8 Fix readme sorting NIP-56/57 2023-02-14 14:33:01 -03:00
fiatjaf
c80cb09e80 simplify description. 2023-02-13 14:06:35 -03:00
fiatjaf
b00888cec7 add nip23 to list. 2023-02-13 09:00:09 -03:00
fiatjaf
0499d52ef2 Merge pull request #220 from nostr-protocol/longform 2023-02-13 08:50:55 -03:00
fiatjaf
b4493aa56a rename coordinates: nitem->naddr, "i"->"a" 2023-02-13 08:47:23 -03:00
fiatjaf
a85067ec68 Merge branch 'master' into longform 2023-02-13 08:42:47 -03:00
William Casarin
17ffd3ee4e NIP-57: Lightning Zaps (#224) 2023-02-13 08:36:04 -03:00
Jeff Thibault
ffe6a49557 NIP-04: clarify how shared secret is computed 2023-02-10 10:34:45 -03:00
Matthew Lorentz
9d0b59d381 Revert "Merge pull request #227 from erikwestra/nip-05-security-proposal"
This reverts commit 6d55463c89, and d87763781d reversing
changes made to a1a090160b.
2023-02-09 16:59:50 -05:00
fiatjaf
d87763781d clarify and change account account_uris to account_paths. 2023-02-09 17:13:35 -03:00
mplorentz
6d55463c89 Merge pull request #227 from erikwestra/nip-05-security-proposal
Nip 05 security proposal
2023-02-09 14:43:06 -05:00
fiatjaf
a1a090160b rewrite ranges. 2023-02-09 13:43:53 -03:00
fiatjaf
643de1b7da change kind:1 description on README. 2023-02-09 13:41:54 -03:00
fiatjaf
e91f8f2221 fix title->content typo. 2023-02-09 06:59:52 -03:00
Jimmy Song
a9dd1ce771 Added clarification for signature to be in hex 2023-02-08 16:39:31 -03:00
fiatjaf
3f39a241b1 Revert "[NIP-26] Fix for multiple kinds in delegation conditions (#208)"
This reverts commit 6a11f4d4cd.
2023-02-08 08:36:07 -03:00
William Casarin
f9e38ed00f NIP-56: Reporting (#205)
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
Co-authored-by: Leo Wandersleb <leo@leowandersleb.de>
2023-02-07 18:15:38 -03:00
Mike Dilger
b99ca748c8 Put NIP-65 in the readme contents 2023-02-07 17:43:22 -03:00
fiatjaf
87525b0d20 Merge pull request #218 from mikedilger/nip65 2023-02-07 06:00:30 -03:00
Lio李歐
8c031aa710 Update README.md kind table (#226) 2023-02-06 21:15:08 -03:00
Erik Westra
2f72defd59 Merge branch 'nostr-protocol:master' into nip-05-security-proposal 2023-02-07 13:08:58 +13:00
fiatjaf
e939751f04 Update 23.md
Co-authored-by: mplorentz <mplorentz@users.noreply.github.com>
2023-02-06 15:10:50 -03:00
fiatjaf
694f2f056e Update 23.md
Co-authored-by: mplorentz <mplorentz@users.noreply.github.com>
2023-02-06 15:09:32 -03:00
kdmukai
6a11f4d4cd [NIP-26] Fix for multiple kinds in delegation conditions (#208) 2023-02-06 12:21:58 -03:00
fiatjaf
5a5ef4a82d encode kind into nitem 2023-02-06 08:11:11 -03:00
fiatjaf
ea48646a0f get rid of YAML frontmatter. 2023-02-05 21:18:38 -03:00
fiatjaf
16b50a481f rename nref to nitem and use the i tag. 2023-02-05 20:23:59 -03:00
Erik Westra
cf053d2a41 Suggested additions to NIP-05 to enhance security
Proposing a couple of changes to the NIP-05 protocol to reduce the chance of fraudulent use of "verified" public keys.  At present, I could create an account on a well-known verifying server under a random name, and then send DMs pretending to be someone else, and there's no easy way for users to tell who the verifying account actually belongs to.

As well as displaying the name of the account on the verifying server, this PR suggests an enhancement to the JSON data being returned so that clients can redirect the user to the user's profile page on the server.  This will make it much easier for users to check that someone who claims to have verified their Nostr account is who they claim to be.
2023-02-06 10:11:26 +13:00
Mike Dilger
870f96b988 spelling and wording 2023-02-05 03:56:07 +13:00
Mike Dilger
2513825523 Rename, recognize read relays 2023-02-05 03:50:26 +13:00
fiatjaf
0acfd0e84b declare nref on NIP-33. remove need for NIP-01 bridge event. 2023-02-04 07:16:16 -03:00
fiatjaf
7c444e3474 NIP-23: long-form content. 2023-02-03 17:31:56 -03:00
Jeff Jing
025beb332c fix: typo 2023-02-03 10:40:57 -03:00
Mike Dilger
69438fc344 NIP-65 Feed Advertisements 2023-02-03 18:52:56 +13:00
Ben Hayward
38074f6643 NIP-26: Advice on using after operators in conditions query string (#199)
Co-authored-by: Ben Hayward <ben@minds.com>
2023-02-01 09:05:25 -03:00
Luiz Picanço
57d758b07f Fix NIP-50 typo 2023-02-01 07:06:25 -03:00
Zack Wynne
3b1cd96798 NIP-26: fixing typo in conditions query string section 2023-01-27 15:58:44 -03:00
Semisol
524ff9b805 Bech32 encoded relay entities (#196) 2023-01-27 14:49:43 -03:00