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