Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+2 |
| | | | | | | | | | | 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) | ||||
* | Renamed IMessageUserServerService to IInterServiceUserService.cs | MW | 2009-02-25 | 1 | -3/+3 |
| | | | | | Renamed MessageUserServerModule to InterMessageUserServerModule | ||||
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 2009-02-25 | 1 | -2/+2 |
| | | | | 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 | -4/+4 |
| | |||||
* | Setting svn:eol-style=native on new files. | Mike Mazur | 2009-02-24 | 1 | -213/+213 |
| | |||||
* | Same treatment for the MessagingServer... added ↵ | MW | 2009-02-24 | 1 | -0/+213 |
OpenSim.Grid.MessagingServer.Modules for the modules/components of it. |