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