From 3c75180fb7947c133a063ba475067a3b8f42d619 Mon Sep 17 00:00:00 2001 From: Matthew Lorentz Date: Wed, 3 Apr 2024 10:50:02 -0400 Subject: Add category to reports --- 56.md | 1 + 1 file changed, 1 insertion(+) (limited to '56.md') diff --git a/56.md b/56.md index a2861e3..d6978c2 100644 --- a/56.md +++ b/56.md @@ -28,6 +28,7 @@ being reported, which consists of the following report types: - `illegal` - something which may be illegal in some jurisdiction - `spam` - spam - `impersonation` - someone pretending to be someone else +- `other` - for reports that don't fit in the above categories Some report tags only make sense for profile reports, such as `impersonation` -- cgit v1.2.3 From b224f6d05d5b208b632e8e1f5ac489b7f27079ae Mon Sep 17 00:00:00 2001 From: Matthew Lorentz Date: Wed, 3 Apr 2024 10:59:37 -0400 Subject: Update description of NIP-56 --- 56.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '56.md') diff --git a/56.md b/56.md index d6978c2..3209b80 100644 --- a/56.md +++ b/56.md @@ -4,10 +4,12 @@ NIP-56 Reporting --------- -`draft` `optional` +`optional` -A report is a `kind 1984` note that is used to report other notes for spam, -illegal and explicit content. +A report is a `kind 1984` event that signals to users and relays that +some referenced content is objectionable. The definition of objectionable is +obviously subjective and all agents on the network (users, apps, relays, etc.) +may consume and take action on them as they see fit. The `content` MAY contain additional information submitted by the entity reporting the content. -- cgit v1.2.3 From ef5eacd48904a5cee0b4e51c4b7d46a9606a7351 Mon Sep 17 00:00:00 2001 From: Lucas Nuic <165694895+lucasnuic@users.noreply.github.com> Date: Wed, 1 May 2024 22:48:11 -0300 Subject: “decentralized reporting of digital threats such as malware” in nostr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added new tags for reporting bad things like malware --- 56.md | 1 + 1 file changed, 1 insertion(+) (limited to '56.md') diff --git a/56.md b/56.md index 3209b80..190e0b4 100644 --- a/56.md +++ b/56.md @@ -26,6 +26,7 @@ A `report type` string MUST be included as the 3rd entry to the `e` or `p` tag being reported, which consists of the following report types: - `nudity` - depictions of nudity, porn, etc. +- `malware` - depictions of malware, virus, Trojan Horse, worm, robot, spyware, adware, back door, ransomware, rootkit, kidnapper, etc. - `profanity` - profanity, hateful speech, etc. - `illegal` - something which may be illegal in some jurisdiction - `spam` - spam -- cgit v1.2.3 From 2b490b168e4b51e1c441d985ca89e5e1f426a610 Mon Sep 17 00:00:00 2001 From: Lucas Nuic <165694895+lucasnuic@users.noreply.github.com> Date: Wed, 1 May 2024 23:29:14 -0300 Subject: fixed typo --- 56.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '56.md') diff --git a/56.md b/56.md index 190e0b4..fc8d898 100644 --- a/56.md +++ b/56.md @@ -26,7 +26,7 @@ A `report type` string MUST be included as the 3rd entry to the `e` or `p` tag being reported, which consists of the following report types: - `nudity` - depictions of nudity, porn, etc. -- `malware` - depictions of malware, virus, Trojan Horse, worm, robot, spyware, adware, back door, ransomware, rootkit, kidnapper, etc. +- `malware` - virus, trojan horse, worm, robot, spyware, adware, back door, ransomware, rootkit, kidnapper, etc. - `profanity` - profanity, hateful speech, etc. - `illegal` - something which may be illegal in some jurisdiction - `spam` - spam -- cgit v1.2.3