Mudlet currently does not handle telnet://host[:port] URLs passed via the command line. This prevents OS URL handlers from launching Mudlet and connecting when a user clicks a telnet link.
telnet:// URL parser (TStringUtils::parseTelnetUrl) that validates scheme, host, and optional port (defaults to 23)./claim #689
Local unit test run (macOS arm64, Qt 6.10.2):
cmake -S test -B /tmp/mudlet-689-testcmake --build /tmp/mudlet-689-test --target TStringUtilsTelnetUrlTest/tmp/mudlet-689-test/TStringUtilsTelnetUrlTestOutput is attached in proof_689_tests.txt.
thecafetron-ctrl
@thecafetron-ctrl
Mudlet
@Mudlet