aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/ConfigurationLoader.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes Mantis #2945Melanie Thielker2009-01-021-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.
* Add the ability to read the ini file from a URI. If the -inifile optionMelanie Thielker2009-01-021-6/+33
| | | | | | is a http:// URI, it will be fetched and parsed as an XML config.
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-291-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
* * Add two more missing defaults that use GetBoolean without a default in ↵Teravus Ovares2008-12-201-2/+2
| | | | standalone. (not sure if this will fix your issue daTwitch.. it's probably not even a bug)
* * Adds defaults for some GetBoolean config values that previously did not ↵Teravus Ovares2008-12-201-3/+3
| | | | have them.
* apparently opensim only works if secure_inventory_server = true, whoSean Dague2008-12-121-1/+1
| | | | | knew? Reverting that.
* make a couple of other config default to make the example ini to give usSean Dague2008-12-111-2/+6
| | | | | a better chance of working out of the box
* after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague2008-12-111-1/+1
| | | | | | default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini.
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
|
* Update svn properties.Jeff Ames2008-11-061-196/+196
|
* moved the initial loading/setting of the config settings to its own class, ↵MW2008-11-051-0/+196
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.