public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* [EN] NNCP 6.5.0 release announcement
@ 2021-05-30 16:44 Sergey Matveev
  2021-06-19  1:31 ` John Goerzen
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Matveev @ 2021-05-30 16:44 UTC (permalink / raw)
  To: nncp-devel

[-- Attachment #1: Type: text/plain, Size: 2193 bytes --]

I am pleased to announce NNCP 6.5.0 release availability!

NNCP (Node to Node copy) is a collection of utilities simplifying
secure store-and-forward files and mail exchanging.

This utilities are intended to help build up small size (dozens of
nodes) ad-hoc friend-to-friend (F2F) statically routed darknet
delay-tolerant networks for fire-and-forget secure reliable files, file
requests, Internet mail and commands transmission. All packets are
integrity checked, end-to-end encrypted (E2EE), explicitly authenticated
by known participants public keys. Onion encryption is applied to
relayed packets. Each node acts both as a client and server, can use
push and poll behaviour model.

Out-of-box offline sneakernet/floppynet, dead drops, sequential and
append-only CD-ROM/tape storages, air-gapped computers support. But
online TCP daemon with full-duplex resumable data transmission exists.

------------------------ >8 ------------------------

The main improvements for that release are:

* Fixed segfault in "nncp-daemon" when SP handshake did not succeed.
* Fixed possible bad return code ignoring in automatic tosser.
* Fixed race during file descriptors closing when online protocol
  call is finished, that could lead to write error of received packet
  fragment.
* Kill all packet transmission progress bars in "nncp-daemon",
  "nncp-call" and "nncp-caller" when call is finished.

------------------------ >8 ------------------------

NNCP's home page is: http://www.nncpgo.org/

Source code and its signature for that version can be found here:

    http://www.nncpgo.org/download/nncp-6.5.0.tar.xz (1041 KiB)
    http://www.nncpgo.org/download/nncp-6.5.0.tar.xz.sig

SHA256 hash: 241D2AA7 27275CCF 86F06797 1AA8B3B8 D625C85C 4279DFDE 560216E3 38670B9A
GPG key ID: 0x2B25868E75A1A953 NNCP releases <releases@nncpgo•org>
Fingerprint: 92C2 F0AE FE73 208E 46BF  F3DE 2B25 868E 75A1 A953

Please send questions regarding the use of NNCP, bug reports and patches
to mailing list: http://lists.cypherpunks.ru/nncp_002ddevel.html

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [EN] NNCP 6.5.0 release announcement
  2021-05-30 16:44 [EN] NNCP 6.5.0 release announcement Sergey Matveev
@ 2021-06-19  1:31 ` John Goerzen
  2021-06-20 10:33   ` Sergey Matveev
  0 siblings, 1 reply; 3+ messages in thread
From: John Goerzen @ 2021-06-19  1:31 UTC (permalink / raw)
  To: Sergey Matveev; +Cc: nncp-devel

I just wanted to say THANK YOU to Sergey for all your work on 
NNCP.

I have been really busy but hope to add a few more NNCP-related 
articles to my blog soon.

- John

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [EN] NNCP 6.5.0 release announcement
  2021-06-19  1:31 ` John Goerzen
@ 2021-06-20 10:33   ` Sergey Matveev
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Matveev @ 2021-06-20 10:33 UTC (permalink / raw)
  To: nncp-devel

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

Greetings, John!

*** John Goerzen [2021-06-18 20:31]:
>I just wanted to say THANK YOU to Sergey for all your work on NNCP.

Thank you for kind words!

>I have been really busy but hope to add a few more NNCP-related articles to
>my blog soon.

So do I -- still can not find enough free hours to implement checksum
job waiting in nncp-call/daemon. But soon it will be done anyway,
remember about that. Thank you for all your previous articles and the
future ones :-)!

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-20 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 16:44 [EN] NNCP 6.5.0 release announcement Sergey Matveev
2021-06-19  1:31 ` John Goerzen
2021-06-20 10:33   ` Sergey Matveev