| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Remove NIP-54 mention temporarily
* Update 96.md
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
---------
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
|
|
|
|
|
|
NIP-02, NIP-51: new tags should be added to the end of the list
|
|
* Add auctions to NIP-15.
* Update 15.md
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
* Address comments from @motorina0.
* Remove reference to removed type=10.
---------
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
|
|
Remove authors
|
|
|
|
* Add NIP-95 - File Storage
* Add missing response info
* Make it clear that is is an HTTP file storage server integration
* Add monetization suggestion
* Use zap split tags for monetization suggestion
* Add resize option
* Add Zap Gates Integration
* Replace /nip96 convention with /.well-known/nostr.json configuration
* Relays can choose to also act as HTTP file storage server
* Remove nip96 tag in favor of x tags third element
* Fix typo
* Remove redirect cooperation
* Replaced 422 with 400 status code
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Update 96.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
* Make file expiration a range and add terms_of_service
* Add optional content_type field
* Add plans and tos
* Remove monetization
* Apply minor fixes
* Update 96.md
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
* Fix after review
* Add kind 10096
* Apply suggestions
* Add suggestions
* Remove duplicate field
* Add optional is_nip98_required plan config
* Add suggestions
* Replace x with ox tag for original file hash
* Make minor changes
* Remove nip96 namespace response field
* Add note about alternative file processing flow
* Simplify processing flow
* Add nostrcheck to server list
* Add audio/* example
* Explain what metadata to show before processing is done
* Add nostrage to list
* Add eta
* Add sove to list and replace eta with percentage
* Fix status code
* Add nostr.build to list
* Add sovbit
* Add optional extra http servers to ox tag
* Add void.cat to list
* Small fix
* Remove ox third array element
---------
Co-authored-by: Jon Staab <jstaab@protonmail.com>
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
|
|
Update 51.md to add support for video lists
|
|
nip-46,nip-58: fix typos
|
|
|
|
|
|
|
|
|
|
Fix typos
|
|
|
|
|
|
Fix typos in 01.md and 50.md
|
|
|
|
|
|
Fixes https://github.com/nostr-protocol/nips/issues/958
|
|
|
|
Content in the summary tag is duplicated in the .content field
|
|
Fix typos of NIP-44
|
|
Amend NIP-52 to require the content field to be provided, and decouple calendar identifier from calendar name
|
|
Clarify JSON serialization for the `id` field
|
|
Co-authored-by: Pablo Fernandez <pfer@me.com>
|
|
Co-authored-by: hodlbod <jstaab@protonmail.com>
|
|
Changed view start and end time to seconds
|
|
wish to use encryption can now use the new NIP-44 scheme.
|
|
|
|
|
|
|
|
|
|
Rephrase to "MUST" so that one does not assume a connection could `CLOSE` any `subscription_id`, which it must not.
|
|
Reword REQ for multiple filters
|
|
|
|
|
|
Add leading zero to NIP numbers
|
|
|
|
Emphasis on multiple filters in NIP-01
|
|
Clean up NIP 44
|
|
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, …]]
```
|
|
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.
|
|
|
|
improve formatting and clarify encryption/decryption steps
|
|
|
|
|
|
|
|
* Introduce NIP-44 encryption standard
* Finalize NIP-44
* Update spec.
---------
Co-authored-by: Jonathan Staab <shtaab@gmail.com>
|
|
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.
|
|
rewrite NIP-46
|
|
Adding segments
|
|
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.
|
|
Co-authored-by: Pablo Fernandez <pfer@me.com>
|
|
Changing to NIP-71
|
|
Updating to reference NIP-94 file metadata event
|
|
tag via NIP-24
|
|
calendar identifier from calendar name
|
|
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
|
|
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.
|
|
fixing spelling error
|
|
Nip for video events to enable dedicated video clients (e.g. Netflix, YouTube) to be built on nostr.
|
|
|
|
NIP-02: Rename Contact List to Follow List
|
|
|
|
|
|
integration (#902)
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
|
|
Fix typos
|
|
|
|
|
|
|
|
|
|
|
|
Fix sort order of event kinds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update tag list
|
|
|
|
|
|
Fix typo
|
|
|
|
Add OneKey to nip07
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
|
|
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
|
|
|
|
|
|
|