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