aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridServerBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW2009-02-271-91/+10
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-261-33/+0
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW2009-02-251-1/+1
* Removed the additions from the last revision for the "ShowHelp" delegate hand...MW2009-02-241-5/+0
* More refactoring of the Grid/user/messaging servers.MW2009-02-241-1/+6
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-241-0/+1
* Added OpenSim.Grid.Framework project.MW2009-02-241-0/+4
* More Grid server refactoringMW2009-02-211-9/+13
* Added missing header to a file (before chi11ken does it)MW2009-02-211-1/+1
* Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca...MW2009-02-211-1/+4
* A bit more refactoring of the GridServer. To make the "modules" share a commo...MW2009-02-211-6/+6
* Refactored the GridServer into a GridDBService and a set of "modules". MW2009-02-211-41/+80
* * optimized usings.lbsa712009-02-121-1/+0
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-3/+5
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-29/+34
* Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW2008-12-021-1/+1
* * Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey2008-11-111-1/+1
* * Apply a modified version of the part of http://opensimulator.org/mantis/vie...Justin Clarke Casey2008-10-131-3/+30
* Add the missing bits for the new region-search:Homer Horwitz2008-10-031-0/+1
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-3/+1
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+1
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-091-6/+1
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-2/+1
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-111-1/+2
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-101-2/+1
* Mantis#1647. Thank you very much, Sempuki for a patch that:Charles Krinke2008-07-041-10/+6
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-18/+9
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-7/+7
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-2/+2
* * Propogate OpenSimMain hack to stop mono-addins scanning warnings to the gri...Justin Clarke Casey2008-05-311-0/+7
* let Grid Servers specify a connect string in their configuration.Sean Dague2008-05-281-1/+1
* * Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* * As part of the region registration process, the grid service now requests t...Justin Clarke Casey2008-05-131-5/+5
* * Minor: Make some direct grid server console output into logged messages ins...Justin Clarke Casey2008-05-121-7/+10
* * Fix opensim region server shutdown.Justin Clarke Casey2008-05-091-1/+1
* * Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey2008-05-071-16/+5
* * Rolled back a few changes.Adam Frisby2008-05-011-32/+28
* * Cleaning code still.Adam Frisby2008-05-011-28/+32
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+2
* * Refactored out common http handler operationslbsa712008-03-281-34/+27
* Minor formatting / svn properties cleanup.Jeff Ames2008-03-251-6/+5
* XmlRpcCommand refactoringJohan Berntsson2008-03-241-1/+1
* Added a plugin loader in GridServerJohan Berntsson2008-03-241-1/+33
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * made some privates protected lbsa712008-03-121-2/+2
* * Renamed Main.cs to GridServerBase.cslbsa712008-03-121-0/+179