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