Skip to content

Add telnet:// links support#3131

Closed
vadi2 wants to merge 42 commits intoMudlet:developmentfrom
vadi2:add-telnet-uri-support
Closed

Add telnet:// links support#3131
vadi2 wants to merge 42 commits intoMudlet:developmentfrom
vadi2:add-telnet-uri-support

Conversation

@vadi2
Copy link
Copy Markdown
Member

@vadi2 vadi2 commented Sep 27, 2019

@add-deployment-links
Copy link
Copy Markdown

add-deployment-links bot commented Sep 27, 2019

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

@vadi2 vadi2 force-pushed the add-telnet-uri-support branch from e796d48 to e2f24a3 Compare September 30, 2019 10:25
@vadi2 vadi2 mentioned this pull request Oct 16, 2019
@vadi2 vadi2 self-assigned this Oct 18, 2019
…-support

# Conflicts:
#	src/CMakeLists.txt
#	src/mudlet.cpp
#	src/mudlet.qrc
@vadi2
Copy link
Copy Markdown
Member Author

vadi2 commented Apr 22, 2020

Closing as it hasn't moved in a while, code is still in vadi2:add-telnet-uri-support.

@vadi2
Copy link
Copy Markdown
Member Author

vadi2 commented Jun 5, 2020

 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
 			<key>CFBundleTypeRole</key>
 			<string>Shell</string>
 			<key>CFBundleURLName</key>
 			<string>org.mudlet.mudlet</string>
 			<key>CFBundleURLSchemes</key>
 			<array>
 				<string>telnet</string>
 				<string>mudlet</string>
 			</array>
 		</dict>
 	</array>

macOS registration key I have from my research.

@vadi2
Copy link
Copy Markdown
Member Author

vadi2 commented Oct 31, 2021

This might be relevant: https://doc.qt.io/qt-5/qdesktopservices.html#setUrlHandler

@vadi2 vadi2 mentioned this pull request Jan 4, 2024
@vadi2 vadi2 deleted the add-telnet-uri-support branch October 19, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support telnet:// links

1 participant