OpenSimMirror/OpenSim/Region/ReplaceableModules
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
..
MoneyModule * 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
README.txt Update svn properties. 2009-05-11 15:14:15 +00:00

README.txt

This folder is for modules that we intend to let users and system admins replace.

This folder should never end up a project.  Only subfolders should end up as a project.   The idea here is that each folder 
will produce a project and a separate .dll assembly for the module that will get picked up by the module loader.  
To replace the functionality, you simply replace the .dll with a different one.