]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Fifx nncp-file -minsize specified in bytes, instead of KiBs
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 0.8
7 @section Release 0.8
8 @itemize
9 @item
10 Little bugfix in @command{nncp-file} command, where @option{-minsize}
11 option for unchunked transfer was not in KiBs, but in bytes.
12 @end itemize
13
14 @node Release 0.7
15 @section Release 0.7
16 @itemize
17 @item
18 Ability to feed @command{nncp-file} from stdin, that uses an encrypted
19 temporary file for that.
20
21 @item
22 Chunked files transmission appeared with corresponding
23 @command{nncp-reass} command and @option{freqchunked} configuration file
24 entry. Useful for transferring big files over small storage devices.
25
26 @item
27 @option{freqminsize} configuration file option, analogue to
28 @option{-minsize} one.
29
30 @item
31 @command{nncp-xfer}'s @option{-force} option is renamed to
32 @option{-mkdir} for clarity.
33
34 @item
35 @option{-minsize} option is specified in KiBs, not bytes, for
36 convenience.
37
38 @item
39 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
40 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
41 common prefix and are grouped together for convenience.
42
43 @item
44 @command{nncp-cfgenc} command appeared, allowing configuration file
45 encryption/decryption, for keeping it safe without any either OpenPGP or
46 similar tools usage.
47
48 @item
49 Cryptographic libraries (dependencies) are updated.
50 @end itemize
51
52 @node Release 0.6
53 @section Release 0.6
54 @itemize
55 @item Small @command{nncp-rm} command appeared.
56 @item Cryptographic libraries (dependencies) are updated.
57 @end itemize
58
59 @node Release 0.5
60 @section Release 0.5
61 @itemize
62 @item Trivial small fix in default niceness level of @command{nncp-file}
63 and @command{nncp-freq} commands.
64 @end itemize
65
66 @node Release 0.4
67 @section Release 0.4
68 @itemize
69 @item Small fix in @command{nncp-call}, @command{nncp-caller},
70 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
71 lost).
72 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
73 shorter and more convenient to use.
74 @item @command{nncp-mincfg} command appeared: helper allowing to create
75 minimalistic stripped down configuration file without private keys,
76 that is useful during @command{nncp-xfer} usage.
77 @end itemize
78
79 @node Release 0.3
80 @section Release 0.3
81 Fixed compatibility with Go 1.6.
82
83 @node Release 0.2
84 @section Release 0.2
85 @itemize
86 @item @strong{Incompatible} packet's format change (magic number is
87 changed too): size field is encrypted and is not send in plaintext
88 anymore.
89 @item @option{-minsize} option gives ability to automatically pad
90 outgoing packets to specified minimal size.
91 @item @command{nncp-daemon} and
92 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
93 packets appearance in the background while connected. Remote side is
94 immediately notified.
95 @item @option{-onlinedeadline} option gives ability to configure timeout
96 of inactivity of online connection, when it could be disconnected. It
97 could be used to keep connection alive for a long time.
98 @item @option{-maxonlinetime} option gives ability to set maximal
99 allowable online connection aliveness time.
100 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
101 @item @command{nncp-pkt} command can decompress the data.
102 @end itemize