-
1.0736b4b10 · ·
* Incompatible encrypted packet format changes * nncp-bundle command appeared * nncp-toss is able to create .seen files * Single background checksum verifier worker is allowed in nncp-call * Ability to override path to spool directory and logfile * nncp-rm is able to delete outbound/inbound, .seen, .part, .lock and temporary files
-
0.7093f2490 · ·
* Ability to feed nncp-file from stdin, that uses an encrypted temporary file for that. * Chunked files transmission appeared with corresponding nncp-reass command and freqchunked configuration file entry. Useful for transferring big files over small storage devices. * freqminsize configuration file option, analogue to -minsize one. * nncp-xfer's -force option is renamed to -mkdir for clarity. * -minsize option is specified in KiBs, not bytes, for convenience. * nncp-newcfg command is renamed to nncp-cfgnew, and nncp-mincfg to nncp-cfgmin -- now they have common prefix and are grouped together for convenience. * nncp-cfgenc command appeared, allowing configuration file encryption/decryption, for keeping it safe without any either OpenPGP or similar tools usage. * Cryptographic libraries (dependencies) are updated.
-
0.25b401cc0 · ·
* *Incompatible* packet's format change (magic number is changed too): size field is encrypted and is not send in plaintext anymore. * -minsize option gives ability to automatically pad outgoing packets to specified minimal size. * nncp-daemon and nncp-call/nncp-caller always check new tx packets appearance in the background while connected. Remote side is immediately notified. * -onlinedeadline option gives ability to configure timeout of inactivity of online connection, when it could be disconnected. It could be used to keep connection alive for a long time. * -maxonlinetime option gives ability to set maximal allowable online connection aliveness time. * nncp-caller command appeared: cron-ed TCP daemon caller. * nncp-pkt command can decompress the data.