]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Single background SP worker is allowed
[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.13
7 @section Release 0.13
8 @itemize
9 @item
10 Single background checksum verifier worker is allowed in
11 @command{nncp-call}. This is helpful when thousands of small inbound
12 packets could create many goroutines.
13 @end itemize
14
15 @node Release 0.12
16 @section Release 0.12
17 @itemize
18 @item
19 Sendmail command is called with @env{NNCP_SENDER} environment variable.
20 @end itemize
21
22 @node Release 0.11
23 @section Release 0.11
24 @itemize
25 @item
26 @command{nncp-stat}'s command output is sorted by node name.
27 @end itemize
28
29 @node Release 0.10
30 @section Release 0.10
31 @itemize
32 @item
33 @command{nncp-freq}'s @file{DST} argument is optional now. Last
34 @file{SRC} path's element will be used by default.
35 @end itemize
36
37 @node Release 0.9
38 @section Release 0.9
39 @itemize
40 @item
41 Fix @option{-rx}/@option{-tx} arguments processing in
42 @command{nncp-call} command. They were ignored.
43 @end itemize
44
45 @node Release 0.8
46 @section Release 0.8
47 @itemize
48 @item
49 Little bugfix in @command{nncp-file} command, where @option{-minsize}
50 option for unchunked transfer was not in KiBs, but in bytes.
51 @end itemize
52
53 @node Release 0.7
54 @section Release 0.7
55 @itemize
56 @item
57 Ability to feed @command{nncp-file} from stdin, that uses an encrypted
58 temporary file for that.
59
60 @item
61 Chunked files transmission appeared with corresponding
62 @command{nncp-reass} command and @option{freqchunked} configuration file
63 entry. Useful for transferring big files over small storage devices.
64
65 @item
66 @option{freqminsize} configuration file option, analogue to
67 @option{-minsize} one.
68
69 @item
70 @command{nncp-xfer}'s @option{-force} option is renamed to
71 @option{-mkdir} for clarity.
72
73 @item
74 @option{-minsize} option is specified in KiBs, not bytes, for
75 convenience.
76
77 @item
78 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
79 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
80 common prefix and are grouped together for convenience.
81
82 @item
83 @command{nncp-cfgenc} command appeared, allowing configuration file
84 encryption/decryption, for keeping it safe without any either OpenPGP or
85 similar tools usage.
86
87 @item
88 Cryptographic libraries (dependencies) are updated.
89 @end itemize
90
91 @node Release 0.6
92 @section Release 0.6
93 @itemize
94 @item Small @command{nncp-rm} command appeared.
95 @item Cryptographic libraries (dependencies) are updated.
96 @end itemize
97
98 @node Release 0.5
99 @section Release 0.5
100 @itemize
101 @item Trivial small fix in default niceness level of @command{nncp-file}
102 and @command{nncp-freq} commands.
103 @end itemize
104
105 @node Release 0.4
106 @section Release 0.4
107 @itemize
108 @item Small fix in @command{nncp-call}, @command{nncp-caller},
109 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
110 lost).
111 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
112 shorter and more convenient to use.
113 @item @command{nncp-mincfg} command appeared: helper allowing to create
114 minimalistic stripped down configuration file without private keys,
115 that is useful during @command{nncp-xfer} usage.
116 @end itemize
117
118 @node Release 0.3
119 @section Release 0.3
120 Fixed compatibility with Go 1.6.
121
122 @node Release 0.2
123 @section Release 0.2
124 @itemize
125 @item @strong{Incompatible} packet's format change (magic number is
126 changed too): size field is encrypted and is not send in plaintext
127 anymore.
128 @item @option{-minsize} option gives ability to automatically pad
129 outgoing packets to specified minimal size.
130 @item @command{nncp-daemon} and
131 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
132 packets appearance in the background while connected. Remote side is
133 immediately notified.
134 @item @option{-onlinedeadline} option gives ability to configure timeout
135 of inactivity of online connection, when it could be disconnected. It
136 could be used to keep connection alive for a long time.
137 @item @option{-maxonlinetime} option gives ability to set maximal
138 allowable online connection aliveness time.
139 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
140 @item @command{nncp-pkt} command can decompress the data.
141 @end itemize