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