aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Configuration/InventoryConfig.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-67/+0
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-70/+67
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-14Can now set the http ports that grid server and user server use. MW1-1/+9
2007-07-30mass update of files to have native line endingsSean Dague1-62/+62
2007-07-21Re-added the ability to set the database provider (dll) in the config file ↵MW1-1/+6
for the userserver and gridserver.
2007-07-19*Handler Functions can now refuse an object as invalid by returning false, ↵mingchen1-6/+8
thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-0/+55
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)