aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridServerBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Justin Clarke Casey2008-05-161-1/+1
| | | | to the same prompt scheme
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* * As part of the region registration process, the grid service now requests ↵Justin Clarke Casey2008-05-131-5/+5
| | | | | | | | | | | | the status of the region using the region http uri just passed in * If the status cannot be retrieved, then the region startup will terminate. * The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues) * This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region * This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage * This change will require a prebuild
* * Minor: Make some direct grid server console output into logged messages ↵Justin Clarke Casey2008-05-121-7/+10
| | | | instead
* * Fix opensim region server shutdown.Justin Clarke Casey2008-05-091-1/+1
|
* * Move shutdown processing to base OpenSimServer, overriding the method ↵Justin Clarke Casey2008-05-071-16/+5
| | | | | | | | where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server)
* * 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
| | | | (this took a while to run).
* * 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