allixx
allixx
Sure, it works correctly. One thing to mention, that I'm using tinyxml2. xmlrpc-c experience was not great starting from 0.15.x: https://github.com/Novik/ruTorrent/discussions/2852
> Just use `group2.` to avoid this mess `group2` doesn't work without unknown additional modifications (ratio commands has to be renamed or grouped differently I suspect), with or without target....
With https://github.com/rakshasa/rtorrent/commit/184ead294a9331dfd3ec32c61c32ce97df8d31dd , the only "fix" needed is: ```diff --- a/php/settings.php +++ b/php/settings.php @@ -230,7 +230,11 @@ class rTorrentSettings $this->apiVersion = $req->val[0]; } - $req = new rXMLRPCRequest( new rXMLRPCCommand("to_kb",...