Re: [Opensim-dev] Ini file(s) loading

2009-03-06 Thread Melanie
We did that because the hardcoded defaults won't work anymore. They are different fromt he OpenSim.ini.example values. However, my proposal provides a sane mechanism to provide external defaults, while not requiring user action at all. Melanie Frisby, Adam wrote: I did wonder why we started

Re: [Opensim-dev] Ini file(s) loading

2009-03-06 Thread Sacha Magne
+1 for me. it will ease all the maintenance and lot of redundnat questions related to the configuration we got often in #opensim On Fri, Mar 6, 2009 at 9:57 AM, Melanie mela...@t-data.com wrote: We did that because the hardcoded defaults won't work anymore. They are different fromt he

Re: [Opensim-dev] Ini file(s) loading

2009-03-06 Thread Chris Hart
I like it - no more merging, defaults split up between files for manageability, no more hunt the ini in the mammoth bin directory. Defaults are readable - if you got rid of the example file or the need for an ini at all you'd have to dig through code to figure out what the defaults were. You still

Re: [Opensim-dev] Ini file(s) loading

2009-03-06 Thread Justin Clark-Casey
Melanie wrote: Hi, Jeff Ames wrote: Melanie wrote: read [the config directory] first then read the inimaster then read the inifile This is because the config/* files would hold the defaults, they must be read first. [...] Then we could break up and move OpenSim.ini.example

Re: [Opensim-dev] Ini file(s) loading

2009-03-06 Thread Justin Clark-Casey
Frisby, Adam wrote: I did wonder why we started forcing users to have an opensim.ini. The previous 'use defaults' made more sense to me. Unfortunately, the hardcoded defaults had become out of alignment with sane default settings, causing various degrees of user distress. Any time where

[Opensim-dev] [WorldOarModule] - A module to serve up OAR files over http

2009-03-06 Thread logicmoo
Hi, [WorldOarModule] - A module to serve up OAR files over http JustinCC wrote a load oar fileOrURI that can retrieve a OpenSim .OAR file over Http I banged out a light version of a server below: So here here are the questions I have: * Is the password=secrets in the GET request secure