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