deluge icon indicating copy to clipboard operation
deluge copied to clipboard

[3540][UI][core] Fix interface not being updated in thinclient

Open DjLegolas opened this issue 2 years ago • 2 comments

When changing the interface in both GTK and ConsoleUI, we call directly to deluge.common.is_interface, which checks the interface on the local machine and not on the daemon's machine.

The WebUI does not seem to have any validation on input.

closes: https://dev.deluge-torrent.org/ticket/3540

DjLegolas avatar Aug 02 '22 22:08 DjLegolas

Ah yes I encountered this issue!

Will need to handle backward compatibility in the client for daemons that don't have that method exported

cas-- avatar Feb 24 '23 13:02 cas--

depends on: #427

DjLegolas avatar Jun 03 '23 07:06 DjLegolas