aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/ConfigurationLoader.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-21Small update to make the command line work againMelanie Thielker1-0/+4
2009-05-21Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker1-77/+131
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-15/+1
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-6/+6
2009-04-17* Some more work on refactoring configs;lbsa711-6/+6
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-7/+12
2009-03-11update some ini defaults in code - all defaults from beginning of OpenSim.ini...Dahlia Trimble1-1/+1
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-13/+16
2009-03-06* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-02-28Changed it so only .ini file types are loaded from the (optional) config dire...MW1-2/+5
2009-02-27Added support for reading ini files from a (optional) config folder. This all...MW1-1/+14
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-17* Apply http://opensimulator.org/mantis/view.php?id=3068Justin Clarke Casey1-64/+68
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-0/+1
2009-02-12* optimized usings.lbsa711-9/+4
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-1/+1
2009-01-02Fixes Mantis #2945Melanie Thielker1-13/+57
2009-01-02Add the ability to read the ini file from a URI. If the -inifile optionMelanie Thielker1-6/+33
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-5/+8
2008-12-20* Add two more missing defaults that use GetBoolean without a default in stan...Teravus Ovares1-2/+2
2008-12-20* Adds defaults for some GetBoolean config values that previously did not hav...Teravus Ovares1-3/+3
2008-12-12apparently opensim only works if secure_inventory_server = true, whoSean Dague1-1/+1
2008-12-11make a couple of other config default to make the example ini to give usSean Dague1-2/+6
2008-12-11after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague1-1/+1
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, Co...MW1-0/+196