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