aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/OpenProfileClient.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-25minor: remove compiler warning from OpenProfileClientJustin Clark-Casey (justincc)1-4/+3
2014-04-28Removed dependency on Linq in OpenProfileClientOren Hurvitz1-1/+0
2014-04-24- Created a standard function to send XML-RPC requests, which logs them like ↵Oren Hurvitz1-63/+6
we do for other types of HTTP activity. - Changed OpenProfileClient to use the new XML-RPC sending function - Improved logging in WebUtil
2014-04-24Refactored: moved OpenProfileClient to a location where it can be used by ↵Oren Hurvitz1-1/+1
both the Simulators and Robust
2014-03-25In Core Profiles: as a fallback, try to get profiles from foreign grids ↵Oren Hurvitz1-0/+193
using the OpenProfile protocol Resolves http://opensimulator.org/mantis/view.php?id=6954