upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-13Recommend qualified names for label namespacesJonathan Staab
2023-06-13Use JSON for label metadata in NIP-32Jonathan Staab
2023-06-13Move annotations to the label tag for NIP-32. Remove replaceable eventsJonathan Staab
2023-06-13Add relay hints, replaceable events, and clarification about content to NIP 32Jonathan Staab
2023-06-13Add s3x-jay to author for NIP 32Jonathan Staab
2023-06-13Add L tag, allow self-labeling, split namespaces outJonathan Staab
2023-06-13Add example to NIP-32 to support tagging multiple entities with multiple labelsJonathan Staab
2023-06-13Add NIP-32 for labeling things in nostrJonathan Staab
2023-06-12Merge pull request #598 from AsaiToshiya/patch-10Jon Staab
Fix typo "NIP: 26" to "NIP-26"
2023-06-12Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md.Memory-of-Snow
2023-06-12Fix typo "NIP: 26" to "NIP-26"Asai Toshiya
2023-06-10Add description for clients to kind 1Asai Toshiya
2023-06-09Add context for limiting `before` timestampSeth For Privacy
2023-06-09clarify kind:1 plaintextness.fiatjaf
2023-06-08Merge pull request #500 from nostr-protocol/nip31Pablo Fernandez
nip-31: dealing with custom unknown events
2023-06-08Merge branch 'master' into nip31Pablo Fernandez
2023-06-08update NIP to use alt tagpablof7z
2023-06-08Merge pull request #590 from AsaiToshiya/patch-8Jon Staab
Minor JSON fix
2023-06-08Minor JSON fixAsai Toshiya
2023-06-07update readme with NIP-89pablof7z
2023-06-07NIP-89: Recommended Application Handlers (#530)Pablo Fernandez
2023-06-04Specify replacement behaviour when replaceable events have the same timestampDoug 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-31Update 07.md Implementationhaorendashu
2023-05-31Fix link to NIP-10Asai Toshiya
2023-05-28Fix nip-57 typoJose Mateo
2023-05-26Update 07.mdAkiomi Kamakura
2023-05-26Add description for d tag valueAsai Toshiya
2023-05-23NIP-23: suggest kind 30024 for draftsAlejandro Gomez
2023-05-20new: add new signer. Android, IOS, Extensionheipacker
2023-05-17allow underscores in an emoji shortcodejiftechnify
2023-05-17Add emoji tag to listAsai Toshiya
2023-05-15fix: Updating links in NIP-15 to point to intended other NIPs.jimbojw
2023-05-15Add new signing extension to NIP-07Neil
2023-05-15Merge pull request #484 from alexgleason/emojisJon Staab
NIP-30: Custom Emoji
2023-05-14Merge pull request #529 from jiftechnify/fix-57-wordingJon Staab
Minor Fixes of NIP-57
2023-05-14fix description of nostr query paramjiftechnify
2023-05-14fix inconsistent quoting of zap request / receiptjiftechnify
2023-05-14zap note -> zap receiptjiftechnify
2023-05-13More explicitearonesty
2023-05-13Fix docs from kind0 to kind33earonesty
https://github.com/nostr-protocol/nips/issues/376
2023-05-12Merge pull request #155 from VictorieeMan/patch-1Jon Staab
NIP-05: Fixed some typos
2023-05-12Merge branch 'master' into patch-1Jon Staab
2023-05-10nip47: add lud16 parameter to connection stringWilliam 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-09A few changes to some nips. (#510)Robert C. Martin
2023-05-09Restore some lost changesAsai Toshiya
c7711aa and 3cec80d.
2023-05-08nip01: remove misleading markdown example.fiatjaf
2023-05-08Rephrase Markdown special ruleJosua Schmid
2023-05-06Update old link to fiatjaf/nostrekzyis
2023-05-06Clarify how NIP 45 works with multiple COUNT filters. (#504)Jon Staab
2023-05-05nip-31: dealing with custom unknown events.fiatjaf
2023-05-05add nip-47 to index.fiatjaf
2023-05-02Merge pull request #406 from nostr-protocol/47-wallet-connectfiatjaf_
2023-05-02NIP11 example using curl. (#490)Robert C. Martin
2023-05-01Change NIP-21 URL->URImplorentz
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-29NIP-30: Custom EmojiAlex Gleason
2023-04-28Add dim tag to NIP 94Jonathan Staab
2023-04-27NIP-47: Add error for payment failedSemisol
2023-04-27NIP-47: Implement feedbackkiwiidb
Co-authored-by: Semisol <hi@semisol.dev>
2023-04-25Reword description of kind 1063Asai Toshiya
2023-04-24Merge pull request #473 from arkin0x/patch-1fiatjaf_
2023-04-24forgot to update the initial nonce in the explanationarkin0x
2023-04-24example was incorrectarkin0x
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-24reword NIP-94 to remove confusion.fiatjaf
2023-04-24blurhash explanationVivek Ganesan
2023-04-21Update 01.mdmichaelhall923
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-21fix: re-add NIP-15 to the listjiftechnify
2023-04-20Add NIP-94 and kind 1063 to README.mdAsai Toshiya
2023-04-20nip update to reach consensus with other nipsfrbittencourt
2023-04-20fixed text descriptionfrbittencourt
2023-04-20Apply 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-20change to regular eventfrbittencourt
2023-04-20Update 94.md Fernando Bittencourt
change to regular event Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
fixed by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
change hash tag with suggestion by arthutfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
change tag hash with suggestion by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
suggestion by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20move nip-95 to other branchfrbittencourt
2023-04-20ajusts description of decrypt tagfrbittencourt
2023-04-20ajusts decrypt tagfrbittencourt
2023-04-20ajusts formt textfrbittencourt
2023-04-20minor fixfrbittencourt
2023-04-20fix example imagefrbittencourt
2023-04-20fix format text in mdfrbittencourt
2023-04-20add hash tagfrbittencourt
2023-04-20add json schemafrbittencourt
2023-04-20fixed json schemafrbittencourt
2023-04-20create draft NIP 94 and 95frbittencourt
2023-04-19Merge pull request #460 from AsaiToshiya/patch-1Jon Staab
Update 08.md
2023-04-19Update 08.mdAsai Toshiya
Add link to NIP-27.
2023-04-17Update 21.mdMartin Dutra
Add link to NIP-19
2023-04-16NIP-09: Fix some thingsSemisol
2023-04-15Merge pull request #444 from lacrypta/markdown-improvements-readmeJon Staab
Markdown improvements - README
2023-04-14Apply changes alluded to in https://github.com/nostr-protocol/nips/pull/443Mariano Pérez Rodríguez
2023-04-14fix typosYasuhiro Matsumoto
2023-04-14Remove extra spaceMariano Pérez Rodríguez
2023-04-14Unrecommended notice style changeMariano Pérez Rodríguez
2023-04-14Ensure single sentence per lineMariano Pérez Rodríguez
2023-04-14Add table of contents (and NIP list header)Mariano Pérez Rodríguez
2023-04-14Add missing kinds to listMariano Pérez Rodríguez
2023-04-14Extract kind ranges to their own tableMariano Pérez Rodríguez