aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/ConfigurationLoader.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-02Fixes Mantis #2945Melanie Thielker1-13/+57
Committing the above patch with changes. Thank you, Gerhard. Removed unneccessary verbosity in case of no error, added more output for errors. Added support for HTTP Uri fetching which I had added in my last commit. Converted the Console.WriteLines to log4net.
2009-01-02Add the ability to read the ini file from a URI. If the -inifile optionMelanie Thielker1-6/+33
is a http:// URI, it will be fetched and parsed as an XML config.
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-5/+8
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-12-20* Add two more missing defaults that use GetBoolean without a default in ↵Teravus Ovares1-2/+2
standalone. (not sure if this will fix your issue daTwitch.. it's probably not even a bug)
2008-12-20* Adds defaults for some GetBoolean config values that previously did not ↵Teravus Ovares1-3/+3
have them.
2008-12-12apparently opensim only works if secure_inventory_server = true, whoSean Dague1-1/+1
knew? Reverting that.
2008-12-11make a couple of other config default to make the example ini to give usSean Dague1-2/+6
a better chance of working out of the box
2008-12-11after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague1-1/+1
default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini.
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+28
2008-11-06Update svn properties.Jeff Ames1-196/+196
2008-11-05moved the initial loading/setting of the config settings to its own class, ↵MW1-0/+196
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.