Commit Graph

777 Commits

Author SHA1 Message Date
arthurfranca
45b1860b52 Mention other nostr identifiers 2023-03-23 19:37:10 -03:00
23cec80e31
mention that the zap pubkey must be hex. 2023-03-23 17:12:29 -03:00
Bartholomew Joyce
56f84f79bd Added NIP-04 metadata leak warning 2023-03-23 15:40:41 -03:00
arthurfranca
2b926f54cd Improve the text 2023-03-23 10:11:18 -03:00
arthurfranca
9764a3b510 Replace discouraged with deprecated 2023-03-22 19:50:03 -03:00
arthurfranca
61a158caec Replace specific client url 2023-03-22 19:48:07 -03:00
arthurfranca
a32ec25ecb Make it clear why e tags are discouraged 2023-03-22 10:13:04 -03:00
arthurfranca
8b158e9227 Add alternative mention handling NIP 2023-03-21 15:24:05 -03:00
nostr-wine
2394e5cc63 Add cameri as author 2023-03-19 16:22:45 -03:00
nostr-wine
92a41a284a Add doc-hex as author 2023-03-19 16:22:45 -03:00
nostr-wine
f7b57e3735 Add proposed extensions to NIP-11
Take the proposed changes from https://github.com/nostr-protocol/nips/pull/163 and put them in NIP-11 under "Extra Fields"
2023-03-19 16:22:45 -03:00
dbbf7902d9 remove tiny duplicate text
fixed "the the serialized event data" => "the serialized event data"
2023-03-16 20:54:00 -03:00
Semisol
b24eb78e04 Revert 'add NOTICE optional subscription_id'
Reverts 88009bea85
2023-03-16 17:21:57 -03:00
pablof7z
88009bea85 add NOTICE optional subscription_id 2023-03-16 13:46:08 -03:00
Marco Argentieri
4bb393735e Update 46.md 2023-03-15 19:40:40 -03:00
e1004d3d4b
mention possibility of pubkey on nevent. 2023-03-15 08:06:33 -03:00
fcked
a886b43b48 NIP-04 follow up: use new import in code sample 2023-03-13 16:23:33 -03:00
fcked
b2c21ab10c NIP-04: fix bug in code sample
The code sample assumed that a `Uint8Array` was actually a hex string.
2023-03-13 13:22:28 -03:00
jiftechnify
8b70e83b37 NIP-51: remove self-referential link 2023-03-13 07:44:00 +03:00
Semisol
fffe868a40
NIP-39: minor readability changes
adds newlines in some places to make it more readable
2023-03-13 04:43:17 +03:00
Seth For Privacy
a9139ee9a4 Add NIP-39 to readme 2023-03-10 15:31:36 -03:00
92d087bbc3
merge all nips 51* into nip 51. 2023-03-09 15:56:17 -03:00
heyhoe
5a6a758042 fix typo 2023-03-09 15:51:34 -03:00
monlovesmango
30daaedbdb
NIP-51 Lists (#183)
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
Co-authored-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
2023-03-09 14:16:57 -03:00
Jeff Thibault
a4ed968903 Update 04.md 2023-03-09 14:12:16 -03:00
lapulpeta
f938923258 Fixed example with multiple values 2023-03-09 12:51:41 -03:00
pseudozach
354c93aea3
NIP-39 external identities in metadata
Co-authored-by: Semisol <hi@semisol.dev>
Co-authored-by: Leo Wandersleb <leo@leowandersleb.de>
2023-03-09 15:53:32 +03:00
cj-ibex
2c05551351 make explicit that root event tag is compulsory 2023-03-08 07:31:32 -03:00
a8fab58526
add security warning on nip-04. 2023-03-07 07:31:21 -03:00
6eb1838921
remove reserved range from NIP-28. 2023-03-07 07:28:53 -03:00
b99723efcc
add flamingo extension. 2023-03-07 07:26:41 -03:00
rain8128
c233b3ffd0 Update 02.md 2023-03-06 16:37:42 -03:00
shafemtol
b8e657bb37 NIP-08: Specify nonmatch behavior 2023-03-05 22:26:09 -03:00
ennmichael
d97928bd90 avoid using substr in NIP-04 example 2023-03-05 22:09:59 -03:00
Josua Schmid
c74f11b7a9 Update NIP-01 to clarify pubkey reference
We mean to reference any public key. "the key" was a bit unspecific.
2023-03-03 18:59:37 -03:00
ennmichael
ab6308c29a NIP-20: fix a typo 2023-03-02 21:36:15 -03:00
c4949ea707 NIP-78: app-specific data. 2023-03-01 10:03:25 -03:00
b549a9809f Update README.md
fixed a tiny tipo
2023-02-27 19:56:50 -03:00
Marco Argentieri
d70959aee6
Amend nip46 describe and delegate methods (#304) 2023-02-27 14:22:46 -03:00
Ricardo Arturo Cabral Mejía
2bf08b3487 docs: add nip-58 to readme 2023-02-25 16:01:02 -03:00
Mike O'Bank
5a80a906d4 Improve <subscription_id> specification
- "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 15:55:28 -03:00
Callum Macdonald
ab1f26a3fd Add browsers to the extension list 2023-02-25 15:54:52 -03:00
379252f992 explicitly prohibit markdown on kind:1. 2023-02-25 13:54:27 -03:00
barkyq
127d5518bf
relay hint language update (#291) 2023-02-23 16:20:10 -03:00
Ricardo Arturo Cabral Mejía
405cf480e9
docs: add nip-58 badge event and profile badges (#229) 2023-02-22 22:11:55 -03:00
Brandon Lucas
2a4c44035e Fix minor typo
Fix spelling of `coordinates` in Note
2023-02-22 21:49:29 -03:00
Alejandro Gomez
050317409d NIP-57: add optional a tag for tipping nip-33 coordinates 2023-02-22 12:42:01 -03:00
Marco Argentieri
b1a5ad355a
NIP-46: Nostr Connect 🔌 connect your Nostr app with remote signing devices (#153) 2023-02-20 16:26:13 -03:00
Mike Dilger
524caa3856 More explicit explanation of the meaning of read and write relays 2023-02-19 17:56:30 -03:00
Semisol
6849f3bdf4 NIP-57: Add amount tag to zap request 2023-02-16 12:25:47 -03:00