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