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