upleb.uk

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

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-30Update 19.mdBlake Jakopovic
Fixed typo
2022-12-29clarify nip19 purpose.fiatjaf
2022-12-29Make it clear that NIP-05 Keys should be in HexLyle Pratt
There has been some confusion about whether npub keys are supported by this spec. According to @fiatjaf only Hex keys are supported. https://twitter.com/fiatjaf/status/1608606752987316224?s=20&t=6fJLD3077byuoTm96kva1g
2022-12-29update NIP-05 addressing reflectivity. (#128)majestrate
2022-12-29Update e-tag type for direct replyok300
2022-12-29Clarify marked e-tags for direct repliesok300
2022-12-29clarify that nip-05 identifiers should not be treated as primary keys.fiatjaf
2022-12-27add examples for nip19.fiatjaf
2022-12-26Minor grammar fixessgmoore
Minor grammar fix at line 13, 83, 85. and 111.
2022-12-26Merge pull request #119 from mikedilger/nip35fiatjaf
2022-12-27Note about serving from a dynamic webserverMike Dilger
2022-12-27remove invalid trailing comma in JSONMike Dilger
2022-12-24LUD-01: fix typo for the desc of event kind 2Hampus Sjöberg
2022-12-18add blockcore to nip-07 and mark extra methods as optional.fiatjaf
2022-12-18nip-07: add the missing functionsalex
as per conversation in t.me/nostr_protcol getRelays, nip04.encrypt and nip04.decrypt - these are already implemented by nos2x and getalby.
2022-12-17Minor grammar fixessgmoore
Minor grammar fix at lines 22 and 93.
2022-12-17Minor grammar and spelling fixessgmoore
Minor grammar fix at line 48. Minor spelling fix at line 56.
2022-12-17Minor grammar fixessgmoore
Minor grammar fixes at lines 9 and 93.
2022-12-17Merge pull request #97 from brugeman/patch-1Leo Wandersleb
2022-12-17Add NIP-19 and 40 to READMEArtur Brugeman
2022-12-16add NIP-19: bech32-encoding of stuff. (#57)fiatjaf
* add NIP-19: bech32-encoding of stuff. * add note prefix for kind-01 notes. * specify endianness. * 1 byte for T and L. * incorporate suggestions after feedback and discussions. * fix typos.
2022-12-16Improve Case ConsistencyDrewry Pope
2022-12-16Merge pull request #87 from 0xtlt/masterLeo Wandersleb
2022-12-16Update 40.mdThomas
Co-authored-by: Leo Wandersleb <leo@leowandersleb.de>
2022-12-15Update 40.mdThomas
2022-12-15Update 40.mdThomas
2022-12-15Update 40.mdThomas
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
2022-12-15Remove username pattern requirementsJon Staab
Most implementation ignore this line. Enforcing that usernames not include spaces, special chracters, unicode, emojis, etc has no benefit and is unnecessarily user hostile.
2022-12-14Update 40.mdThomas
2022-12-14Update 40.mdThomas
2022-12-14Update 40.mdThomas
2022-12-14Update 40.mdThomas
Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
2022-12-14Update 40.mdThomas
Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
2022-12-14Update 40.mdThomas
Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
2022-12-12Update 40.mdThomas
Co-authored-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
2022-12-10Note on nip-22 about moving old posts to a new relayMike Dilger
2022-12-10Update 40.mdThomas
2022-12-10📝 Updated NIPThomas
2022-12-08Clarify use of kind 1 and kind 1000-10000Jonathan Staab
2022-12-07[timestamp] Add UNIX timestamp in secondsThomas
Co-authored-by: Leo Wandersleb <leo@leowandersleb.de>
2022-12-04Update 40.mdThomas
2022-12-04Create 40.mdThomas
2022-12-02nip-01: improve connection/subscriptions recommendation and remove the ↵fiatjaf
ill-advised 3 subscriptions limit.
2022-12-01NIP-36 - sensitive content / content-warning (#82)Fernando López Guevara
2022-11-29refine NIP rules.fiatjaf
2022-11-28add nip-26 to readmemonlovesmango
2022-11-27add alby to NIP-07.fiatjaf
2022-11-25Amend NIP 11 to require CORS supportJon Staab
2022-11-22finalize some NIPs we will not going to change anymore.fiatjaf
2022-11-19NIP-35 User Discovery (#73)Michael Dilger
* Draft NIP for user discovery * Renumber to NIP-35 * spelling fix * Add to README * fix quote * and colon
2022-11-15Reword NIP-01 to clarify no line breaks. Existing language of "indentation" ↵Mike Dilger
implies line breaks.
2022-11-14stronger wording for relay deletion behaviorkhimaros
- change "MAY" to "SHOULD" for removing referenced events - suggest indefinite retention for deletion events on relays - include recommendation for clients to rebroadcast deletion events to relays
2022-11-11Merge pull request #62 from jb55/command-resultsfiatjaf
2022-11-11nip16: clarify about the signers of replaceable eventsalex
A newer replaceable event must be signed by the same key.
2022-11-10NIP-20: server errors happen!William Casarin
2022-11-10NIP-20: More clarity around malformed vs invalid eventsWilliam Casarin
2022-11-10NIP-20: add a note about client handlingWilliam Casarin
2022-11-10NIP-20: pow suggestionWilliam Casarin
2022-11-10NIP-20: add "invalid" message suggestionWilliam Casarin
2022-11-10NIP-20: Command ResultsWilliam Casarin
When submitting events to relays, clients currently have no way to know if an event was successfully committed to the database. This NIP introduces the concept of command results which are like NOTICE's except provide more information about if an event was accepted or rejected.
2022-11-08Update 10.mdBlake Jakopovic
Fixed typo
2022-11-04Fix regex for SetMetadata in NIP1w3irdrobot
It appears the regex given in NIP1 for setting the username in the setmetadata event was slightly off. I think the fix here is what was intended. Though I think what was meant here was pretty obvious, to make it easier on future developers, I updated the regex to something that should work with just copying and pasting.
2022-10-30nip25: fix code exampleWilliam Casarin
content should not be blank
2022-10-26Update README.mdDZ
2022-10-26Update README.mdDZ
add message-type tables
2022-10-26Update 01.mdDZ
fix indentation
2022-10-17Merge pull request #53 from Semisol/patch-1Ricardo Arturo Cabral Mejía
nip16: small fix
2022-10-16nip16: small fixSemisol
2022-10-07Update 01.mdDZ
fix typo
2022-09-23Merge pull request #28 from Minds/minds-nip-26fiatjaf
2022-09-11add kinds reserved by NIP-28Greg Heartsfield
2022-09-11add NIP-28 link in READMEGreg Heartsfield
2022-09-10NIP-28: Public Chat (#38)Christopher David
2022-09-02separate array elements with ,Leo Wandersleb
2022-08-24Changes based on feedbackMark Harding
2022-08-19reactions: we should be able to react to any noteWilliam Casarin
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-16Remove NIP-27Ricardo Arturo Cabral Mejía
2022-08-16NIP-27 MulticastingRicardo Arturo Cabral Mejía
2022-08-15Merge pull request #22 from jeffthibault/nip22-unacceptable-event-timeWilliam Casarin
NIP-22: event created_at limits
2022-08-14add Giszmo, add comment in code exampleJeff Thibault
2022-08-14Merge pull request #1 from Giszmo/nip22Jeff Thibault
reworded nip-22
2022-08-13reword nip22, mention replaceable eventsLeo Wandersleb
2022-08-13spelling nitJeff Thibault
2022-08-13add nip link to readmeJeff Thibault
2022-08-13rename and rewrite to be more genericJeff Thibault
2022-08-13Merge branch 'nostr-protocol:master' into nip22-unacceptable-event-timeJeff Thibault
2022-08-04First draft of Delegated Event SigningMark Harding
2022-08-01Merge pull request #26 from jb55/reactionsfiatjaf
2022-07-31nip25: make generic like an explicit +reactionsWilliam Casarin
Signed-off-by: William Casarin <jb55@jb55.com>
2022-07-30nip25: include dislikes/downvotesWilliam Casarin
Signed-off-by: William Casarin <jb55@jb55.com>
2022-07-30NIP-25: ReactionsWilliam Casarin
Signed-off-by: William Casarin <jb55@jb55.com>
2022-07-25Merge pull request #23 from Semisol/masterWilliam Casarin
nip16: small fix
2022-07-26nip16: small fixSemisol
2022-07-22add relay logicJeff Thibault
2022-07-22add that events from future are unacceptableJeff Thibault
2022-07-22add nip22: unacceptable event created_at fieldJeff Thibault
2022-07-11note NIP-16.fiatjaf
2022-07-10change NIP-12 so only single-letter tags are indexed.fiatjaf
2022-06-21Fix some typos and adds json type to code blocksemeceve
2022-06-20note kind 0 is on nip 1 too.fiatjaf