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