summaryrefslogtreecommitdiff
path: root/wtfdesk/NOTES.md
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-17 12:24:41 +0700
committerpolwex <polwex@sortug.com>2025-09-17 12:24:41 +0700
commit387af8fc1603805b02ce03f8adba4fa73a954f7c (patch)
tree6ac4fe9c33a14d9da418a97955a38efb9338d869 /wtfdesk/NOTES.md
parent31a47ce72255bb56920e417d250541b04be82648 (diff)
relay much more robust
Diffstat (limited to 'wtfdesk/NOTES.md')
-rw-r--r--wtfdesk/NOTES.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/wtfdesk/NOTES.md b/wtfdesk/NOTES.md
new file mode 100644
index 0000000..e6d4743
--- /dev/null
+++ b/wtfdesk/NOTES.md
@@ -0,0 +1,44 @@
+# NIPS to implement
+
+
+- NIP-2 for follow lists
+- NIP-25 for reactions (with content), kind 7. kind 17 with content
+
+- NIP-17 for private DMs
+https://github.com/nostr-protocol/nips/blob/master/17.md
+
+- NIP-10 for mentions and replies ("marked e tags")
+
+- NIP-18 for Quotes and RTs
+
+- NIP-57 lightning zaps
+
+- NIP-51 lists?
+- NIP-22 replies?
+# Relay discovery
+
+https://nostr.watch/
+
+# Tag specs
+https://nostr-nips.com/#standardized-tags
+
+- 'e' for event,
+- 'p' for people,
+- 't' for hashtag
+- 'r' for relays
+- 'd' for identifier # wtf?
+- 'm' for mime type
+- 'a' for event coordinates
+- 'g' for geohash
+
+
+# TODO
+
+- Default keypair that of groundwire comet?
+
+lol forget the frontend make it work for Primal
+
+# WTFs
+- ~It appears relays ignore you if you pass more than 11 authors on a filter~
+- Turns out the pubkeys were wrong because we were not padding the hex strings to 64 chars. fixed now
+- Relay send a notice if too many concurrent REQs