aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridServerPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-15Added PostInitialise method to IGridPlugin. MW1-0/+5
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-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-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-4/+28
2009-02-27Added GridServerPlugin class (which implements IGridPlugin) to ↵MW1-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.