Skip to content

FCPv2 ModifyPeerNote

Stephen Oliver edited this page Apr 8, 2018 · 1 revision

ModifyPeerNote modifies a peer note for the given peer of your Freenet node.

The node will reply with a PeerNote message in case of success, with UnknownNodeIdentifier if the given node could not be found, UnknownPeerNoteType if the given peer note type is invalid, or a ProtocolError if the FCP client does not have full access, or the given node is not a darknet node.

Example

ModifyPeerNote
NodeIdentifier=[UB] UberNode
PeerNoteType=1
NoteText=VWJlck5vZGUgKHVudGlsIEkgaGF2ZSByZWFsIHBlZXJzKQ==
EndMessage

Details

Field Possible values Mandatory? Default Description
NodeIdentifier <name>/<identity> <ip>:<port> Yes
NoteText Base64 encoded string Yes The Base64 encoded string of the note text to set the specified peer note to.
PeerNoteType [1] Yes 1 Specify the type of the peer note, by code number. "1" means peer private note
Clone this wiki locally