mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
cccef8e2a6
* refactor: tr_ctorGetDownloadDir() returns a std::optional<std::string> * refactor: tr_sessionGetConfigDir() now returns a std::string * refactor: tr_sessionGetDownloadDir() now returns a std::string * refactor: tr_sessionGetIncompleteDir() now returns a std::string * refactor: tr_sessionGetRPCWhitelist() now returns a std::string * refactor: tr_sessionGetRPCPassword() now returns a std::string * refactor: tr_sessionGetRPCUsername() now returns a std::string * refactor: tr_sessionGetScript() now returns a std::string * refactor: tr_blocklistGetURL() now returns a std::string * refactor: tr_ctorGetSourceFile() now returns a std::optional<std::string> * refactor: tr_torrentFile() now returns a std::string