aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Configuration/UserConfig.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa712007-10-151-4/+4
| | | | consolidated port number defaults. Thankx Chillken!
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-11/+0
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-0/+11
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* Can now set the http ports that grid server and user server use. MW2007-09-141-1/+9
|
* mass update of files to have native line endingsSean Dague2007-07-301-62/+62
|
* Re-added the ability to set the database provider (dll) in the config file ↵MW2007-07-211-1/+6
| | | | for the userserver and gridserver.
* *Handler Functions can now refuse an object as invalid by returning false, ↵mingchen2007-07-191-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
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-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 :)