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