]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
-minsize option is in KiBs for convenience
[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.7
7 @section Release 0.7
8 @itemize
9 @item Ability to feed @command{nncp-file} from stdin, that uses an
10 encrypted temporary file for that.
11 @item Chunked files transmission appeared with corresponding
12 @command{nncp-reass} command and @option{freqchunked} configuration file
13 entry. Useful for transferring big files over small storage devices.
14 @item @option{freqminsize} configuration file option, analogue to
15 @option{-minsize} one.
16 @item @command{nncp-xfer}'s @option{-force} option is renamed to
17 @option{-mkdir} for clarity.
18 @item @option{-minsize} option is specified in KiBs, not bytes, for
19 convenience.
20 @item Cryptographic libraries (dependecies) are updated.
21 @end itemize
22
23 @node Release 0.6
24 @section Release 0.6
25 @itemize
26 @item Small @command{nncp-rm} command appeared.
27 @item Cryptographic libraries (dependecies) are updated.
28 @end itemize
29
30 @node Release 0.5
31 @section Release 0.5
32 @itemize
33 @item Trivial small fix in default niceness level of @command{nncp-file}
34 and @command{nncp-freq} commands.
35 @end itemize
36
37 @node Release 0.4
38 @section Release 0.4
39 @itemize
40 @item Small fix in @command{nncp-call}, @command{nncp-caller},
41 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
42 lost).
43 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
44 shorter and more convenient to use.
45 @item @command{nncp-mincfg} command appeared: helper allowing to create
46 minimalistic stripped down configuration file without private keys,
47 that is useful during @command{nncp-xfer} usage.
48 @end itemize
49
50 @node Release 0.3
51 @section Release 0.3
52 Fixed compatibility with Go 1.6.
53
54 @node Release 0.2
55 @section Release 0.2
56 @itemize
57 @item @strong{Incompatible} packet's format change (magic number is
58 changed too): size field is encrypted and is not send in plaintext
59 anymore.
60 @item @option{-minsize} option gives ability to automatically pad
61 outgoing packets to specified minimal size.
62 @item @command{nncp-daemon} and
63 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
64 packets appearance in the background while connected. Remote side is
65 immediately notified.
66 @item @option{-onlinedeadline} option gives ability to configure timeout
67 of inactivity of online connection, when it could be disconnected. It
68 could be used to keep connection alive for a long time.
69 @item @option{-maxonlinetime} option gives ability to set maximal
70 allowable online connection aliveness time.
71 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
72 @item @command{nncp-pkt} command can decompress the data.
73 @end itemize