Skip to content

Releases: NordSecurity/libdrop

v2.0.0

02 May 10:27
Compare
Choose a tag to compare
  • Fix not receiving FileUploadStarted and FileUploadSuccess events before the transfer is canceled
  • Fix the wrong by_peer field in FileCanceled event when the sender cancels the file upload
  • Return moose init error only on non-prod
  • When requesting the file, perform the check if the file is already downloaded. If yes, report successful file transfer
  • Do not remove temporary files in case of transfer failure, resume transfer when the temporaries are available
  • Return more status codes from the ffi layer methods
  • The FileDownloaded event reports the full file path
  • Improve moose error handling
  • Configure Android SONAME
  • Introduce authentication with X25519 keys, accept private key and peer public key callback in norddrop_new()

v1.1.1

28 Mar 08:12
Compare
Choose a tag to compare
  • Add windows dll version info
  • Emit Progress event only when at least 64K of file data received since the last report

v1.1.0

21 Mar 07:58
Compare
Choose a tag to compare
  • Replace illegal characters and file names in the download location path with the valid ones
  • Issue ping/pong over the WS connection periodically
  • Add connection_max_retry_interval_ms config parameter for controlling the maximal interval between connection retries. Default(10,000)
  • Monitor files during transfers for modification
  • Rename the directory if its name conflicts with the existing one

v1.0.0

21 Mar 08:17
Compare
Choose a tag to compare

Initial release