]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Generate list of created ACKs
[nncp.git] / doc / news.texi
1 @node News
2 @cindex news
3 @unnumbered News
4
5 See also this page @ref{Новости, on russian}.
6
7 @node Release 8_7_0
8 @section Release 8.7.0
9 @itemize
10
11 @item
12 @command{nncp-ack} does not acknowledge ACK-packets, preventing an
13 endless loop of ACKs.
14
15 @item
16 @command{nncp-ack} previously did not remove corresponding @file{hdr/} files.
17
18 @item
19 @command{nncp-rm} now takes list of packet from @code{stdin} when
20 @option{-pkt} option is used.
21
22 @item
23 @command{nncp-ack} now generates list of ACK packets it created, that
24 could be used as an input to @command{nncp-rm} to remove outbound ACK
25 packets.
26
27 @end itemize
28
29 @node Release 8_6_0
30 @section Release 8.6.0
31 @itemize
32
33 @item
34 @command{nncp-xfer} checks if locally copied packet's checksum differs
35 from the source's one.
36
37 @item
38 @command{nncp-call} has bad return code if its queues contain unfinished jobs.
39
40 @item
41 @command{nncp-ack} command appeared, that sends explicit packet receipt
42 acknowledgement (ACK packet). That acknowledgement deletes referenced
43 packet from the outbound spool.
44
45 @item
46 Ability to turn @code{fsync} operation off using @env{$NNCPNOSYNC=1}
47 environment variable.
48
49 @item
50 Added various indices in documentation, that should help searching in it.
51
52 @end itemize
53
54 @node Release 8_5_0
55 @section Release 8.5.0
56 @itemize
57
58 @item
59 Fixed @command{nncp-bundle} workability.
60
61 @item
62 Mistakenly @option{-mcd-wait} option was enabled by default in
63 @command{nncp-call}.
64
65 @item
66 Ability to override internal default timeout for online protocol through
67 @env{$NNCPDEADLINE} environment variable. Can be useful for very high
68 delay links.
69
70 @item
71 NNCP builds on OpenBSD.
72
73 @end itemize
74
75 @node Release 8_4_0
76 @section Release 8.4.0
77 @itemize
78
79 @item
80 Multicast related interface names (@code{mcd-listen} and @code{mcd-send}
81 configuration options) are now regular expressions. By default
82 @command{nncp-cfgnew} uncomments them now with @code{.*} interface name.
83
84 @item
85 @command{nncp-call} command has @option{-mcd-wait} option to wait for
86 multicast packet about node's address.
87
88 @item
89 @command{nncp-file} command skips everything that is neither regular
90 file nor directory during pax-archive creation.
91
92 @end itemize
93
94 @node Release 8_3_0
95 @section Release 8.3.0
96 @itemize
97
98 @item
99 Fixed building issues on 32-bit systems.
100
101 @end itemize
102
103 @node Release 8_2_0
104 @section Release 8.2.0
105 @itemize
106
107 @item
108 Yggdrasil uses pure-Go IPv6+TCP network stack, instead of naked μTP
109 transport protocol, making it able to work as an ordinary TCP server
110 inside overlay network.
111
112 @item
113 Yggdrasil's @code{prv;bind1,bind2;pub@dots{}}-like configuration strings are
114 replaced with URL-like ones (@code{yggdrasils://PRV?bind=BIND1&bind=BIND2&pub=PUB}).
115
116 @item
117 Ability to pass multicast-related parameters to Yggdrasil configuration.
118
119 @item
120 @command{nncp-daemon} is able to listen on both TCP and Yggdrasil-driven
121 sockets simultaneously.
122
123 @item
124 @command{nncp-daemon}'s listening on peering endpoint socket is optional
125 -- you can be reached through the peers.
126
127 @end itemize
128
129 @node Release 8_1_0
130 @section Release 8.1.0
131 @itemize
132
133 @item
134 @command{nncp-cfgdir} does not require @code{self} section existence in
135 configuration file.
136
137 @item
138 Ability to act as Yggdrasil network client, using online protocol on top of it.
139
140 @end itemize
141
142 @node Release 8_0_2
143 @section Release 8.0.2
144 @itemize
145
146 @item
147 Fixed sending ability to areas.
148
149 @end itemize
150
151 @node Release 8_0_1
152 @section Release 8.0.1
153 @itemize
154
155 @item
156 Fixed incorrect @code{freq.chunked} value calculation. If it was missed,
157 then chunked transfer mode was forcefully turned on anyway.
158
159 @item
160 Fixed incorrect full file's size calculation in @file{.nncp.meta}.
161
162 @end itemize
163
164 @node Release 8_0_0
165 @section Release 8.0.0
166 @itemize
167
168 @item
169 @strong{Incompatible} encrypted packet format change: payload and pad
170 sizes are sent in-bound in the encrypted stream. That gives ability to
171 streamingly create encrypted packets, without knowing sizes in advance,
172 without creating temporary file or buffer data in memory.
173
174 @item
175 Proper encrypted packet padding verification is done now. This is not
176 critical issue, but previously neither padding value, nor its size were
177 authenticated, giving ability to iteratively strip trailing bytes and
178 determine payload's size by observing the reaction of the encrypted
179 packet processing.
180
181 @item
182 @command{nncp-exec} loses its @option{-use-tmp} option, because of
183 streaming-compatible encrypted packets format.
184
185 @item
186 @command{nncp-file} and @command{nncp-exec} commands have
187 @option{-maxsize} option, limiting maximal resulting encrypted packet's
188 maximal size (returning error if it is exceeded). Could be useful,
189 because no payload size could be known in advance.
190
191 @end itemize
192
193 @node Release 7_7_0
194 @section Release 7.7.0
195 @itemize
196
197 @item
198 Experimental @code{kqueue} and @code{inotify} based notifications
199 support about spool directory changes, for reducing their often reading
200 overhead.
201
202 @item
203 @file{.seen} and @file{.hdr} files moved to @file{seen/} and @file{hdr/}
204 subdirectories, for faster scanning of spool directories.
205 Current files migration required:
206
207 @example
208 $ find $NNCPSPOOL -type f -name "*.hdr" -exec rm @{@} +
209
210 $ find $NNCPSPOOL -type d -name rx | while read rx ; do
211     cd $rx
212     mkdir -p seen
213     find . -type f -name "*.seen" | while read fn ; do
214         mv $fn seen/$@{fn%.seen@}
215     done
216 done
217
218 $ find $NNCPSPOOL -type d -name area | while read area ; do
219     find $area -type f -name "*.seen" | while read fn ; do
220         mv $fn $@{fn%.seen@}
221     done
222 done
223 @end example
224
225 @end itemize
226
227 @node Release 7_6_0
228 @section Release 7.6.0
229 @itemize
230
231 @item
232 Logging may be done to specified opened file descriptor
233 (@env{$NNCPLOG=FD:5} for example).
234 That is friendly to use under @command{daemontools}.
235
236 @item
237 Added additional checks of public keys existence in configuration file,
238 preventing some commands from failing.
239
240 @end itemize
241
242 @node Release 7_5_1
243 @section Release 7.5.1
244 @itemize
245
246 @item
247 NNCP builds on NetBSD.
248
249 @end itemize
250
251 @node Release 7_5_0
252 @section Release 7.5.0
253 @itemize
254
255 @item
256 @command{nncp-daemon} is compatible with UCSPI-TCP interface, so log
257 will contain remote side's address (when running under appropriate
258 utility). @option{-ucspi} option should be used instead of @option{-inetd}.
259
260 @item
261 @command{nncp-call} can be UCSPI-TCP client, using @option{-ucspi} option.
262
263 @item
264 Do not exit if some of MCD network interfaces can not be listened --
265 only warn about that.
266
267 @end itemize
268
269 @node Release 7_4_0
270 @section Release 7.4.0
271 @itemize
272
273 @item
274 Fixed simultaneous @command{nncp-daemon} and @command{nncp-caller} MCD work.
275
276 @end itemize
277
278 @node Release 7_3_2
279 @section Release 7.3.2
280 @itemize
281
282 @item
283 @command{hjson-cli} utility builds in vendor-mode now.
284
285 @end itemize
286
287 @node Release 7_3_1
288 @section Release 7.3.1
289 @itemize
290
291 @item
292 Fixed possibly left opened file descriptor in online commands.
293
294 @item
295 Severely decreased memory usage of MTH hashing.
296
297 @end itemize
298
299 @node Release 7_3_0
300 @section Release 7.3.0
301 @itemize
302
303 @item
304 Fixed some workability problems on 32-bit systems with big files.
305
306 @item
307 Ability to use directory with a bunch of files as a configuration.
308 @command{nncp-cfgdir} command appeared.
309
310 @end itemize
311
312 @node Release 7_2_1
313 @section Release 7.2.1
314 @itemize
315
316 @item
317 Small optimizations in online commands.
318
319 @end itemize
320
321 @node Release 7_2_0
322 @section Release 7.2.0
323 @itemize
324
325 @item
326 @command{nncp-trns} command appeared for manual transition packets creation.
327
328 @item
329 If destination node of transitional packet has non empty @option{via}
330 route, then do not ignore, but use it.
331
332 @item
333 Do not relay multicast packet to area message's originator, that
334 obviously has seen its own packet.
335
336 @item
337 Much less memory usage during MTH hashing when offset is zero: when
338 packet is not resumed, but for example checked with @command{nncp-check}
339 command.
340
341 @end itemize
342
343 @node Release 7_1_1
344 @section Release 7.1.1
345 @itemize
346
347 @item
348 Fixed failing directories @code{fsync} after @file{.seen} file creation.
349
350 @end itemize
351
352 @node Release 7_1_0
353 @section Release 7.1.0
354 @itemize
355
356 @item
357 Multicasting areas feature appeared. Implemented merely by an additional
358 plain packet type with @command{nncp-toss}, @command{nncp-file} and
359 @command{nncp-exec} commands modification.
360
361 @item
362 Fixed workability of @command{nncp-file} and @command{nncp-exec}
363 commands, that use temporary file (@code{stdin} and @option{-use-tmp}).
364
365 @item
366 Fixed disappearing bad return code in @command{nncp-exec} command.
367
368 @item
369 Fixed invalid @file{.hdr} generation when transitional packets are used.
370
371 @item
372 @option{-all} option appeared in @command{nncp-rm} command, applying to
373 all the nodes at once.
374
375 @item
376 @option{-cycle} option appeared in @command{nncp-check} command, looping
377 the check in infinite cycle.
378
379 @item
380 @command{nncp-rm} command can take node alias name.
381
382 @item
383 @command{nncp-pkt} can parse @file{.hdr} files.
384
385 @end itemize
386
387 @node Release 7_0_0
388 @section Release 7.0.0
389 @itemize
390
391 @item
392 Minimal required Go version 1.13.
393
394 @item
395 Merkle Tree-based Hashing with BLAKE3 (MTH) is used instead of BLAKE2b.
396 Because of that, there are backward @strong{incompatible} changes of
397 encrypted files (everything laying in the spool directory) and
398 @file{.meta} files of chunked transfer.
399
400 Current implementation is far from being optimal: it lacks
401 parallelizable calculations and has higher memory consumption: nearly
402 512 KiB for each 1 GiB of file's data. Future performance and memory
403 size optimizations should not lead to packet's format change. But it is
404 still several times faster than BLAKE2b.
405
406 @item
407 Resumed online downloads, because of MTH, require reading only of the
408 preceding part of file, not the whole one as was before.
409
410 @item
411 @command{nncp-hash} utility appeared for calculating file's MTH hash.
412
413 @item
414 BLAKE2 KDF and XOF functions are replaced with BLAKE3 in encrypted
415 packets. Lowering number of used primitives. Also, its encrypted
416 packet's header is used as an associated data during encryption.
417
418 @item
419 MultiCast Discovery uses
420 @verb{|ff02::4e4e:4350|} address instead of @verb{|ff02::1|}.
421
422 @item
423 @command{nncp-cfgenc} mistakenly asked passphrase three times during encryption.
424
425 @item
426 @command{nncp-stat} reports about partly downloaded packets.
427
428 @item
429 Updated dependencies.
430
431 @end itemize
432
433 @node Release 6_6_0
434 @section Release 6.6.0
435 @itemize
436
437 @item
438 @command{nncp-daemon}, @command{nncp-call} and @command{nncp-caller}
439 commands wait for all background checksummers completion after
440 connection is finished.
441
442 @item
443 Added possibility of address determining through multicast announcement
444 in local area network, so called MCD (MultiCast Discovery).
445
446 @end itemize
447
448 @node Release 6_5_0
449 @section Release 6.5.0
450 @itemize
451
452 @item
453 Fixed segfault in @command{nncp-daemon} when SP handshake did not succeed.
454
455 @item
456 Fixed possible bad return code ignoring in automatic tosser.
457
458 @item
459 Fixed race during file descriptors closing when online protocol call is
460 finished, that could lead to write error of received packet fragment.
461
462 @item
463 Kill all packet transmission progress bars in @command{nncp-daemon},
464 @command{nncp-call} and @command{nncp-caller} when call is finished.
465
466 @end itemize
467
468 @node Release 6_4_0
469 @section Release 6.4.0
470 @itemize
471
472 @item
473 Fixed possible race in online protocol, that lead to panic.
474
475 @end itemize
476
477 @node Release 6_3_0
478 @section Release 6.3.0
479 @itemize
480
481 @item
482 Fixed possible panic while showing progress during online protocol.
483
484 @end itemize
485
486 @node Release 6_2_1
487 @section Release 6.2.1
488 @itemize
489
490 @item
491 Three places in logs contained excess @code{%s}.
492
493 @end itemize
494
495 @node Release 6_2_0
496 @section Release 6.2.0
497 @itemize
498
499 @item
500 Returned @command{nncp-caller}'s @option{-autotoss*} options workability.
501
502 @item
503 Yet another logging refactoring and simplification.
504 Should be no visible differences to the end user.
505
506 @end itemize
507
508 @node Release 6_1_0
509 @section Release 6.1.0
510 @itemize
511
512 @item
513 Optimization: most commands do not keep opened file descriptors now.
514 Previously you can exceed maximal number of opened files if you have got
515 many packets in the spool directory.
516
517 @item
518 Optimization: do not close file descriptor of the file we download
519 online. Previously each chunk lead to expensive open/close calls.
520
521 @item
522 Online downloaded files are saved with @file{.nock} (non-checksummed)
523 suffix, waiting either for @command{nncp-check}, or online daemons to
524 perform integrity check.
525
526 @item
527 Optimization: files, that are not resumed, are checksummed immediately
528 during the online download, skipping @file{.nock}-intermediate step.
529
530 @item
531 Ability to store encrypted packet's header in @file{.hdr} file, close to
532 the packet itself. That can greatly increase performance of packets
533 listing on filesystems with big block's size.
534
535 @end itemize
536
537 @node Release 6_0_0
538 @section Release 6.0.0
539 @itemize
540
541 @item
542 Log uses human readable and easy machine parseable
543 @url{https://www.gnu.org/software/recutils/, recfile} format for the
544 records, instead of structured RFC 3339 lines. Old logs are not readable
545 by @command{nncp-log} anymore.
546
547 @item
548 @option{-autotoss*} option workability with @command{nncp-daemon}'s
549 @option{-inetd} mode.
550
551 @item
552 Call's @option{when-tx-exists} allows to make a call only when outbound
553 packets exists. Combined with seconds-aware cron expression that can be
554 used as some kind of auto dialler.
555
556 @item
557 @command{nncp-cronexpr} command allows you to check validity and
558 expectations of specified cron expression.
559
560 @end itemize
561
562 @node Release 5_6_0
563 @section Release 5.6.0
564 @itemize
565
566 @item
567 @option{-autotoss*} option runs tosser not after the call, but every
568 second while it is active.
569
570 @item
571 @option{autotoss}, @option{autotoss-doseen},
572 @option{autotoss-nofile}, @option{autotoss-nofreq},
573 @option{autotoss-noexec}, @option{autotoss-notrns} options available in
574 @option{calls} configuration section. You can configure per-call
575 automatic tosser options.
576
577 @item
578 Use vendoring, instead of @env{$GOPATH} overriding during tarball
579 installation, because current minimal Go's version is 1.12 and it
580 supports modules.
581
582 @end itemize
583
584 @node Release 5_5_1
585 @section Release 5.5.1
586 @itemize
587
588 @item
589 Respect for @env{$BINDIR}, @env{$INFODIR} and @env{$DOCDIR} environment
590 variables in @file{config} during installation.
591
592 @end itemize
593
594 @node Release 5_5_0
595 @section Release 5.5.0
596 @itemize
597
598 @item
599 Bugfixes in @command{nncp-call(er)}/@command{nncp-daemon},
600 @command{nncp-bundle} and @command{nncp-stat}.
601
602 @item
603 @command{nncp-rm} has @option{-dryrun} and @option{-older} options now.
604
605 @item
606 @command{nncp-exec} has @option{-use-tmp} and @option{-nocompress}
607 options now. Uncompressed packets are not compatible with previous NNCP
608 versions.
609
610 @item
611 @command{nncp-call}, @command{nncp-caller} and @command{nncp-daemon} commands
612 have @option{-autotoss*} options for running tosser after call is ended.
613
614 @item
615 Updated dependencies. Minimal required Go version is 1.12.
616
617 @end itemize
618
619 @node Release 5_4_1
620 @section Release 5.4.1
621 @itemize
622
623 @item
624 Fixed @code{SENDMAIL} variable usage during the build.
625
626 @end itemize
627
628 @node Release 5_4_0
629 @section Release 5.4.0
630 @itemize
631
632 @item
633 Updated dependencies.
634
635 @item
636 Build system is moved from Makefiles to @url{http://cr.yp.to/redo.html, redo}.
637 This should not influence package maintainers, because minimal @command{redo}
638 implementation is included in tarball.
639
640 @end itemize
641
642 @node Release 5_3_3
643 @section Release 5.3.3
644 @itemize
645
646 @item
647 More various error checks.
648
649 @item
650 Updated dependencies.
651
652 @end itemize
653
654 @node Release 5_3_2
655 @section Release 5.3.2
656 @itemize
657
658 @item
659 Fixed incorrect logic of @option{onlinedeadline} timeout, where
660 connection won't take into account incoming packets events and will
661 forcefully disconnect.
662
663 @end itemize
664
665 @node Release 5_3_1
666 @section Release 5.3.1
667 @itemize
668
669 @item
670 Fixed @option{onlinedeadline} workability with call addresses that use
671 external commands (@verb{#"|somecmd"#}).
672
673 @item
674 @command{nncp-stat} has @option{-pkt} option displaying information
675 about each packet in the spool.
676
677 @end itemize
678
679 @node Release 5_3_0
680 @section Release 5.3.0
681 @itemize
682
683 @item
684 Progress messages contain prefix, describing the running action.
685
686 @item
687 Fixed not occurring handshake messages padding.
688
689 @item
690 Finish all SP protocol related goroutines, less memory leak.
691
692 @item
693 SP protocol generates less socket write calls, thus generating less TCP
694 packets.
695
696 @item
697 Check @option{onlinedeadline} and @option{maxonlinetime} options every
698 second, independently from socket reads (up to 10 seconds).
699
700 @item
701 Once per minute, if no other traffic exists, PING packets are sent in
702 SP-connection. That allows faster determining of connection unworkability.
703
704 @item
705 @command{nncp-toss} uses lock-file to prevent simultaneous tossing.
706
707 @end itemize
708
709 @node Release 5_2_1
710 @section Release 5.2.1
711 @itemize
712
713 @item
714 Fixed SP protocol error handling, sometimes causing program panic.
715
716 @end itemize
717
718 @node Release 5_2_0
719 @section Release 5.2.0
720 @itemize
721
722 @item
723 Most commands by default show oneline operations progress.
724 @option{-progress}, @option{-noprogress} command line options,
725 @option{noprogress} configuration file option appeared.
726
727 @item
728 Fixed incorrect @command{nncp-check} command return code, that returned
729 bad code when everything is good.
730
731 @item
732 Free disk space check during @command{nncp-bundle -rx} call.
733
734 @end itemize
735
736 @node Release 5_1_2
737 @section Release 5.1.2
738 @itemize
739
740 @item
741 @strong{Critical} vulnerability: remote peers authentication could lead
742 to incorrect identification of remote side, allowing foreign encrypted
743 packets downloading.
744
745 @item
746 Bugfix: private and public Noise keys were swapped in newly created
747 configuration files, that lead to inability to authenticate online peers.
748
749 @item
750 Explicit directories @code{fsync}-ing for guaranteed files renaming.
751
752 @end itemize
753
754 @node Release 5_1_1
755 @section Release 5.1.1
756 @itemize
757
758 @item
759 Fixed workability of @command{nncp-file} with @option{-chunked 0} option.
760
761 @end itemize
762
763 @node Release 5_1_0
764 @section Release 5.1.0
765 @itemize
766
767 @item
768 @command{nncp-file} can send directories, automatically creating pax
769 archive on the fly.
770
771 @item
772 Free disk space is checked during outbound packets creation.
773
774 @item
775 @option{freq}, @option{freqminsize}, @option{freqchunked} configuration
776 file options replaced with the structure:
777 @option{freq: @{path: @dots{}, minsize: @dots{}, chunked: @dots{}@}}.
778
779 @item
780 Added @option{freq.maxsize} configuration file option, forbidding of
781 freq sending larger than specified size.
782
783 @item
784 Ability to notify about successfully executed commands (exec) with
785 @option{notify.exec} configuration file option.
786
787 @end itemize
788
789 @node Release 5_0_0
790 @section Release 5.0.0
791 @itemize
792
793 @item
794 @strong{Incompatible} configuration file format change: YAML is
795 replaced with Hjson, due to its simplicity, without noticeable lack
796 of either functionality or convenience.
797
798 @item
799 @strong{Incompatible} plain packet format changes. Older versions are
800 not supported. @code{zlib} compression is replaced with
801 @code{Zstandard}, due to its speed and efficiency, despite library
802 version is not mature enough.
803
804 @item
805 Ability to call remote nodes via pipe call of external command, not only
806 through TCP.
807
808 @item
809 @command{nncp-cfgnew} generates configuration file with many
810 comments. @option{-nocomments} option can be used for an old
811 behaviour.
812
813 @item
814 Duplicate filenames have @file{.CTR} suffix, instead of @file{CTR}, to
815 avoid possible collisions with @file{.nncp.chunkCTR}.
816
817 @item
818 Ability to override process umask through configuration file option.
819
820 @item
821 Files and directories are created with 666/777 permissions by default,
822 allowing control with @command{umask}.
823
824 @item
825 Updated dependencies.
826
827 @item
828 Full usage of go modules for dependencies management
829 (@code{go.cypherpunks.ru/nncp/v5} namespace is used).
830
831 @item
832 Forbid any later GNU GPL version autousage
833 (project's licence now is GNU GPLv3-only).
834
835 @end itemize
836
837 @node Release 4_1
838 @section Release 4.1
839 @itemize
840 @item Workability on GNU/Linux systems and Go 1.10 is fixed.
841 @end itemize
842
843 @node Release 4_0
844 @section Release 4.0
845 @itemize
846
847 @item
848 @strong{Incompatible} encrypted and eblob packet format change: AEAD
849 encryption mode with 128 KiB blocks is used now, because previously
850 @command{nncp-toss} did not verify encrypted packet's MAC before feeding
851 decrypted data to external command. Older versions are not supported.
852
853 @item
854 Available free space checking before copying in @command{nncp-xfer},
855 @command{nncp-daemon}, @command{nncp-call(er)}.
856
857 @item
858 @command{nncp-call} has ability only to list packets on remote node,
859 without their transmission.
860
861 @item
862 @command{nncp-call} has ability to transfer only specified packets.
863
864 @item
865 Workability of @option{xxrate} preference in @option{calls}
866 configuration file section.
867
868 @item
869 Dependant libraries are updated.
870
871 @item
872 Minor bugfixes.
873
874 @item
875 Begin using of @code{go.mod} subsystem.
876
877 @end itemize
878
879 @node Release 3_4
880 @section Release 3.4
881 @itemize
882 @item @command{nncp-daemon} can be run as @command{inetd}-service.
883 @end itemize
884
885 @node Release 3_3
886 @section Release 3.3
887 @itemize
888
889 @item
890 @command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller} check
891 if @file{.seen} exists and treat it like file was already downloaded.
892 Possibly it was transferred out-of-bound and remote side needs to be
893 notifier about that.
894
895 @item
896 If higher priority packet is spooled, then @command{nncp-daemon} will
897 queue its sending first, interrupting lower priority transmissions.
898
899 @item
900 Simple packet rate limiter added to online-related tools
901 (@command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller}).
902
903 @item
904 Ability to specify niceness with symbolic notation:
905 @verb{|NORMAL|}, @verb{|BULK+10|}, @verb{|PRIORITY-5|}, etc.
906
907 @item
908 Changed default niceness levels:
909 for @command{nncp-exec} from 64 to 96,
910 for @command{nncp-freq} from 64 to 160,
911 for @command{nncp-file} from 196 to 224.
912
913 @end itemize
914
915 @node Release 3_2
916 @section Release 3.2
917 @itemize
918 @item
919 @strong{Incompatible} @emph{bundle} archive format changes and
920 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
921 valid tar archives, but Go 1.9 made them invalid because of long paths
922 inside. NNCP accidentally was dependant on that bug. Explicit adding of
923 @file{NNCP/} directory in archive restores workability with valid tar
924 archives.
925 @end itemize
926
927 @node Release 3_1
928 @section Release 3.1
929 @itemize
930 @item
931 Ability to disable relaying at all using @verb{|-via -|} command line option.
932 @end itemize
933
934 @node Release 3_0
935 @section Release 3.0
936 @itemize
937
938 @item
939 @strong{Incompatible} plain packet format changes. Older versions are
940 not supported.
941
942 @item
943 Ability to queue remote command execution, by configuring @option{exec}
944 option in configuration file and using @command{nncp-exec} command:
945     @itemize
946     @item
947     @command{nncp-mail} command is replaced with more flexible
948     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
949     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
950     @item
951     @option{sendmail} configuration file option is replaced with
952     @option{exec}. @code{sendmail: [@dots{}]} must be replaced with
953     @code{exec: sendmail: [@dots{}]}.
954     @end itemize
955
956 @item
957 Ability to override @option{via} configuration option for destination
958 node via @option{-via} command line option for following commands:
959 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
960
961 @item
962 Chunked files, having size less than specified chunk size, will be sent
963 as an ordinary single file.
964
965 @item
966 Exec commands are invoked with additional @env{$NNCP_NICE} and
967 @env{$NNCP_SELF} environment variables.
968
969 @item
970 Files, that are sent as a reply to freq, have niceness level taken from
971 the freq packet. You can set desired niceness during @command{nncp-freq}
972 invocation using @option{-replynice} option.
973
974 @item
975 @command{nncp-toss} command can ignore specified packet types during
976 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
977 @option{-notrns}.
978
979 @item
980 @command{nncp-file} command uses
981 @option{FreqMinSize}/@option{FreqChunked} configuration file options
982 for @option{-minsize}/@option{-chunked} by default. You can turn this
983 off by specifying zero value.
984
985 @end itemize
986
987 @node Release 2_0
988 @section Release 2.0
989 @itemize
990
991 @item
992 @strong{Incompatible} encrypted/eblob packet format changes. Older
993 versions are not supported.
994
995 @item
996 Twofish encryption algorithm is replaced with ChaCha20. It is much more
997 faster. One cryptographic primitive less.
998
999 @item
1000 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
1001 another cryptographic primitive less (assuming that BLAKE2X is nearly
1002 identical to BLAKE2).
1003
1004 @end itemize
1005
1006 @node Release 1_0
1007 @section Release 1.0
1008 @itemize
1009
1010 @item
1011 @strong{Incompatible} encrypted packet format changes. Older versions
1012 are not supported.
1013
1014 @item
1015 @command{nncp-bundle} command can either create stream of encrypted
1016 packets, or digest it. It is useful when dealing with
1017 @code{stdin}/@code{stdout} based transmission methods (like writing to
1018 CD-ROM without intermediate prepared ISO image and working with tape
1019 drives).
1020
1021 @item
1022 @command{nncp-toss} is able to create @file{.seen} files preventing
1023 duplicate packets receiving.
1024
1025 @item
1026 Single background checksum verifier worker is allowed in
1027 @command{nncp-call}. This is helpful when thousands of small inbound
1028 packets could create many goroutines.
1029
1030 @item
1031 Ability to override path to spool directory and logfile through either
1032 command line argument, or environment variable.
1033
1034 @item
1035 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
1036 @file{.part}, @file{.lock} and temporary files.
1037
1038 @end itemize
1039
1040 @node Release 0_12
1041 @section Release 0.12
1042 @itemize
1043 @item Sendmail command is called with @env{$NNCP_SENDER} environment variable.
1044 @end itemize
1045
1046 @node Release 0_11
1047 @section Release 0.11
1048 @itemize
1049 @item @command{nncp-stat}'s command output is sorted by node name.
1050 @end itemize
1051
1052 @node Release 0_10
1053 @section Release 0.10
1054 @itemize
1055 @item
1056 @command{nncp-freq}'s @file{DST} argument is optional now. Last
1057 @file{SRC} path's element will be used by default.
1058 @end itemize
1059
1060 @node Release 0_9
1061 @section Release 0.9
1062 @itemize
1063 @item
1064 Fix @option{-rx}/@option{-tx} arguments processing in
1065 @command{nncp-call} command. They were ignored.
1066 @end itemize
1067
1068 @node Release 0_8
1069 @section Release 0.8
1070 @itemize
1071 @item
1072 Little bugfix in @command{nncp-file} command, where @option{-minsize}
1073 option for unchunked transfer was not in KiBs, but in bytes.
1074 @end itemize
1075
1076 @node Release 0_7
1077 @section Release 0.7
1078 @itemize
1079
1080 @item
1081 Ability to feed @command{nncp-file} from @code{stdin}, that uses an
1082 encrypted temporary file for that.
1083
1084 @item
1085 Chunked files transmission appeared with corresponding
1086 @command{nncp-reass} command and @option{freqchunked} configuration file
1087 entry. Useful for transferring big files over small storage devices.
1088
1089 @item
1090 @option{freqminsize} configuration file option, analogue to
1091 @option{-minsize} one.
1092
1093 @item
1094 @command{nncp-xfer}'s @option{-force} option is renamed to
1095 @option{-mkdir} for clarity.
1096
1097 @item
1098 @option{-minsize} option is specified in KiBs, not bytes, for
1099 convenience.
1100
1101 @item
1102 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
1103 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
1104 common prefix and are grouped together for convenience.
1105
1106 @item
1107 @command{nncp-cfgenc} command appeared, allowing configuration file
1108 encryption/decryption, for keeping it safe without any either OpenPGP or
1109 similar tools usage.
1110
1111 @item
1112 Cryptographic libraries (dependencies) are updated.
1113
1114 @end itemize
1115
1116 @node Release 0_6
1117 @section Release 0.6
1118 @itemize
1119 @item Small @command{nncp-rm} command appeared.
1120 @item Cryptographic libraries (dependencies) are updated.
1121 @end itemize
1122
1123 @node Release 0_5
1124 @section Release 0.5
1125 @itemize
1126 @item
1127 Trivial small fix in default niceness level of @command{nncp-file}
1128 and @command{nncp-freq} commands.
1129 @end itemize
1130
1131 @node Release 0_4
1132 @section Release 0.4
1133 @itemize
1134
1135 @item
1136 Small fix in @command{nncp-call}, @command{nncp-caller},
1137 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
1138 lost).
1139
1140 @item
1141 @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is shorter
1142 and more convenient to use.
1143
1144 @item
1145 @command{nncp-mincfg} command appeared: helper allowing to create
1146 minimalistic stripped down configuration file without private keys, that
1147 is useful during @command{nncp-xfer} usage.
1148
1149 @end itemize
1150
1151 @node Release 0_3
1152 @section Release 0.3
1153 @itemize
1154 @item Fixed compatibility with Go 1.6.
1155 @end itemize
1156
1157 @node Release 0_2
1158 @section Release 0.2
1159 @itemize
1160
1161 @item
1162 @strong{Incompatible} packet's format change (magic number is changed
1163 too): size field is encrypted and is not send in plaintext anymore.
1164
1165 @item
1166 @option{-minsize} option gives ability to automatically pad outgoing
1167 packets to specified minimal size.
1168
1169 @item
1170 @command{nncp-daemon} and @command{nncp-call}/@command{nncp-caller}
1171 always check new @emph{tx} packets appearance in the background while
1172 connected. Remote side is immediately notified.
1173
1174 @item
1175 @option{-onlinedeadline} option gives ability to configure timeout of
1176 inactivity of online connection, when it could be disconnected. It could
1177 be used to keep connection alive for a long time.
1178
1179 @item
1180 @option{-maxonlinetime} option gives ability to set maximal allowable
1181 online connection aliveness time.
1182
1183 @item
1184 @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
1185
1186 @item
1187 @command{nncp-pkt} command can decompress the data.
1188
1189 @end itemize