aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridXmlRpcModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you kindly, jonc, for a patch that:Charles Krinke2009-06-021-2/+2
| | | | | | | | Grid mode only. Serialization and deserialization of byte representing Access Level is failing unless byte is ToString'd first on Grid Server.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-5/+6
| | | | | | | | | | 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)
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-2/+15
| | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-011-1/+1
|
* * Got rid of concrete GridDBService referenceslbsa712009-02-261-2/+2
|
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-251-2/+2
| | | | name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
* More refactoring of the Grid, User and Messaging servers. MW2009-02-251-3/+3
|
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-241-885/+885
|
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-241-0/+885