ftps:// and https://

Archived discussion about features (predating the use of Bugzilla as a bug and feature tracker)

Moderator: Moderators

Napro
Posts: 10
Joined: 2003-02-25 17:50

ftps:// and https://

Post by Napro » 2003-04-30 20:13

make it so when ya click something starting with ftps:// and https:// process those links in the userz browser

Melkor
Posts: 24
Joined: 2003-02-23 08:38

Post by Melkor » 2003-05-02 23:34

why not have DC++ read from the registry what protocals the user has installed?

just scan all registry keys in the root of HKEY_CLASSES_ROOT for the URL Protocal value. Will take a while. There may be a better way to do it...

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-08 02:46
Location: .pa.us

Post by GargoyleMT » 2003-05-03 01:15

The problem is not what application to launch when firing a URL, the problem is allowing DC++ to recognize ftps and https as valid protocols. Look at HubFrame.cpp:604 or so in HubFrame::onLButton() to see how DC++ does this currently. It gets the text from the window then does a comparison on the first portion of it... Once DC++ knows it can handle that url (which it currently doesn't know with https/ftps), it does a ShellExecute on it, so whatever the default protocol handler is should pick up on it.

Who is online

Users browsing this forum: Google [Bot] and 0 guests