]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
nncp-call -list option
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 4.0
7 @section Release 4.0
8 @itemize
9 @item
10 @strong{Incompatible} encrypted and eblob packet format change: AEAD
11 encryption mode with 128 KiB blocks is used now, because previously
12 @command{nncp-toss} did not verify encrypted packet's MAC before feeding
13 decrypted data to external command. Older versions are not supported.
14 @item
15 Available free space checking before copying in @command{nncp-xfer},
16 @command{nncp-daemon}, @command{nncp-call(er)}.
17 @item
18 @command{nncp-call} has ability only to listen packets on remote node,
19 without its transmission.
20 @item
21 Dependant libraries are updated.
22 @item
23 Minor bugfixes.
24 @end itemize
25
26 @node Release 3.4
27 @section Release 3.4
28 @itemize
29 @item
30 @command{nncp-daemon} can be run as @command{inetd}-service.
31 @end itemize
32
33 @node Release 3.3
34 @section Release 3.3
35 @itemize
36 @item
37 @command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller} check
38 if @file{.seen} exists and treat it like file was already downloaded.
39 Possibly it was transferred out-of-bound and remote side needs to be
40 notifier about that.
41 @item
42 If higher priority packet is spooled, then @command{nncp-daemon} will
43 queue its sending first, interrupting lower priority transmissions.
44 @item
45 Simple packet rate limiter added to online-related tools
46 (@command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller}).
47 @item
48 Ability to specify niceness with symbolic notation:
49 @verb{|NORMAL|}, @verb{|BULK+10|}, @verb{|PRIORITY-5|}, etc.
50 @item
51 Changed default niceness levels:
52 for @command{nncp-exec} from 64 to 96,
53 for @command{nncp-freq} from 64 to 160,
54 for @command{nncp-file} from 196 to 224.
55 @end itemize
56
57 @node Release 3.2
58 @section Release 3.2
59 @itemize
60 @item
61 @strong{Incompatible} @emph{bundle} archive format changes and
62 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
63 valid tar archives, but Go 1.9 made them invalid because of long paths
64 inside. NNCP accidentally was dependant on that bug. Explicit adding of
65 @file{NNCP/} directory in archive restores workability with valid tar
66 archives.
67 @end itemize
68
69 @node Release 3.1
70 @section Release 3.1
71 @itemize
72 @item
73 Ability to disable relaying at all using @verb{|-via -|} command line option.
74 @end itemize
75
76 @node Release 3.0
77 @section Release 3.0
78 @itemize
79 @item
80 @strong{Incompatible} plain packet format changes. Older versions are
81 not supported.
82 @item
83 Ability to queue remote command execution, by configuring @option{exec}
84 option in configuration file and using @command{nncp-exec} command:
85     @itemize
86     @item
87     @command{nncp-mail} command is replaced with more flexible
88     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
89     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
90     @item
91     @option{sendmail} configuration file option is replaced with
92     @option{exec}. @verb{|sendmail: [...]|} must be replaced with
93     @verb{|exec: sendmail: [...]|}.
94     @end itemize
95 @item
96 Ability to override @option{via} configuration option for destination
97 node via @option{-via} command line option for following commands:
98 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
99 @item
100 Chunked files, having size less than specified chunk size, will be sent
101 as an ordinary single file.
102 @item
103 Exec commands are invoked with additional @env{NNCP_NICE} and
104 @env{NNCP_SELF} environment variables.
105 @item
106 Files, that are sent as a reply to freq, have niceness level taken from
107 the freq packet. You can set desired niceness during @command{nncp-freq}
108 invocation using @option{-replynice} option.
109 @item
110 @command{nncp-toss} command can ignore specified packet types during
111 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
112 @option{-notrns}.
113 @item
114 @command{nncp-file} command uses
115 @option{FreqMinSize}/@option{FreqChunked} configuration file options
116 for @option{-minsize}/@option{-chunked} by default. You can turn this
117 off by specifying zero value.
118 @end itemize
119
120 @node Release 2.0
121 @section Release 2.0
122 @itemize
123 @item
124 @strong{Incompatible} encrypted/eblob packet format changes. Older
125 versions are not supported.
126 @item
127 Twofish encryption algorithm is replaced with ChaCha20. It is much more
128 faster. One cryptographic primitive less.
129 @item
130 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
131 another cryptographic primitive less (assuming that BLAKE2X is nearly
132 identical to BLAKE2).
133 @end itemize
134
135 @node Release 1.0
136 @section Release 1.0
137 @itemize
138 @item
139 @strong{Incompatible} encrypted packet format changes. Older versions
140 are not supported.
141 @item
142 @command{nncp-bundle} command can either create stream of encrypted
143 packets, or digest it. It is useful when dealing with stdin/stdout based
144 transmission methods (like writing to CD-ROM without intermediate
145 prepared ISO image and working with tape drives).
146 @item
147 @command{nncp-toss} is able to create @file{.seen} files preventing
148 duplicate packets receiving.
149 @item
150 Single background checksum verifier worker is allowed in
151 @command{nncp-call}. This is helpful when thousands of small inbound
152 packets could create many goroutines.
153 @item
154 Ability to override path to spool directory and logfile through either
155 command line argument, or environment variable.
156 @item
157 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
158 @file{.part}, @file{.lock} and temporary files.
159 @end itemize
160
161 @node Release 0.12
162 @section Release 0.12
163 @itemize
164 @item
165 Sendmail command is called with @env{NNCP_SENDER} environment variable.
166 @end itemize
167
168 @node Release 0.11
169 @section Release 0.11
170 @itemize
171 @item
172 @command{nncp-stat}'s command output is sorted by node name.
173 @end itemize
174
175 @node Release 0.10
176 @section Release 0.10
177 @itemize
178 @item
179 @command{nncp-freq}'s @file{DST} argument is optional now. Last
180 @file{SRC} path's element will be used by default.
181 @end itemize
182
183 @node Release 0.9
184 @section Release 0.9
185 @itemize
186 @item
187 Fix @option{-rx}/@option{-tx} arguments processing in
188 @command{nncp-call} command. They were ignored.
189 @end itemize
190
191 @node Release 0.8
192 @section Release 0.8
193 @itemize
194 @item
195 Little bugfix in @command{nncp-file} command, where @option{-minsize}
196 option for unchunked transfer was not in KiBs, but in bytes.
197 @end itemize
198
199 @node Release 0.7
200 @section Release 0.7
201 @itemize
202 @item
203 Ability to feed @command{nncp-file} from stdin, that uses an encrypted
204 temporary file for that.
205
206 @item
207 Chunked files transmission appeared with corresponding
208 @command{nncp-reass} command and @option{freqchunked} configuration file
209 entry. Useful for transferring big files over small storage devices.
210
211 @item
212 @option{freqminsize} configuration file option, analogue to
213 @option{-minsize} one.
214
215 @item
216 @command{nncp-xfer}'s @option{-force} option is renamed to
217 @option{-mkdir} for clarity.
218
219 @item
220 @option{-minsize} option is specified in KiBs, not bytes, for
221 convenience.
222
223 @item
224 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
225 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
226 common prefix and are grouped together for convenience.
227
228 @item
229 @command{nncp-cfgenc} command appeared, allowing configuration file
230 encryption/decryption, for keeping it safe without any either OpenPGP or
231 similar tools usage.
232
233 @item
234 Cryptographic libraries (dependencies) are updated.
235 @end itemize
236
237 @node Release 0.6
238 @section Release 0.6
239 @itemize
240 @item Small @command{nncp-rm} command appeared.
241 @item Cryptographic libraries (dependencies) are updated.
242 @end itemize
243
244 @node Release 0.5
245 @section Release 0.5
246 @itemize
247 @item Trivial small fix in default niceness level of @command{nncp-file}
248 and @command{nncp-freq} commands.
249 @end itemize
250
251 @node Release 0.4
252 @section Release 0.4
253 @itemize
254 @item Small fix in @command{nncp-call}, @command{nncp-caller},
255 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
256 lost).
257 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
258 shorter and more convenient to use.
259 @item @command{nncp-mincfg} command appeared: helper allowing to create
260 minimalistic stripped down configuration file without private keys,
261 that is useful during @command{nncp-xfer} usage.
262 @end itemize
263
264 @node Release 0.3
265 @section Release 0.3
266 Fixed compatibility with Go 1.6.
267
268 @node Release 0.2
269 @section Release 0.2
270 @itemize
271 @item @strong{Incompatible} packet's format change (magic number is
272 changed too): size field is encrypted and is not send in plaintext
273 anymore.
274 @item @option{-minsize} option gives ability to automatically pad
275 outgoing packets to specified minimal size.
276 @item @command{nncp-daemon} and
277 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
278 packets appearance in the background while connected. Remote side is
279 immediately notified.
280 @item @option{-onlinedeadline} option gives ability to configure timeout
281 of inactivity of online connection, when it could be disconnected. It
282 could be used to keep connection alive for a long time.
283 @item @option{-maxonlinetime} option gives ability to set maximal
284 allowable online connection aliveness time.
285 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
286 @item @command{nncp-pkt} command can decompress the data.
287 @end itemize