Most recent edit on 2006-11-12 20:49:49 by ZothaR [literals have a different style]
Additions:
<td align="left"><span style="color:green">1</span></td>
Deletions:
<td align="left">1</td>
Oldest known version of this page was edited on 2006-11-12 20:41:50 by ZothaR [Added ModifyPeer page]
Page view:
This is a message of the
Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a client program to the Freenet node.
This message modifies a peer note for a given peer of your Freenet node.
Example
ModifyPeerNote
NodeIdentifier=[UB] UberNode
PeerNoteType=1
NoteText=VWJlck5vZGUgKHVudGlsIEkgaGF2ZSByZWFsIHBlZXJzKQ==
EndMessage
| Field |
Possible values |
Mandatory? |
Default |
Description |
| NodeIdentifier |
<name> | <identity> | <ip>:<port> |
Yes |
|
The node name, identity or IP:port pair of the peer to be modified. |
| NoteText |
<base64 encoded string> |
Yes |
|
The base64 encoded string of the note text to set the specified peer note to. |
| PeerNoteType |
1 |
Yes |
|
Specify the type of the peer note, by code number (currently, may change in the future). Type codes are: 1-peer private note |