OpenSimMirror/OpenSim/Grid/GridServer.Modules
Adam Frisby 31baeef469 * Pipes requestors IP address through all XmlRpcRequest delegates. This is 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-23 06:05:20 +00:00
..
Resources Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid.GridServer.Modules. 2009-02-27 15:57:09 +00:00
GridDBService.cs * renamed IRegionProfileService to IRegionProfileRouter to better reflect use (naming is a work in progress...) 2009-02-26 11:44:16 +00:00
GridMessagingModule.cs * Pipes requestors IP address through all XmlRpcRequest delegates. This is needed to be able to 'NAT-wrap' the login sequence. 2009-05-23 06:05:20 +00:00
GridRestModule.cs Intermediate commit. WILL NOT COMPILE! 2009-05-04 20:15:39 +00:00
GridServerPlugin.cs Added PostInitialise method to IGridPlugin. 2009-05-15 12:10:44 +00:00
GridXmlRpcModule.cs * Pipes requestors IP address through all XmlRpcRequest delegates. This is needed to be able to 'NAT-wrap' the login sequence. 2009-05-23 06:05:20 +00:00