aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridServerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-21Add -xmlfile= option to UGM, to let the files be outside bin if desiredMelanie1-1/+2
2009-08-19Graft the REST console onto the grid server. Same procedure as withMelanie1-2/+25
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-1/+1
2009-02-27Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW1-91/+10
2009-02-26Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW1-33/+0
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW1-1/+1
2009-02-24Removed the additions from the last revision for the "ShowHelp" delegate hand...MW1-5/+0
2009-02-24More refactoring of the Grid/user/messaging servers.MW1-1/+6
2009-02-24Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW1-0/+1
2009-02-24Added OpenSim.Grid.Framework project.MW1-0/+4
2009-02-21More Grid server refactoringMW1-9/+13
2009-02-21Added missing header to a file (before chi11ken does it)MW1-1/+1
2009-02-21Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca...MW1-1/+4
2009-02-21A bit more refactoring of the GridServer. To make the "modules" share a commo...MW1-6/+6
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW1-41/+80
2009-02-12* optimized usings.lbsa711-1/+0
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-3/+5
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-29/+34
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW1-1/+1
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey1-1/+1
2008-10-13* Apply a modified version of the part of http://opensimulator.org/mantis/vie...Justin Clarke Casey1-3/+30
2008-10-03Add the missing bits for the new region-search:Homer Horwitz1-0/+1
2008-10-03* refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey1-3/+1
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-3/+1
2008-08-09* Reinstate grid receive and send keys to user server configJustin Clarke Casey1-6/+1
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur1-2/+1
2008-07-11Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke1-1/+2
2008-07-10Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke1-2/+1
2008-07-04Mantis#1647. Thank you very much, Sempuki for a patch that:Charles Krinke1-10/+6
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-18/+9
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-7/+7
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey1-2/+2
2008-05-31* Propogate OpenSimMain hack to stop mono-addins scanning warnings to the gri...Justin Clarke Casey1-0/+7
2008-05-28let Grid Servers specify a connect string in their configuration.Sean Dague1-1/+1
2008-05-16* Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey1-1/+1
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-13* As part of the region registration process, the grid service now requests t...Justin Clarke Casey1-5/+5
2008-05-12* Minor: Make some direct grid server console output into logged messages ins...Justin Clarke Casey1-7/+10
2008-05-09* Fix opensim region server shutdown.Justin Clarke Casey1-1/+1
2008-05-07* Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey1-16/+5
2008-05-01* Rolled back a few changes.Adam Frisby1-32/+28
2008-05-01* Cleaning code still.Adam Frisby1-28/+32
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-5/+2
2008-03-28* Refactored out common http handler operationslbsa711-34/+27
2008-03-25Minor formatting / svn properties cleanup.Jeff Ames1-6/+5
2008-03-24XmlRpcCommand refactoringJohan Berntsson1-1/+1
2008-03-24Added a plugin loader in GridServerJohan Berntsson1-1/+33