aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer.Modules/MessageService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-6/+6
| | | | | | | | | | 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.csMW2009-02-251-3/+3
| | | | | Renamed MessageUserServerModule to InterMessageUserServerModule
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-251-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. MW2009-02-251-3/+3
|
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-241-487/+487
|
* Same treatment for the MessagingServer... added ↵MW2009-02-241-0/+488
OpenSim.Grid.MessagingServer.Modules for the modules/components of it.