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