]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
nncp-check -cycle
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 7_1_0
7 @section Release 7.1.0
8 @itemize
9
10 @item
11 Fixed workability of @command{nncp-file} and @command{nncp-exec}
12 commands, that use temporary file (stdin and @option{-use-tmp}).
13
14 @item
15 Fixed disappearing bad return code in @command{nncp-exec} command.
16
17 @item
18 Fixed invalid @file{.hdr} generation when transitional packets are used.
19
20 @item
21 @option{-all} option appeared in @command{nncp-rm} command, applying to
22 all the nodes at once.
23
24 @item
25 @option{-cycle} option appeared in @command{nncp-check} command, looping
26 the check in infinite cycle.
27
28 @item
29 @command{nncp-pkt} can parse @file{.hdr} files.
30
31 @item
32 Multicasting areas feature appeared. Implemented merely by an additional
33 plain packet type with @command{nncp-toss}, @command{nncp-file} and
34 @command{nncp-exec} commands modification.
35
36 @end itemize
37
38 @node Release 7_0_0
39 @section Release 7.0.0
40 @itemize
41
42 @item
43 Minimal required Go version 1.13.
44
45 @item
46 Merkle Tree-based Hashing with BLAKE3 (MTH) is used instead of BLAKE2b.
47 Because of that, there are backward @strong{incompatible} changes of
48 encrypted files (everything laying in the spool directory) and
49 @file{.meta} files of chunked transfer.
50
51 Current implementation is far from being optimal: it lacks
52 parallelizable calculations and has higher memory consumption: nearly
53 512 KiB for each 1 GiB of file's data. Future performance and memory
54 size optimizations should not lead to packet's format change. But it is
55 still several times faster than BLAKE2b.
56
57 @item
58 Resumed online downloads, because of MTH, require reading only of the
59 preceding part of file, not the whole one as was before.
60
61 @item
62 @command{nncp-hash} utility appeared for calculating file's MTH hash.
63
64 @item
65 BLAKE2 KDF and XOF functions are replaced with BLAKE3 in encrypted
66 packets. Lowering number of used primitives. Also, its encrypted
67 packet's header is used as an associated data during encryption.
68
69 @item
70 MultiCast Discovery uses
71 @verb{|ff02::4e4e:4350|} address instead of @verb{|ff02::1|}.
72
73 @item
74 @command{nncp-cfgenc} mistakenly asked passphrase three times during encryption.
75
76 @item
77 @command{nncp-stat} reports about partly downloaded packets.
78
79 @item
80 Updated dependencies.
81
82 @end itemize
83
84 @node Release 6_6_0
85 @section Release 6.6.0
86 @itemize
87
88 @item
89 @command{nncp-daemon}, @command{nncp-call} and @command{nncp-caller}
90 commands wait for all background checksummers completion after
91 connection is finished.
92
93 @item
94 Added possibility of address determining through multicast announcement
95 in local area network, so called MCD (MultiCast Discovery).
96
97 @end itemize
98
99 @node Release 6_5_0
100 @section Release 6.5.0
101 @itemize
102
103 @item
104 Fixed segfault in @command{nncp-daemon} when SP handshake did not succeed.
105
106 @item
107 Fixed possible bad return code ignoring in automatic tosser.
108
109 @item
110 Fixed race during file descriptors closing when online protocol call is
111 finished, that could lead to write error of received packet fragment.
112
113 @item
114 Kill all packet transmission progress bars in @command{nncp-daemon},
115 @command{nncp-call} and @command{nncp-caller} when call is finished.
116
117 @end itemize
118
119 @node Release 6_4_0
120 @section Release 6.4.0
121 @itemize
122
123 @item
124 Fixed possible race in online protocol, that lead to panic.
125
126 @end itemize
127
128 @node Release 6_3_0
129 @section Release 6.3.0
130 @itemize
131
132 @item
133 Fixed possible panic while showing progress during online protocol.
134
135 @end itemize
136
137 @node Release 6_2_1
138 @section Release 6.2.1
139 @itemize
140
141 @item
142 Three places in logs contained excess @code{%s}.
143
144 @end itemize
145
146 @node Release 6_2_0
147 @section Release 6.2.0
148 @itemize
149
150 @item
151 Returned @command{nncp-caller}'s @option{-autotoss*} options workability.
152
153 @item
154 Yet another logging refactoring and simplification.
155 Should be no visible differences to the end user.
156
157 @end itemize
158
159 @node Release 6_1_0
160 @section Release 6.1.0
161 @itemize
162
163 @item
164 Optimization: most commands do not keep opened file descriptors now.
165 Previously you can exceed maximal number of opened files if you have got
166 many packets in the spool directory.
167
168 @item
169 Optimization: do not close file descriptor of the file we download
170 online. Previously each chunk lead to expensive open/close calls.
171
172 @item
173 Online downloaded files are saved with @file{.nock} (non-checksummed)
174 suffix, waiting either for @command{nncp-check}, or online daemons to
175 perform integrity check.
176
177 @item
178 Optimization: files, that are not resumed, are checksummed immediately
179 during the online download, skipping @file{.nock}-intermediate step.
180
181 @item
182 Ability to store encrypted packet's header in @file{.hdr} file, close to
183 the packet itself. That can greatly increase performance of packets
184 listing on filesystems with big block's size.
185
186 @end itemize
187
188 @node Release 6_0_0
189 @section Release 6.0.0
190 @itemize
191
192 @item
193 Log uses human readable and easy machine parseable
194 @url{https://www.gnu.org/software/recutils/, recfile} format for the
195 records, instead of structured RFC 3339 lines. Old logs are not readable
196 by @command{nncp-log} anymore.
197
198 @item
199 @option{-autotoss*} option workability with @command{nncp-daemon}'s
200 @option{-inetd} mode.
201
202 @item
203 Call's @option{when-tx-exists} allows to make a call only when outbound
204 packets exists. Combined with seconds-aware cron expression that can be
205 used as some kind of auto dialler.
206
207 @item
208 @command{nncp-cronexpr} command allows you to check validity and
209 expectations of specified cron expression.
210
211 @end itemize
212
213 @node Release 5_6_0
214 @section Release 5.6.0
215 @itemize
216
217 @item
218 @option{-autotoss*} option runs tosser not after the call, but every
219 second while it is active.
220
221 @item
222 @option{autotoss}, @option{autotoss-doseen},
223 @option{autotoss-nofile}, @option{autotoss-nofreq},
224 @option{autotoss-noexec}, @option{autotoss-notrns} options available in
225 @option{calls} configuration section. You can configure per-call
226 automatic tosser options.
227
228 @item
229 Use vendoring, instead of @env{GOPATH} overriding during tarball
230 installation, because current minimal Go's version is 1.12 and it
231 supports modules.
232
233 @end itemize
234
235 @node Release 5_5_1
236 @section Release 5.5.1
237 @itemize
238
239 @item
240 Respect for @env{BINDIR}, @env{INFODIR} and @env{DOCDIR} environment
241 variables in @file{config} during installation.
242
243 @end itemize
244
245 @node Release 5_5_0
246 @section Release 5.5.0
247 @itemize
248
249 @item
250 Bugfixes in @command{nncp-call(er)}/@command{nncp-daemon},
251 @command{nncp-bundle} and @command{nncp-stat}.
252
253 @item
254 @command{nncp-rm} has @option{-dryrun} and @option{-older} options now.
255
256 @item
257 @command{nncp-exec} has @option{-use-tmp} and @option{-nocompress}
258 options now. Uncompressed packets are not compatible with previous NNCP
259 versions.
260
261 @item
262 @command{nncp-call}, @command{nncp-caller} and @command{nncp-daemon} commands
263 have @option{-autotoss*} options for running tosser after call is ended.
264
265 @item
266 Updated dependencies. Minimal required Go version is 1.12.
267
268 @end itemize
269
270 @node Release 5_4_1
271 @section Release 5.4.1
272 @itemize
273
274 @item
275 Fixed @code{SENDMAIL} variable usage during the build.
276
277 @end itemize
278
279 @node Release 5_4_0
280 @section Release 5.4.0
281 @itemize
282
283 @item
284 Updated dependencies.
285
286 @item
287 Build system is moved from Makefiles to @url{http://cr.yp.to/redo.html, redo}.
288 This should not influence package maintainers, because minimal @command{redo}
289 implementation is included in tarball.
290
291 @end itemize
292
293 @node Release 5_3_3
294 @section Release 5.3.3
295 @itemize
296
297 @item
298 More various error checks.
299
300 @item
301 Updated dependencies.
302
303 @end itemize
304
305 @node Release 5_3_2
306 @section Release 5.3.2
307 @itemize
308
309 @item
310 Fixed incorrect logic of @option{onlinedeadline} timeout, where
311 connection won't take into account incoming packets events and will
312 forcefully disconnect.
313
314 @end itemize
315
316 @node Release 5_3_1
317 @section Release 5.3.1
318 @itemize
319
320 @item
321 Fixed @option{onlinedeadline} workability with call addresses that use
322 external commands (@verb{#"|somecmd"#}).
323
324 @item
325 @command{nncp-stat} has @option{-pkt} option displaying information
326 about each packet in the spool.
327
328 @end itemize
329
330 @node Release 5_3_0
331 @section Release 5.3.0
332 @itemize
333
334 @item
335 Progress messages contain prefix, describing the running action.
336
337 @item
338 Fixed not occurring handshake messages padding.
339
340 @item
341 Finish all SP protocol related goroutines, less memory leak.
342
343 @item
344 SP protocol generates less socket write calls, thus generating less TCP
345 packets.
346
347 @item
348 Check @option{onlinedeadline} and @option{maxonlinetime} options every
349 second, independently from socket reads (up to 10 seconds).
350
351 @item
352 Once per minute, if no other traffic exists, PING packets are sent in
353 SP-connection. That allows faster determining of connection unworkability.
354
355 @item
356 @command{nncp-toss} uses lock-file to prevent simultaneous tossing.
357
358 @end itemize
359
360 @node Release 5_2_1
361 @section Release 5.2.1
362 @itemize
363
364 @item
365 Fixed SP protocol error handling, sometimes causing program panic.
366
367 @end itemize
368
369 @node Release 5_2_0
370 @section Release 5.2.0
371 @itemize
372
373 @item
374 Most commands by default show oneline operations progress.
375 @option{-progress}, @option{-noprogress} command line options,
376 @option{noprogress} configuration file option appeared.
377
378 @item
379 Fixed incorrect @command{nncp-check} command return code, that returned
380 bad code when everything is good.
381
382 @item
383 Free disk space check during @command{nncp-bundle -rx} call.
384
385 @end itemize
386
387 @node Release 5_1_2
388 @section Release 5.1.2
389 @itemize
390
391 @item
392 @strong{Critical} vulnerability: remote peers authentication could lead
393 to incorrect identification of remote side, allowing foreign encrypted
394 packets downloading.
395
396 @item
397 Bugfix: private and public Noise keys were swapped in newly created
398 configuration files, that lead to inability to authenticate online peers.
399
400 @item
401 Explicit directories fsync-ing for guaranteed files renaming.
402
403 @end itemize
404
405 @node Release 5_1_1
406 @section Release 5.1.1
407 @itemize
408
409 @item
410 Fixed workability of @command{nncp-file} with @option{-chunked 0} option.
411
412 @end itemize
413
414 @node Release 5_1_0
415 @section Release 5.1.0
416 @itemize
417
418 @item
419 @command{nncp-file} can send directories, automatically creating pax
420 archive on the fly.
421
422 @item
423 Free disk space is checked during outbound packets creation.
424
425 @item
426 @option{freq}, @option{freqminsize}, @option{freqchunked} configuration
427 file options replaced with the structure:
428 @option{freq: @{path: ..., minsize: ..., chunked: ...@}}.
429
430 @item
431 Added @option{freq.maxsize} configuration file option, forbidding of
432 freq sending larger than specified size.
433
434 @item
435 Ability to notify about successfully executed commands (exec) with
436 @option{notify.exec} configuration file option.
437
438 @end itemize
439
440 @node Release 5_0_0
441 @section Release 5.0.0
442 @itemize
443
444 @item
445 @strong{Incompatible} configuration file format change: YAML is
446 replaced with Hjson, due to its simplicity, without noticeable lack
447 of either functionality or convenience.
448
449 @item
450 @strong{Incompatible} plain packet format changes. Older versions are
451 not supported. @code{zlib} compression is replaced with
452 @code{Zstandard}, due to its speed and efficiency, despite library
453 version is not mature enough.
454
455 @item
456 Ability to call remote nodes via pipe call of external command, not only
457 through TCP.
458
459 @item
460 @command{nncp-cfgnew} generates configuration file with many
461 comments. @option{-nocomments} option can be used for an old
462 behaviour.
463
464 @item
465 Duplicate filenames have @file{.CTR} suffix, instead of @file{CTR}, to
466 avoid possible collisions with @file{.nncp.chunkCTR}.
467
468 @item
469 Ability to override process umask through configuration file option.
470
471 @item
472 Files and directories are created with 666/777 permissions by default,
473 allowing control with @command{umask}.
474
475 @item
476 Updated dependencies.
477
478 @item
479 Full usage of go modules for dependencies management
480 (@code{go.cypherpunks.ru/nncp/v5} namespace is used).
481
482 @item
483 Forbid any later GNU GPL version autousage
484 (project's licence now is GNU GPLv3-only).
485
486 @end itemize
487
488 @node Release 4_1
489 @section Release 4.1
490 @itemize
491 @item Workability on GNU/Linux systems and Go 1.10 is fixed.
492 @end itemize
493
494 @node Release 4_0
495 @section Release 4.0
496 @itemize
497
498 @item
499 @strong{Incompatible} encrypted and eblob packet format change: AEAD
500 encryption mode with 128 KiB blocks is used now, because previously
501 @command{nncp-toss} did not verify encrypted packet's MAC before feeding
502 decrypted data to external command. Older versions are not supported.
503
504 @item
505 Available free space checking before copying in @command{nncp-xfer},
506 @command{nncp-daemon}, @command{nncp-call(er)}.
507
508 @item
509 @command{nncp-call} has ability only to list packets on remote node,
510 without their transmission.
511
512 @item
513 @command{nncp-call} has ability to transfer only specified packets.
514
515 @item
516 Workability of @option{xxrate} preference in @option{calls}
517 configuration file section.
518
519 @item
520 Dependant libraries are updated.
521
522 @item
523 Minor bugfixes.
524
525 @item
526 Begin using of @code{go.mod} subsystem.
527
528 @end itemize
529
530 @node Release 3_4
531 @section Release 3.4
532 @itemize
533 @item @command{nncp-daemon} can be run as @command{inetd}-service.
534 @end itemize
535
536 @node Release 3_3
537 @section Release 3.3
538 @itemize
539
540 @item
541 @command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller} check
542 if @file{.seen} exists and treat it like file was already downloaded.
543 Possibly it was transferred out-of-bound and remote side needs to be
544 notifier about that.
545
546 @item
547 If higher priority packet is spooled, then @command{nncp-daemon} will
548 queue its sending first, interrupting lower priority transmissions.
549
550 @item
551 Simple packet rate limiter added to online-related tools
552 (@command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller}).
553
554 @item
555 Ability to specify niceness with symbolic notation:
556 @verb{|NORMAL|}, @verb{|BULK+10|}, @verb{|PRIORITY-5|}, etc.
557
558 @item
559 Changed default niceness levels:
560 for @command{nncp-exec} from 64 to 96,
561 for @command{nncp-freq} from 64 to 160,
562 for @command{nncp-file} from 196 to 224.
563
564 @end itemize
565
566 @node Release 3_2
567 @section Release 3.2
568 @itemize
569 @item
570 @strong{Incompatible} @emph{bundle} archive format changes and
571 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
572 valid tar archives, but Go 1.9 made them invalid because of long paths
573 inside. NNCP accidentally was dependant on that bug. Explicit adding of
574 @file{NNCP/} directory in archive restores workability with valid tar
575 archives.
576 @end itemize
577
578 @node Release 3_1
579 @section Release 3.1
580 @itemize
581 @item
582 Ability to disable relaying at all using @verb{|-via -|} command line option.
583 @end itemize
584
585 @node Release 3_0
586 @section Release 3.0
587 @itemize
588
589 @item
590 @strong{Incompatible} plain packet format changes. Older versions are
591 not supported.
592
593 @item
594 Ability to queue remote command execution, by configuring @option{exec}
595 option in configuration file and using @command{nncp-exec} command:
596     @itemize
597     @item
598     @command{nncp-mail} command is replaced with more flexible
599     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
600     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
601     @item
602     @option{sendmail} configuration file option is replaced with
603     @option{exec}. @verb{|sendmail: [...]|} must be replaced with
604     @verb{|exec: sendmail: [...]|}.
605     @end itemize
606
607 @item
608 Ability to override @option{via} configuration option for destination
609 node via @option{-via} command line option for following commands:
610 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
611
612 @item
613 Chunked files, having size less than specified chunk size, will be sent
614 as an ordinary single file.
615
616 @item
617 Exec commands are invoked with additional @env{NNCP_NICE} and
618 @env{NNCP_SELF} environment variables.
619
620 @item
621 Files, that are sent as a reply to freq, have niceness level taken from
622 the freq packet. You can set desired niceness during @command{nncp-freq}
623 invocation using @option{-replynice} option.
624
625 @item
626 @command{nncp-toss} command can ignore specified packet types during
627 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
628 @option{-notrns}.
629
630 @item
631 @command{nncp-file} command uses
632 @option{FreqMinSize}/@option{FreqChunked} configuration file options
633 for @option{-minsize}/@option{-chunked} by default. You can turn this
634 off by specifying zero value.
635
636 @end itemize
637
638 @node Release 2_0
639 @section Release 2.0
640 @itemize
641
642 @item
643 @strong{Incompatible} encrypted/eblob packet format changes. Older
644 versions are not supported.
645
646 @item
647 Twofish encryption algorithm is replaced with ChaCha20. It is much more
648 faster. One cryptographic primitive less.
649
650 @item
651 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
652 another cryptographic primitive less (assuming that BLAKE2X is nearly
653 identical to BLAKE2).
654
655 @end itemize
656
657 @node Release 1_0
658 @section Release 1.0
659 @itemize
660
661 @item
662 @strong{Incompatible} encrypted packet format changes. Older versions
663 are not supported.
664
665 @item
666 @command{nncp-bundle} command can either create stream of encrypted
667 packets, or digest it. It is useful when dealing with
668 @code{stdin}/@code{stdout} based transmission methods (like writing to
669 CD-ROM without intermediate prepared ISO image and working with tape
670 drives).
671
672 @item
673 @command{nncp-toss} is able to create @file{.seen} files preventing
674 duplicate packets receiving.
675
676 @item
677 Single background checksum verifier worker is allowed in
678 @command{nncp-call}. This is helpful when thousands of small inbound
679 packets could create many goroutines.
680
681 @item
682 Ability to override path to spool directory and logfile through either
683 command line argument, or environment variable.
684
685 @item
686 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
687 @file{.part}, @file{.lock} and temporary files.
688
689 @end itemize
690
691 @node Release 0_12
692 @section Release 0.12
693 @itemize
694 @item Sendmail command is called with @env{NNCP_SENDER} environment variable.
695 @end itemize
696
697 @node Release 0_11
698 @section Release 0.11
699 @itemize
700 @item @command{nncp-stat}'s command output is sorted by node name.
701 @end itemize
702
703 @node Release 0_10
704 @section Release 0.10
705 @itemize
706 @item
707 @command{nncp-freq}'s @file{DST} argument is optional now. Last
708 @file{SRC} path's element will be used by default.
709 @end itemize
710
711 @node Release 0_9
712 @section Release 0.9
713 @itemize
714 @item
715 Fix @option{-rx}/@option{-tx} arguments processing in
716 @command{nncp-call} command. They were ignored.
717 @end itemize
718
719 @node Release 0_8
720 @section Release 0.8
721 @itemize
722 @item
723 Little bugfix in @command{nncp-file} command, where @option{-minsize}
724 option for unchunked transfer was not in KiBs, but in bytes.
725 @end itemize
726
727 @node Release 0_7
728 @section Release 0.7
729 @itemize
730
731 @item
732 Ability to feed @command{nncp-file} from @code{stdin}, that uses an
733 encrypted temporary file for that.
734
735 @item
736 Chunked files transmission appeared with corresponding
737 @command{nncp-reass} command and @option{freqchunked} configuration file
738 entry. Useful for transferring big files over small storage devices.
739
740 @item
741 @option{freqminsize} configuration file option, analogue to
742 @option{-minsize} one.
743
744 @item
745 @command{nncp-xfer}'s @option{-force} option is renamed to
746 @option{-mkdir} for clarity.
747
748 @item
749 @option{-minsize} option is specified in KiBs, not bytes, for
750 convenience.
751
752 @item
753 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
754 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
755 common prefix and are grouped together for convenience.
756
757 @item
758 @command{nncp-cfgenc} command appeared, allowing configuration file
759 encryption/decryption, for keeping it safe without any either OpenPGP or
760 similar tools usage.
761
762 @item
763 Cryptographic libraries (dependencies) are updated.
764
765 @end itemize
766
767 @node Release 0_6
768 @section Release 0.6
769 @itemize
770 @item Small @command{nncp-rm} command appeared.
771 @item Cryptographic libraries (dependencies) are updated.
772 @end itemize
773
774 @node Release 0_5
775 @section Release 0.5
776 @itemize
777 @item
778 Trivial small fix in default niceness level of @command{nncp-file}
779 and @command{nncp-freq} commands.
780 @end itemize
781
782 @node Release 0_4
783 @section Release 0.4
784 @itemize
785
786 @item
787 Small fix in @command{nncp-call}, @command{nncp-caller},
788 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
789 lost).
790
791 @item
792 @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is shorter
793 and more convenient to use.
794
795 @item
796 @command{nncp-mincfg} command appeared: helper allowing to create
797 minimalistic stripped down configuration file without private keys, that
798 is useful during @command{nncp-xfer} usage.
799
800 @end itemize
801
802 @node Release 0_3
803 @section Release 0.3
804 @itemize
805 @item Fixed compatibility with Go 1.6.
806 @end itemize
807
808 @node Release 0_2
809 @section Release 0.2
810 @itemize
811
812 @item
813 @strong{Incompatible} packet's format change (magic number is changed
814 too): size field is encrypted and is not send in plaintext anymore.
815
816 @item
817 @option{-minsize} option gives ability to automatically pad outgoing
818 packets to specified minimal size.
819
820 @item
821 @command{nncp-daemon} and @command{nncp-call}/@command{nncp-caller}
822 always check new @emph{tx} packets appearance in the background while
823 connected. Remote side is immediately notified.
824
825 @item
826 @option{-onlinedeadline} option gives ability to configure timeout of
827 inactivity of online connection, when it could be disconnected. It could
828 be used to keep connection alive for a long time.
829
830 @item
831 @option{-maxonlinetime} option gives ability to set maximal allowable
832 online connection aliveness time.
833
834 @item
835 @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
836
837 @item
838 @command{nncp-pkt} command can decompress the data.
839
840 @end itemize