]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
ae4c1a94abb586bcf46b85a9e85fe470c8747ccb
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 3.2
7 @section Release 3.2
8 @itemize
9 @item
10 @strong{Incompatible} @emph{bundle} archive format changes and
11 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
12 valid tar archives, but Go 1.9 made them invalid because of long paths
13 inside. NNCP accidentally was dependant on that bug. Explicit adding of
14 @file{NNCP/} directory in archive restores workability with valid tar
15 archives.
16 @end itemize
17
18 @node Release 3.1
19 @section Release 3.1
20 @itemize
21 @item
22 Ability to disable relaying at all using @verb{|-via -|} command line option.
23 @end itemize
24
25 @node Release 3.0
26 @section Release 3.0
27 @itemize
28 @item
29 @strong{Incompatible} plain packet format changes. Older versions are
30 not supported.
31 @item
32 Ability to queue remote command execution, by configuring @option{exec}
33 option in configuration file and using @command{nncp-exec} command:
34     @itemize
35     @item
36     @command{nncp-mail} command is replaced with more flexible
37     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
38     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
39     @item
40     @option{sendmail} configuration file option is replaced with
41     @option{exec}. @verb{|sendmail: [...]|} must be replaced with
42     @verb{|exec: sendmail: [...]|}.
43     @end itemize
44 @item
45 Ability to override @option{via} configuration option for destination
46 node via @option{-via} command line option for following commands:
47 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
48 @item
49 Chunked files, having size less than specified chunk size, will be sent
50 as an ordinary single file.
51 @item
52 Exec commands are invoked with additional @env{NNCP_NICE} and
53 @env{NNCP_SELF} environment variables.
54 @item
55 Files, that are sent as a reply to freq, have niceness level taken from
56 the freq packet. You can set desired niceness during @command{nncp-freq}
57 invocation using @option{-replynice} option.
58 @item
59 @command{nncp-toss} command can ignore specified packet types during
60 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
61 @option{-notrns}.
62 @item
63 @command{nncp-file} command uses
64 @option{FreqMinSize}/@option{FreqChunked} conifiguration file options
65 for @option{-minsize}/@option{-chunked} by default. You can turn this
66 off by specifying zero value.
67 @end itemize
68
69 @node Release 2.0
70 @section Release 2.0
71 @itemize
72 @item
73 @strong{Incompatible} encrypted/eblob packet format changes. Older
74 versions are not supported.
75 @item
76 Twofish encryption algorithm is replaced with ChaCha20. It is much more
77 faster. One cryptographic primitive less.
78 @item
79 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
80 another cryptographic primitive less (assuming that BLAKE2X is nearly
81 identical to BLAKE2).
82 @end itemize
83
84 @node Release 1.0
85 @section Release 1.0
86 @itemize
87 @item
88 @strong{Incompatible} encrypted packet format changes. Older versions
89 are not supported.
90 @item
91 @command{nncp-bundle} command can either create stream of encrypted
92 packets, or digest it. It is useful when dealing with stdin/stdout based
93 transmission methods (like writing to CD-ROM without intermediate
94 prepared ISO image and working with tape drives).
95 @item
96 @command{nncp-toss} is able to create @file{.seen} files preventing
97 duplicate packets receiving.
98 @item
99 Single background checksum verifier worker is allowed in
100 @command{nncp-call}. This is helpful when thousands of small inbound
101 packets could create many goroutines.
102 @item
103 Ability to override path to spool directory and logfile through either
104 command line argument, or environment variable.
105 @item
106 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
107 @file{.part}, @file{.lock} and temporary files.
108 @end itemize
109
110 @node Release 0.12
111 @section Release 0.12
112 @itemize
113 @item
114 Sendmail command is called with @env{NNCP_SENDER} environment variable.
115 @end itemize
116
117 @node Release 0.11
118 @section Release 0.11
119 @itemize
120 @item
121 @command{nncp-stat}'s command output is sorted by node name.
122 @end itemize
123
124 @node Release 0.10
125 @section Release 0.10
126 @itemize
127 @item
128 @command{nncp-freq}'s @file{DST} argument is optional now. Last
129 @file{SRC} path's element will be used by default.
130 @end itemize
131
132 @node Release 0.9
133 @section Release 0.9
134 @itemize
135 @item
136 Fix @option{-rx}/@option{-tx} arguments processing in
137 @command{nncp-call} command. They were ignored.
138 @end itemize
139
140 @node Release 0.8
141 @section Release 0.8
142 @itemize
143 @item
144 Little bugfix in @command{nncp-file} command, where @option{-minsize}
145 option for unchunked transfer was not in KiBs, but in bytes.
146 @end itemize
147
148 @node Release 0.7
149 @section Release 0.7
150 @itemize
151 @item
152 Ability to feed @command{nncp-file} from stdin, that uses an encrypted
153 temporary file for that.
154
155 @item
156 Chunked files transmission appeared with corresponding
157 @command{nncp-reass} command and @option{freqchunked} configuration file
158 entry. Useful for transferring big files over small storage devices.
159
160 @item
161 @option{freqminsize} configuration file option, analogue to
162 @option{-minsize} one.
163
164 @item
165 @command{nncp-xfer}'s @option{-force} option is renamed to
166 @option{-mkdir} for clarity.
167
168 @item
169 @option{-minsize} option is specified in KiBs, not bytes, for
170 convenience.
171
172 @item
173 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
174 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
175 common prefix and are grouped together for convenience.
176
177 @item
178 @command{nncp-cfgenc} command appeared, allowing configuration file
179 encryption/decryption, for keeping it safe without any either OpenPGP or
180 similar tools usage.
181
182 @item
183 Cryptographic libraries (dependencies) are updated.
184 @end itemize
185
186 @node Release 0.6
187 @section Release 0.6
188 @itemize
189 @item Small @command{nncp-rm} command appeared.
190 @item Cryptographic libraries (dependencies) are updated.
191 @end itemize
192
193 @node Release 0.5
194 @section Release 0.5
195 @itemize
196 @item Trivial small fix in default niceness level of @command{nncp-file}
197 and @command{nncp-freq} commands.
198 @end itemize
199
200 @node Release 0.4
201 @section Release 0.4
202 @itemize
203 @item Small fix in @command{nncp-call}, @command{nncp-caller},
204 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
205 lost).
206 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
207 shorter and more convenient to use.
208 @item @command{nncp-mincfg} command appeared: helper allowing to create
209 minimalistic stripped down configuration file without private keys,
210 that is useful during @command{nncp-xfer} usage.
211 @end itemize
212
213 @node Release 0.3
214 @section Release 0.3
215 Fixed compatibility with Go 1.6.
216
217 @node Release 0.2
218 @section Release 0.2
219 @itemize
220 @item @strong{Incompatible} packet's format change (magic number is
221 changed too): size field is encrypted and is not send in plaintext
222 anymore.
223 @item @option{-minsize} option gives ability to automatically pad
224 outgoing packets to specified minimal size.
225 @item @command{nncp-daemon} and
226 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
227 packets appearance in the background while connected. Remote side is
228 immediately notified.
229 @item @option{-onlinedeadline} option gives ability to configure timeout
230 of inactivity of online connection, when it could be disconnected. It
231 could be used to keep connection alive for a long time.
232 @item @option{-maxonlinetime} option gives ability to set maximal
233 allowable online connection aliveness time.
234 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
235 @item @command{nncp-pkt} command can decompress the data.
236 @end itemize