Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 3.1
    c462622a · Merge branch 'develop' ·
    -via - option
    
  • 3.0
    b711e2e5 · Merge branch 'develop' ·
    Remote command execution
    
  • 2.0
    a22b4756 · Merge branch 'develop' ·
    * Twofish encryption algorithm is replaced with ChaCha20
    * HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF
    
  • 1.0
    736b4b10 · Merge branch 'develop' ·
    * 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.12
    08346a7e · Merge branch 'develop' ·
    Sendmail command is called with NNCP_SENDER environment variable
    
  • 0.11
    e46109f5 · Merge branch 'develop' ·
    nncp-stat's command output is sorted by node name
    
  • 0.10
    65bc4a16 · Merge branch 'develop' ·
    nncp-freq's DST argument is optional now
    
  • 0.9
    880046f8 · Merge branch 'develop' ·
    Fix invalid -rx/-tx arguments processing
    
  • 0.8
    f114a0e5 · Merge branch 'develop' ·
    Little bugfix in nncp-file command, where -minsize option for unchunked
    transfer was not in KiBs, but in bytes.
    
  • 0.7
    093f2490 · Merge branch 'develop' ·
    * 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.6
    f6c2ddf3 · Merge branch 'develop' ·
    * Small @command{nncp-rm} command appeared.
    * Cryptographic libraries (dependecies) are updated.
    
  • 0.5
    a794fa86 · Merge branch 'develop' ·
    Trivial small fix in default niceness level of nncp-file and nncp-freq commands.
    
  • 0.4
    8c96237d · Merge branch 'develop' ·
    * Small fix in nncp-call, nncp-caller, nncp-daemon
    * nncp-newnode renamed to nncp-newcfg
    * nncp-mincfg command appeared
    
  • 0.3
    52d83ab5 · Merge branch 'develop' ·
    Fixed compatibility with Go 1.6.
    
  • 0.2
    5b401cc0 · Merge branch 'develop' ·
    * *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.
    
  • 0.1
    Initial release.