On 04/25/2011 10:35 AM, Diva Canto wrote: > I would like support for https in core, but I'm also failing to see > the advantage of this framework. Wifi, for example, is entirely coded > off-core. > https://github.com/diva/diva-distribution/tree/master/addon-modules > > The Wifi handlers can be plugged in directly into a Robust server or > plugged in indirectly (via region modules) into the OpenSimulator server. > > Lots of other addons do what Wifi does, just like Melanie mentions. > Addons such as these were precisely the reason why we did Robust and > the connectors architecture for OpenSimulator. It's very easy to make > these addons and have them work both for grid setups and standalones. >
Hi Diva, I am convinced, now, that the framework isn't needed to write external handlers. I had overlooked the possibility of loading external dlls into Robust when I started working on it (and didn't look back till now). And I thought that a shim was needed to handle the loading and configuration of the external handlers. I see how they can be loaded now. I will be able to work on it in a couple of days and will focus on making the the https part better. Then we can look at that separately. Thanks, BlueWall _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
