aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridServerBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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