aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Configuration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby2007-07-241-1/+1
| | | | projects combined, all 'never used' things)
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen2007-07-233-9/+141
| | | | | | | | fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-0/+124
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated