aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridMessagingModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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/+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)
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-02-26* Got rid of concrete GridDBService referenceslbsa711-2/+3
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-3/+3
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-3/+3
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur1-161/+161
2009-02-24Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW1-161/+161
2009-02-24Added OpenSim.Grid.Framework project.MW1-0/+1
Changed the Gridserver so it uses/references OpenSim.Grid.Framework
2009-02-23Renamed IGridMessagingModule to IGridMessagingMapper.MW1-12/+31
Plus some general cleanup of the GridMessagingModule.
2009-02-23more refactoring of the Grid server, to separate them into modulesMW1-1/+3
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-139/+139
2009-02-21More Grid server refactoringMW1-3/+13
2009-02-21Added missing header to a file (before chi11ken does it)MW1-1/+28
2009-02-21A bit more refactoring of the GridServer. To make the "modules" share a ↵MW1-4/+5
common Initialise method.
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW1-0/+101
Currently they aren't plugin modules as the support for dynamically loading them isn't complete.