Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added PostInitialise method to IGridPlugin. | MW | 2009-05-15 | 1 | -0/+5 |
| | |||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 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 :) | ||||
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-03-01 | 1 | -4/+28 |
| | |||||
* | Added GridServerPlugin class (which implements IGridPlugin) to ↵ | MW | 2009-02-27 | 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. |