aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/OpenProfileClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed dependency on Linq in OpenProfileClientOren Hurvitz2014-04-281-1/+0
|
* - Created a standard function to send XML-RPC requests, which logs them like ↵Oren Hurvitz2014-04-241-63/+6
| | | | | | | we do for other types of HTTP activity. - Changed OpenProfileClient to use the new XML-RPC sending function - Improved logging in WebUtil
* Refactored: moved OpenProfileClient to a location where it can be used by ↵Oren Hurvitz2014-04-241-0/+193
both the Simulators and Robust