mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
#### Brief overview of PR changes/additions Adds `telnets://` URI scheme support so clicking secure telnet links opens Mudlet with TLS enabled. #### Motivation for adding to Mudlet MUD games advertising TLS connections can provide clickable `telnets://` links that connect securely, complementing the existing `telnet://` support. #### Other info (issues closed, discussion etc) Builds on #8601. Registers `telnets://` as a protocol handler on Windows, Linux, and macOS. Uses IANA-assigned default port 992 for `telnets://` when no port is specified. Honors TLS intent for both new and existing profiles. **Test case:** Run Mudlet with `telnets://example.com:992` as a CLI argument and verify the profile is created with TLS enabled. Also verify `telnet://` links still work unchanged.
12 lines
362 B
Desktop File
12 lines
362 B
Desktop File
[Desktop Entry]
|
|
Name=Mudlet
|
|
X-AppInstall-Package=mudlet
|
|
GenericName=Mud Client
|
|
Comment=Play online text-based games (MUDs)
|
|
Exec=mudlet %u
|
|
Terminal=false
|
|
Type=Application
|
|
MimeType=application/zip;application/x-mudlet-package;x-scheme-handler/telnet;x-scheme-handler/telnets;
|
|
Icon=mudlet
|
|
StartupWMClass=Mudlet
|
|
Categories=Game;AdventureGame;RolePlaying;ActionGame;
|