Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 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) | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-02-26 | * Got rid of concrete GridDBService references | lbsa71 | 1 | -2/+3 | |
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 1 | -3/+3 | |
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 1 | -2/+2 | |
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. | |||||
2009-02-25 | More refactoring of the Grid, User and Messaging servers. | MW | 1 | -3/+3 | |
2009-02-24 | Setting svn:eol-style=native on new files. | Mike Mazur | 1 | -161/+161 | |
2009-02-24 | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 1 | -161/+161 | |
2009-02-24 | Added OpenSim.Grid.Framework project. | MW | 1 | -0/+1 | |
Changed the Gridserver so it uses/references OpenSim.Grid.Framework | |||||
2009-02-23 | Renamed IGridMessagingModule to IGridMessagingMapper. | MW | 1 | -12/+31 | |
Plus some general cleanup of the GridMessagingModule. | |||||
2009-02-23 | more refactoring of the Grid server, to separate them into modules | MW | 1 | -1/+3 | |
2009-02-22 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -139/+139 | |
2009-02-21 | More Grid server refactoring | MW | 1 | -3/+13 | |
2009-02-21 | Added missing header to a file (before chi11ken does it) | MW | 1 | -1/+28 | |
2009-02-21 | A bit more refactoring of the GridServer. To make the "modules" share a ↵ | MW | 1 | -4/+5 | |
common Initialise method. | |||||
2009-02-21 | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 1 | -0/+101 | |
Currently they aren't plugin modules as the support for dynamically loading them isn't complete. |