aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer.Modules/MessageRegionModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-03Fixed interface between the Messaging server and the grid server.Diva Canto1-42/+29
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby1-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)
2009-02-25Renamed IMessageUserServerService to IInterServiceUserService.csMW1-3/+3
Renamed MessageUserServerModule to InterMessageUserServerModule
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW1-2/+2
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
2009-02-25More refactoring of the Grid, User and Messaging servers. MW1-4/+4
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur1-213/+213
2009-02-24Same treatment for the MessagingServer... added ↵MW1-213/+213
OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
2009-02-24Updated MessagingServer to use OpenSim.Grid.FrameworkMW1-0/+1
2009-02-23Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-212/+212
2009-02-22First step in giving the messaging server the modular refactoring treatment. ↵MW1-0/+212
As with the other two servers, this is very much a work in progress.