Optware / Optware-ng

279 stars 52 forks source link

transmissiondcfp: update to revision 14734-10 #203

Closed cfpp2p closed 7 years ago

cfpp2p commented 7 years ago

Improved variable names when qualifying migration of .resume and .torrent files. No functional changes.

Migrate descriptive file-names to the new v2.92+ .torrent and .resume file-names when importing.

clean utf8 truncated .torrent and .resume file-names (if desired).

FIXED: Unable to save resume file: File name too long

Set location of torrent even if current and new file handles are equal.

support libevent-2.1.x

OpenSSL v1.1 private DH value: strong random BN of DH_PRIVKEY_LEN*8 bits

API changes for OpenSSL version 1.1

cfpp2p commented 7 years ago

@alllexx88 nice to see you back again :)

alllexx88 commented 7 years ago

@cfpp2p Nice to see you too :) Merging this, thanks. There's one thing to note, though: you should set TRANSMISSIONDCFP_IPK_VERSION=1 (or leave it unchanged, if is equal to 1 already) when bumping TRANSMISSIONDCFP_VERSION. TRANSMISSIONDCFP_IPK_VERSION should be incremented when changes are made in the scope of the same TRANSMISSIONDCFP_VERSION (like fixing bugs, changing dependencies, etc.). This time I'll change it myself

cfpp2p commented 7 years ago

@alllexx88

TRANSMISSIONDCFP_IPK_VERSION

OK, understood, thanks.