Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A slightly modified version of | Teravus Ovares (Dan Olivares) | 2009-08-25 | 1 | -1/+6 |
| | | | | http://opensimulator.org/mantis/view.php?id=4040 by jhurliman. The patch didn't match up, so I winged it here. My effort to manually merge the patch seems to make sense, so I'm going to commit it. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 1 | -2/+3 |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 2009-02-25 | 1 | -1/+1 |
| | | | | name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. | ||||
* | More refactoring of the Grid, User and Messaging servers. | MW | 2009-02-25 | 1 | -2/+3 |
| | |||||
* | Setting svn:eol-style=native on new files. | Mike Mazur | 2009-02-24 | 1 | -124/+124 |
| | |||||
* | First step in separating out the Userserver console command handling to a ↵ | MW | 2009-02-24 | 1 | -0/+124 |
"module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe. |