Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Reinstate grid receive and send keys to user server config | Justin Clarke Casey | 2008-08-09 | 1 | -6/+1 |
| | | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config | ||||
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 2008-07-18 | 1 | -2/+1 |
| | | | | (issue 1763). | ||||
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 1 | -1/+2 |
| | | | | | while he studies the issues in Windows a little bit. | ||||
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 1 | -2/+1 |
| | | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins | ||||
* | Mantis#1647. Thank you very much, Sempuki for a patch that: | Charles Krinke | 2008-07-04 | 1 | -10/+6 |
| | | | | | Updates the previous module loader work. | ||||
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -18/+9 |
| | | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | ||||
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -7/+7 |
| | |||||
* | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 2008-06-01 | 1 | -2/+2 |
| | | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method | ||||
* | * Propogate OpenSimMain hack to stop mono-addins scanning warnings to the ↵ | Justin Clarke Casey | 2008-05-31 | 1 | -0/+7 |
| | | | | | | | | grid managing * This hack just temporarily sends console output to /dev/null when we make the relevant addins calls, restoring it afterwards | ||||
* | 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 |