Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let Grid Servers specify a connect string in their configuration. | Sean Dague | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | * Minor: For no particularly good reason, make all console prompts conform ↵ | Justin Clarke Casey | 2008-05-16 | 1 | -1/+1 |
| | | | | to the same prompt scheme | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | * As part of the region registration process, the grid service now requests ↵ | Justin Clarke Casey | 2008-05-13 | 1 | -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 Casey | 2008-05-12 | 1 | -7/+10 |
| | | | | instead | ||||
* | * Fix opensim region server shutdown. | Justin Clarke Casey | 2008-05-09 | 1 | -1/+1 |
| | |||||
* | * Move shutdown processing to base OpenSimServer, overriding the method ↵ | Justin Clarke Casey | 2008-05-07 | 1 | -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 Frisby | 2008-05-01 | 1 | -32/+28 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -28/+32 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -5/+2 |
| | | | | (this took a while to run). | ||||
* | * Refactored out common http handler operations | lbsa71 | 2008-03-28 | 1 | -34/+27 |
| | |||||
* | Minor formatting / svn properties cleanup. | Jeff Ames | 2008-03-25 | 1 | -6/+5 |
| | |||||
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | Added a plugin loader in GridServer | Johan Berntsson | 2008-03-24 | 1 | -1/+33 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | * made some privates protected | lbsa71 | 2008-03-12 | 1 | -2/+2 |
| | |||||
* | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 2008-03-12 | 1 | -0/+179 |