aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/AssetInventoryServer.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-23Load default assets when AssetInventory starts.Mike Mazur1-0/+4
2009-02-16- replace existing license header in each source file inMike Mazur1-25/+17
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
2009-02-16- add restrictions and error handling to plugin loading inMike Mazur1-8/+8
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
2009-02-16- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim inMike Mazur1-2/+2
OpenSim.Data.*.addin.xml, this is cruft left over from previous testing - fix example SQLite connection string in AssetInventoryServer.ini.example
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur1-6/+28
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur1-153/+107
- bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-0/+0
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+153
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file