aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ConfigSettings.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-4/+0
* Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+28
2008-11-06Update svn properties.Jeff Ames1-160/+160
2008-11-05moved the initial loading/setting of the config settings to its own class, ↵MW1-0/+8
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
2008-11-05Moved a couple of more configuration fields to ConfigSettingsMW1-0/+16
2008-11-05more startup/initialisation refactoringMW1-4/+4
2008-11-05Moved most of the configuration fields from Opensimbase to their own ↵MW1-0/+136
Class... Framework/ConfigSettings.