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