Commit Graph
5 Commits
Author SHA1 Message Date
MW 66dc459a06 Added PostInitialise method to IGridPlugin.
Changes it so the loading of IGridServiceModules is done in the loaders PostInitialise method so that all IGridPlugin are initialised before any IGridServerModules.
2009-05-15 12:09:29 +00:00
MW 70f283e089 Applied patch from mantis #3387, which adds Dynamic plugin support to gridserver. Thanks mikkopa. 2009-04-30 12:02:03 +00:00
MW c7151a5a2b Applied patch from Mantis# 3387, which adds initial support for Dynamically loading IGridServiceModule "modules" in the userserver. Thank you mpallari. 2009-04-03 10:35:47 +00:00
MW 21e9ad6150 Some small clean up of the Grid/User servers.
Added T ReadSettingsFromIniFile<T>(IConfig configSection, T settingsClass) to OpenSim.Framework.Util, which will try to read values for the public fields and properties (read/writable properties) in the settingsclass from the nini config section. By looking in the ConfigSection for entries matching the names of the properties/fields. It currently supports fields/properties of the types, string, bool, int, float. 
[Note this method used reflection so it comes with the normal performance overhead of that]
2009-02-28 13:08:16 +00:00
MW 1e015a4cb8 Work on creating a shared generic base GridService server, that can load the modules from User, Grid and Messaging servers.
Started to change the configuration of the Grid server so it uses nini.
2009-02-27 21:22:38 +00:00