gui, man, authors: Update docs, translations, and contributors
This commit is contained in:
+14
-14
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||
..
|
||||
.TH "SYNCTHING-BEP" "7" "Jul 08, 2023" "v1.23.6" "Syncthing"
|
||||
.TH "SYNCTHING-BEP" "7" "Jul 30, 2023" "v1.23.6" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-bep \- Block Exchange Protocol v1
|
||||
.SH INTRODUCTION AND DEFINITIONS
|
||||
@@ -326,16 +326,16 @@ the folder.
|
||||
The \fBlabel\fP field contains the folder label, the human readable name of
|
||||
the folder.
|
||||
.sp
|
||||
The \fBread only\fP field is set for folders that the device will accept no
|
||||
The \fBread_only\fP field is set for folders that the device will accept no
|
||||
updates from the network for.
|
||||
.sp
|
||||
The \fBignore permissions\fP field is set for folders that the device will not
|
||||
The \fBignore_permissions\fP field is set for folders that the device will not
|
||||
accept or announce file permissions for.
|
||||
.sp
|
||||
The \fBignore delete\fP field is set for folders that the device will ignore
|
||||
The \fBignore_delete\fP field is set for folders that the device will ignore
|
||||
deletes for.
|
||||
.sp
|
||||
The \fBdisable temp indexes\fP field is set for folders that will not dispatch
|
||||
The \fBdisable_temp_indexes\fP field is set for folders that will not dispatch
|
||||
and do not wish to receive progress updates about partially downloaded files
|
||||
via Download Progress messages.
|
||||
.sp
|
||||
@@ -369,23 +369,23 @@ Compression disabled. No compression is used on any message.
|
||||
Compress always. Metadata messages as well as Response messages are compressed.
|
||||
.UNINDENT
|
||||
.sp
|
||||
The \fBcert name\fP field indicates the expected certificate name for this
|
||||
The \fBcert_name\fP field indicates the expected certificate name for this
|
||||
device. It is commonly blank, indicating to use the implementation default.
|
||||
.sp
|
||||
The \fBmax sequence\fP field contains the highest sequence number of the files
|
||||
The \fBmax_sequence\fP field contains the highest sequence number of the files
|
||||
in the index. See \fI\%Delta Index Exchange\fP for the usage of this field.
|
||||
.sp
|
||||
The \fBintroducer\fP field is set for devices that are trusted as cluster
|
||||
introducers.
|
||||
.sp
|
||||
The \fBindex id\fP field contains the unique identifier for the current set of
|
||||
The \fBindex_id\fP field contains the unique identifier for the current set of
|
||||
index data. See \fI\%Delta Index Exchange\fP for the usage of this field.
|
||||
.sp
|
||||
The \fBskip introduction removals\fP field signifies if the remote device has
|
||||
The \fBskip_introduction_removals\fP field signifies if the remote device has
|
||||
opted to ignore introduction removals for the given device. This setting is
|
||||
copied across as we are being introduced to a new device.
|
||||
.sp
|
||||
The \fBenc pw token\fP field contains a token derived from the password, that is
|
||||
The \fBencryption_password_token\fP field contains a token derived from the password, that is
|
||||
used to encrypt data sent to this device. If the device is the same as the
|
||||
device sending the message, it signifies that the device itself has encrypted
|
||||
data that was encrypted with the given token. It is empty or missing if there is
|
||||
@@ -506,7 +506,7 @@ The \fBinvalid\fP field is set when the file is invalid and unavailable for
|
||||
synchronization. A peer MAY set this bit to indicate that it can temporarily
|
||||
not serve data for the file.
|
||||
.sp
|
||||
The \fBno permissions\fP field is set when there is no permission information
|
||||
The \fBno_permissions\fP field is set when there is no permission information
|
||||
for the file. This is the case when it originates on a file system which
|
||||
does not support permissions. Changes to only permission bits SHOULD be
|
||||
disregarded on files with this bit set. The permissions bits MUST be set to
|
||||
@@ -575,7 +575,7 @@ the other device SHOULD ensure that the transmitted block matches the
|
||||
requested hash. The other device MAY reuse a block from a different file and
|
||||
offset having the same size and hash, if one exists.
|
||||
.sp
|
||||
The \fBfrom temporary\fP field is set to indicate that the read should be
|
||||
The \fBfrom_temporary\fP field is set to indicate that the read should be
|
||||
performed from the temporary file (converting name to it’s temporary form)
|
||||
and falling back to the non temporary file if any error occurs. Knowledge of
|
||||
contents of temporary files comes from DownloadProgress messages.
|
||||
@@ -672,7 +672,7 @@ being provided.
|
||||
The \fBupdates\fP field is a list of progress update messages.
|
||||
.SS Fields (FileDownloadProgressUpdate Message)
|
||||
.sp
|
||||
The \fBupdate type\fP indicates whether the update is of type \fBappend (0)\fP
|
||||
The \fBupdate_type\fP indicates whether the update is of type \fBappend (0)\fP
|
||||
(new blocks are available) or \fBforget (1)\fP (the file transfer has
|
||||
completed or failed).
|
||||
.sp
|
||||
@@ -682,7 +682,7 @@ this update is being sent.
|
||||
The \fBversion\fP message defines the version of the file for which this
|
||||
update is being sent.
|
||||
.sp
|
||||
The \fBblock indexes\fP field is a list of positive integers, where each
|
||||
The \fBblock_indexes\fP field is a list of positive integers, where each
|
||||
integer represents the index of the block in the FileInfo message Blocks
|
||||
array that has become available for download.
|
||||
.sp
|
||||
|
||||
Reference in New Issue
Block a user