Skip to content

Commit

Permalink
remove all NIP authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 16, 2023
1 parent f1433e0 commit 37f6cbb
Show file tree
Hide file tree
Showing 57 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion 01.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-01
Basic protocol flow description
-------------------------------

`draft` `mandatory` `author:fiatjaf` `author:distbit` `author:scsibug` `author:kukks` `author:jb55` `author:semisol` `author:cameri` `author:Giszmo`
`draft` `mandatory`

This NIP defines the basic protocol that should be implemented by everybody. New NIPs may add new optional (or mandatory) fields and messages and features to the structures and flows described here.

Expand Down
2 changes: 1 addition & 1 deletion 02.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-02
Contact List and Petnames
-------------------------

`final` `optional` `author:fiatjaf` `author:arcbtc`
`final` `optional`

A special event with kind `3`, meaning "contact list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following.

Expand Down
2 changes: 1 addition & 1 deletion 03.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-03
OpenTimestamps Attestations for Events
--------------------------------------

`draft` `optional` `author:fiatjaf` `author:constant`
`draft` `optional`

This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps](https://opentimestamps.org/) proof for any other event:

Expand Down
2 changes: 1 addition & 1 deletion 04.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-04
Encrypted Direct Message
------------------------

`final` `optional` `author:arcbtc`
`final` `optional`

A special event with kind `4`, meaning "encrypted direct message". It is supposed to have the following attributes:

Expand Down
2 changes: 1 addition & 1 deletion 05.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-05
Mapping Nostr keys to DNS-based internet identifiers
----------------------------------------------------

`final` `optional` `author:fiatjaf` `author:mikedilger`
`final` `optional`

On events of kind `0` (`metadata`) one can specify the key `"nip05"` with an [internet identifier](https://datatracker.ietf.org/doc/html/rfc5322#section-3.4.1) (an email-like address) as the value. Although there is a link to a very liberal "internet identifier" specification above, NIP-05 assumes the `<local-part>` part will be restricted to the characters `a-z0-9-_.`, case-insensitive.

Expand Down
2 changes: 1 addition & 1 deletion 06.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-06
Basic key derivation from mnemonic seed phrase
----------------------------------------------

`draft` `optional` `author:fiatjaf`
`draft` `optional`

[BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them.

Expand Down
2 changes: 1 addition & 1 deletion 07.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-07
`window.nostr` capability for web browsers
------------------------------------------

`draft` `optional` `author:fiatjaf`
`draft` `optional`

The `window.nostr` object may be made available by web browsers or extensions and websites or web-apps may make use of it after checking its availability.

Expand Down
2 changes: 1 addition & 1 deletion 08.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NIP-08
Handling Mentions
-----------------

`final` `unrecommended` `optional` `author:fiatjaf` `author:scsibug`
`final` `unrecommended` `optional`

This document standardizes the treatment given by clients of inline mentions of other events and pubkeys inside the content of `text_note`s.

Expand Down
2 changes: 1 addition & 1 deletion 09.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-09
Event Deletion
--------------

`draft` `optional` `author:scsibug`
`draft` `optional`

A special event with kind `5`, meaning "deletion" is defined as having a list of one or more `e` tags, each referencing an event the author is requesting to be deleted.

Expand Down
2 changes: 1 addition & 1 deletion 10.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NIP-10
On "e" and "p" tags in Text Events (kind 1).
--------------------------------------------

`draft` `optional` `author:unclebobmartin`
`draft` `optional`

## Abstract
This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event.
Expand Down
2 changes: 1 addition & 1 deletion 11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-11
Relay Information Document
---------------------------

`draft` `optional` `author:scsibug` `author:doc-hex` `author:cameri`
`draft` `optional`

Relays may provide server metadata to clients to inform them of capabilities, administrative contacts, and various server attributes. This is made available as a JSON document over HTTP, on the same URI as the relay's websocket.

Expand Down
2 changes: 1 addition & 1 deletion 12.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ NIP-12
Generic Tag Queries
-------------------

`final` `mandatory` `author:scsibug` `author:fiatjaf`
`final` `mandatory`

Moved to [NIP-01](01.md).
2 changes: 1 addition & 1 deletion 13.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-13
Proof of Work
-------------

`draft` `optional` `author:jb55` `author:cameri`
`draft` `optional`

This NIP defines a way to generate and interpret Proof of Work for nostr notes. Proof of Work (PoW) is a way to add a proof of computational work to a note. This is a bearer proof that all relays and clients can universally validate with a small amount of code. This proof can be used as a means of spam deterrence.

Expand Down
2 changes: 1 addition & 1 deletion 14.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-14
Subject tag in Text events
--------------------------

`draft` `optional` `author:unclebobmartin`
`draft` `optional`

This NIP defines the use of the "subject" tag in text (kind: 1) events.
(implemented in more-speech)
Expand Down
2 changes: 1 addition & 1 deletion 15.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-15
Nostr Marketplace (for resilient marketplaces)
-----------------------------------

`draft` `optional` `author:fiatjaf` `author:benarc` `author:motorina0` `author:talvasconcelos`
`draft` `optional`

> Based on https://github.com/lnbits/Diagon-Alley
Expand Down
2 changes: 1 addition & 1 deletion 16.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ NIP-16
Event Treatment
---------------

`final` `mandatory` `author:Semisol`
`final` `mandatory`

Moved to [NIP-01](01.md).
2 changes: 1 addition & 1 deletion 18.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-18
Reposts
-------

`draft` `optional` `author:jb55` `author:fiatjaf` `author:arthurfranca`
`draft` `optional`

A repost is a `kind 6` event that is used to signal to followers
that a `kind 1` text note is worth reading.
Expand Down
2 changes: 1 addition & 1 deletion 19.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-19
bech32-encoded entities
-----------------------

`draft` `optional` `author:jb55` `author:fiatjaf` `author:Semisol`
`draft` `optional`

This NIP standardizes bech32-formatted strings that can be used to display keys, ids and other information in clients. These formats are not meant to be used anywhere in the core protocol, they are only meant for displaying to users, copy-pasting, sharing, rendering QR codes and inputting data.

Expand Down
2 changes: 1 addition & 1 deletion 20.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ NIP-20
Command Results
---------------

`final` `mandatory` `author:jb55`
`final` `mandatory`

Moved to [NIP-01](01.md).
2 changes: 1 addition & 1 deletion 21.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-21
`nostr:` URI scheme
-------------------

`draft` `optional` `author:fiatjaf`
`draft` `optional`

This NIP standardizes the usage of a common URI scheme for maximum interoperability and openness in the network.

Expand Down
2 changes: 1 addition & 1 deletion 22.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-22
Event `created_at` Limits
-------------------------

`draft` `optional` `author:jeffthibault` `author:Giszmo`
`draft` `optional`

Relays may define both upper and lower limits within which they will consider an event's `created_at` to be acceptable. Both the upper and lower limits MUST be unix timestamps in seconds as defined in [NIP-01](01.md).

Expand Down
2 changes: 1 addition & 1 deletion 23.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-23
Long-form Content
-----------------

`draft` `optional` `author:fiatjaf`
`draft` `optional`

This NIP defines `kind:30023` (a _parameterized replaceable event_) for long-form text content, generally referred to as "articles" or "blog posts". `kind:30024` has the same structure as `kind:30023` and is used to save long form drafts.

Expand Down
2 changes: 1 addition & 1 deletion 24.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-24
Extra metadata fields and tags
------------------------------

`draft` `optional` `author:fiatjaf`
`draft` `optional`

This NIP defines extra optional fields added to events.

Expand Down
2 changes: 1 addition & 1 deletion 25.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NIP-25
Reactions
---------

`draft` `optional` `author:jb55`
`draft` `optional`

A reaction is a `kind 7` event that is used to react to other events.

Expand Down
2 changes: 1 addition & 1 deletion 26.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-26
Delegated Event Signing
-----

`draft` `optional` `author:markharding` `author:minds`
`draft` `optional`

This NIP defines how events can be delegated so that they can be signed by other keypairs.

Expand Down
2 changes: 1 addition & 1 deletion 27.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-27
Text Note References
--------------------

`draft` `optional` `author:arthurfranca` `author:hodlbod` `author:fiatjaf`
`draft` `optional`

This document standardizes the treatment given by clients of inline references of other events and profiles inside the `.content` of any event that has readable text in its `.content` (such as kinds 1 and 30023).

Expand Down
2 changes: 1 addition & 1 deletion 28.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NIP-28
Public Chat
-----------

`draft` `optional` `author:ChristopherDavid` `author:fiatjaf` `author:jb55` `author:Cameri`
`draft` `optional`

This NIP defines new event kinds for public chat channels, channel messages, and basic client-side moderation.

Expand Down
2 changes: 1 addition & 1 deletion 30.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-30
Custom Emoji
------------

`draft` `optional` `author:alexgleason`
`draft` `optional`

Custom emoji may be added to **kind 0** and **kind 1** events by including one or more `"emoji"` tags, in the form:

Expand Down
2 changes: 1 addition & 1 deletion 31.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-31
Dealing with unknown event kinds
--------------------------------

`draft` `optional` `author:pablof7z` `author:fiatjaf`
`draft` `optional`

When creating a new custom event kind that is part of a custom protocol and isn't meant to be read as text (like `kind:1`), clients should use an `alt` tag to write a short human-readable plaintext summary of what that event is about.

Expand Down
2 changes: 1 addition & 1 deletion 32.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-32
Labeling
---------

`draft` `optional` `author:staab` `author:gruruya` `author:s3x-jay`
`draft` `optional`

A label is a `kind 1985` event that is used to label other entities. This supports a number of use cases,
including distributed moderation, collection management, license assignment, and content classification.
Expand Down
2 changes: 1 addition & 1 deletion 33.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ NIP-33
Parameterized Replaceable Events
--------------------------------

`final` `mandatory` `author:Semisol` `author:Kukks` `author:Cameri` `author:Giszmo`
`final` `mandatory`

Moved to [NIP-01](01.md).
2 changes: 1 addition & 1 deletion 36.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-36
Sensitive Content / Content Warning
-----------------------------------

`draft` `optional` `author:fernandolguevara`
`draft` `optional`

The `content-warning` tag enables users to specify if the event's content needs to be approved by readers to be shown.
Clients can hide the content until the user acts on it.
Expand Down
2 changes: 1 addition & 1 deletion 38.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NIP-38
User Statuses
--------------

`draft` `optional` `author:jb55`
`draft` `optional`

## Abstract

Expand Down
2 changes: 1 addition & 1 deletion 39.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-39
External Identities in Profiles
-------------------------------

`draft` `optional` `author:pseudozach` `author:Semisol`
`draft` `optional`

## Abstract

Expand Down
2 changes: 1 addition & 1 deletion 40.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-40
Expiration Timestamp
-----------------------------------

`draft` `optional` `author:0xtlt`
`draft` `optional`

The `expiration` tag enables users to specify a unix timestamp at which the message SHOULD be considered expired (by relays and clients) and SHOULD be deleted by relays.

Expand Down
2 changes: 1 addition & 1 deletion 42.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-42
Authentication of clients to relays
-----------------------------------

`draft` `optional` `author:Semisol` `author:fiatjaf`
`draft` `optional`

This NIP defines a way for clients to authenticate to relays by signing an ephemeral event.

Expand Down
2 changes: 1 addition & 1 deletion 45.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-45
Event Counts
--------------

`draft` `optional` `author:staab`
`draft` `optional`

Relays may support the verb `COUNT`, which provides a mechanism for obtaining event counts.

Expand Down
2 changes: 1 addition & 1 deletion 46.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-46
Nostr Connect
------------------------

`draft` `optional` `author:tiero` `author:giowe` `author:vforvalerio87`
`draft` `optional`

## Rationale

Expand Down
2 changes: 1 addition & 1 deletion 47.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-47
Nostr Wallet Connect
--------------------

`draft` `optional` `author:kiwiidb` `author:bumi` `author:semisol` `author:vitorpamplona`
`draft` `optional`

## Rationale

Expand Down
2 changes: 1 addition & 1 deletion 48.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-48
Proxy Tags
----------

`draft` `optional` `author:alexgleason`
`draft` `optional`

Nostr events bridged from other protocols such as ActivityPub can link back to the source object by including a `"proxy"` tag, in the form:

Expand Down
2 changes: 1 addition & 1 deletion 50.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-50
Search Capability
-----------------

`draft` `optional` `author:brugeman` `author:mikedilger` `author:fiatjaf`
`draft` `optional`

## Abstract

Expand Down
2 changes: 1 addition & 1 deletion 51.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-51
Lists
-----

`draft` `optional` `author:fiatjaf` `author:arcbtc` `author:monlovesmango` `author:eskema` `author:gzuuus`
`draft` `optional`

A "list" event is defined as having a list of public and/or private tags. Public tags will be listed in the event `tags`. Private tags will be encrypted in the event `content`. Encryption for private tags will use [NIP-04 - Encrypted Direct Message](04.md) encryption, using the list author's private and public key for the shared secret. A distinct event kind should be used for each list type created.

Expand Down
2 changes: 1 addition & 1 deletion 52.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-52
Calendar Events
---------------

`draft` `optional` `author:tyiu`
`draft` `optional`

This specification defines calendar events representing an occurrence at a specific moment or between moments. These calendar events are _parameterized replaceable_ and deletable per [NIP-09](09.md).

Expand Down
2 changes: 1 addition & 1 deletion 53.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NIP-53
Live Activities
---------------

`draft` `optional` `author:vitorpamplona` `author:v0l`
`draft` `optional`

## Abstract

Expand Down
Loading

0 comments on commit 37f6cbb

Please sign in to comment.