aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added PostInitialise method to IGridPlugin. MW2009-05-151-0/+5
|
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-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 Ames2009-03-011-4/+28
|
* Added GridServerPlugin class (which implements IGridPlugin) to ↵MW2009-02-271-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.