upleb.uk

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

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-08nip-58: fix typovuittont60
2024-01-08nip-46: fix typovuittont60
2024-01-07remove kind 1 optionzmeyer44
2024-01-07Update 51.md to add support for video listszmeyer44
2024-01-05Merge pull request #968 from shuoer86/masterVitor Pamplona
Fix typos
2024-01-06fix typo 53.mdshuoer86
2024-01-06fix typo 44.mdshuoer86
2024-01-05Merge pull request #967 from GoodDaisy/masterVitor Pamplona
Fix typos in 01.md and 50.md
2024-01-05Fix typo in 50.mdGoodDaisy
2024-01-05Fix typo in 01.mdGoodDaisy
2024-01-01NIP-02, NIP-51: new tags should be added to the end of the listAlex Gleason
Fixes https://github.com/nostr-protocol/nips/issues/958
2023-12-31index zap senders with P tag (#954)Pablo Fernandez
2023-12-29Removing "summary" tagzmeyer44
Content in the summary tag is duplicated in the .content field
2023-12-29Merge pull request #946 from jiftechnify/patch-nip44Vitor Pamplona
Fix typos of NIP-44
2023-12-29Merge pull request #914 from tyiu/nip52-amendmentsVitor Pamplona
Amend NIP-52 to require the content field to be provided, and decouple calendar identifier from calendar name
2023-12-29Merge pull request #635 from nostr-protocol/clarify-json-serializationfiatjaf_
Clarify JSON serialization for the `id` field
2023-12-29Update 71.mdzmeyer44
Co-authored-by: Pablo Fernandez <pfer@me.com>
2023-12-29Commit suggestionSandwich
Co-authored-by: hodlbod <jstaab@protonmail.com>
2023-12-27Update 71.mdzmeyer44
Changed view start and end time to seconds
2023-12-27Removes the `aes-256-gcm` tag since no one seems to be using. People that ↵Vitor Pamplona
wish to use encryption can now use the new NIP-44 scheme.
2023-12-27Rephrase deprecation of kind 2 (#943)Josua Schmid
2023-12-27Simplify list of NIP-07 implementationsAsai Toshiya
2023-12-27Remove redundant languageSandwich
2023-12-27Update languageSandwich
2023-12-26NIP-01 Tighten-up subscription_id management ruleJosua Schmid
Rephrase to "MUST" so that one does not assume a connection could `CLOSE` any `subscription_id`, which it must not.
2023-12-26Merge pull request #949 from schmijos/patch-1hodlbod
Reword REQ for multiple filters
2023-12-26Reword REQ for multiple filtersJosua Schmid
2023-12-25fix typosjiftechnify
2023-12-22Merge pull request #944 from AsaiToshiya/patch-2hodlbod
Add leading zero to NIP numbers
2023-12-23Add leading zero to NIP numbersAsai Toshiya
2023-12-22Merge pull request #942 from schmijos/patch-1hodlbod
Emphasis on multiple filters in NIP-01
2023-12-22Merge pull request #939 from coracle-social/nip44-tweakshodlbod
Clean up NIP 44
2023-12-22Emphasis on multiple filters in NIP-01Josua Schmid
As mentioned further down in NIP-01 > A REQ message may contain multiple filters. The comma makes it more clear that the message array can container more than 3 items. So it is understood easily to match ``` // correct: ["REQ", <subscription_id>, filters1, filters2, …] ``` instead of ``` // wrong: ["REQ", <subscription_id>, [filters1, filters2, …]] ```
2023-12-22Mention deprecation of kind 2Josua Schmid
Kind `2` was [consciously](https://github.com/nostr-protocol/nips/pull/703#issuecomment-1672098794) removed in https://github.com/nostr-protocol/nips/commit/72bb8a128b2d7d3c2c654644cd68d0d0fe58a3b1#diff-39307f1617417657ee9874be314f13aabdc74401b124d0afe8217f2919c9c7d8L105. Mentioning the fact should help prevent further confusion.
2023-12-20Add clarification about not replacing nip 04Jon Staab
2023-12-20Clean up NIP 44 to clarify separation of concerns (encryption vs messaging), ↵Jon Staab
improve formatting and clarify encryption/decryption steps
2023-12-20remove nip44 calls from nip07 temporarily.fiatjaf
2023-12-20nip-44: add audit noticePaul Miller
2023-12-20nip-44: remove author names and arbitrary line-breaks.fiatjaf
2023-12-20NIP44 encryption standard, revision 3 (#746)Paul Miller
* Introduce NIP-44 encryption standard * Finalize NIP-44 * Update spec. --------- Co-authored-by: Jonathan Staab <shtaab@gmail.com>
2023-12-19Clarify summarization languageSandwich
The initial language is misleading as it is not clear the tags are to be used on any event outside of the kind it defines until the bottom of the NIP.
2023-12-18Merge pull request #831 from nostr-protocol/nostr-connectPablo Fernandez
rewrite NIP-46
2023-12-12Update 71.mdzmeyer44
Adding segments
2023-12-12Update 71.mdzmeyer44
After discussing with Pablo, we decided to move away from relying on kind 1063 events and instead use the majority of the same tags for video events. The main motivations behind this are to allow for parameterized replaceable events for video events, prevent excessive `REQ` requests, not stringify event JSON in the `.content` section, ease of filtering by kind number, as well as some others. Happy to discuss this further.
2023-12-12Update 71.mdzmeyer44
Co-authored-by: Pablo Fernandez <pfer@me.com>
2023-12-09Update and rename 44.md to 71.mdzmeyer44
Changing to NIP-71
2023-12-09Update 44.mdzmeyer44
Updating to reference NIP-94 file metadata event
2023-12-08Deprecate 'name' for 'title' on calendar events and add 'title' as a shared ↵Terry Yiu
tag via NIP-24
2023-12-08Amend NIP-52 to require the content field to be provided, and decouple ↵Terry Yiu
calendar identifier from calendar name
2023-12-08Fix Authorization header stringDaniel Cadenas
The previous auth header was for an event in which the tag is `url` instead of `u` so it was not matching the event provided as an example
2023-12-08Update 44.mdzmeyer44
Adding some of Vitor's suggestions, differentiating between horizontal and vertical video kinds, changing how views are kept track of, and changing some tag names.
2023-12-08Update 44.mdzmeyer44
fixing spelling error
2023-12-07Create NIP 44 for Video Eventszmeyer44
Nip for video events to enable dedicated video clients (e.g. Netflix, YouTube) to be built on nostr.
2023-12-07nip-42 phrasing.fiatjaf
2023-12-07Merge pull request #921 from alexgleason/followshodlbod
NIP-02: Rename Contact List to Follow List
2023-12-07add nip-44 callsPablo Fernandez
2023-12-07NIP-02: Rename Contact List to Follow ListAlex Gleason
2023-12-06`CLOSED` messages for relays that want to reject REQs and NIP-42 `AUTH` ↵fiatjaf_
integration (#902) Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
2023-12-04Merge pull request #915 from xiaolou86/masterhodlbod
Fix typos
2023-12-04fix typo in 90.mdxiaolou86
2023-12-04fix typo in 53.mdxiaolou86
2023-12-04fix typo in 10.mdxiaolou86
2023-12-04fix typo in 47.mdxiaolou86
2023-12-03fix Lightning.Pub hotlinkCapDog
2023-12-02Merge pull request #913 from mikedilger/masterhodlbod
Fix sort order of event kinds
2023-12-03Fix sort order of event kindsMike Dilger
2023-12-02remove websocket status code meaning as it is replaced by the CLOSED message.fiatjaf
2023-12-02reformat lightning.pub.fiatjaf
2023-12-02latest discoveries.fiatjaf
2023-12-02Add kind Lightning.Pub's kind 21000 (#911)CapDog
2023-12-01delete NIP-22 (#897)fiatjaf_
2023-12-01Merge pull request #910 from AsaiToshiya/patch-1hodlbod
Update tag list
2023-12-01Update tag listAsai Toshiya
2023-12-01Update NIP58 Badges: Remove section on PoWok300
2023-11-30Merge pull request #908 from 501st-alpha1/patch-1hodlbod
Fix typo
2023-11-30Fix typoScott Weldon
2023-11-30Update 07.mdLeon
Add OneKey to nip07
2023-11-29signer can return the application package name when sign ingreenart7c3
2023-11-29add permissionsgreenart7c3
2023-11-27Make client hints backwards compatibleJon Staab
2023-11-23[NIP-75] add optional 'image' and 'summary' tags (#890)Alejandro
2023-11-23Remove "NIP-33" (#896)Asai Toshiya
2023-11-21@v0l improvements.fiatjaf
2023-11-21peer-pubkeyfiatjaf_
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
2023-11-21peer-pubkeyfiatjaf_
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
2023-11-21rewrite NIP-46.fiatjaf
2023-11-19Merge pull request #880 from nostr-protocol/save-nip-51fiatjaf_
2023-11-19Merge pull request #889 from nostr-protocol/nip11-restricted-writesfiatjaf_
2023-11-19clarify that `restricted_writes` do not include normal anti-spam heuristics ↵fiatjaf
and other kinds of soft-restrictions.
2023-11-19fix kind:40 name (following @snowcait).fiatjaf
2023-11-19Merge branch 'master' into clarify-json-serializationSemisol
2023-11-18get rid of these arbitrary markdown linebreaks and put everything in the ↵fiatjaf
same line.
2023-11-18metadata tags for lists kept at "title", "image" and "description", ↵fiatjaf
following @erskingardner and @darecjo.
2023-11-18"restricted_writes" on NIP-11.fiatjaf
2023-11-18reformat a bunch of json things and small nitpicks.fiatjaf
2023-11-18NIP-72: reformat and clarify some things.fiatjaf
2023-11-18NIP-03: explain why a single attestation is recommended.fiatjaf
2023-11-18reformat NIP-11.fiatjaf
2023-11-18give a better and updated explanation of how nips work in the readme.fiatjaf
2023-11-17Merge pull request #888 from vitorpamplona/contribLeo Wandersleb
Adds contributor images to the readme.