- add restrictions and error handling to plugin loading in

AssetInventoryServer
- assign shorter names to each AssetInventory plugin
- modify AssetInventoryServer.ini.example file so it works out of the
  box
This commit is contained in:
Mike Mazur
2009-02-16 02:28:51 +00:00
parent efbb44b98a
commit e41f761e0d
13 changed files with 69 additions and 45 deletions

View File

@@ -74,7 +74,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
public string Name
{
get { return "AssetInventoryServer Null authentication"; }
get { return "NullAuthentication"; }
}
#endregion IPlugin implementation