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