Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-15 | Added PostInitialise method to IGridPlugin. | MW | 1 | -0/+5 | |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 1 | -1/+1 | |
console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :) | |||||
2009-03-01 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -4/+28 | |
2009-02-27 | Added GridServerPlugin class (which implements IGridPlugin) to ↵ | MW | 1 | -0/+147 | |
OpenSim.Grid.GridServer.Modules. This class handles all the initialising of the grid server. And made GridServer into basically a generic server that just loads plugins. So this is a step towards having a generic server that loads service modules. |