Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:

This patch adds extended status reporting with the url 
http://server:port/simstatusx/ [^] . The data is returned 
in json format as "text/plain" type.
This commit is contained in:
Charles Krinke
2009-04-17 21:48:48 +00:00
parent 07c113a766
commit b4cb45bb79
8 changed files with 128 additions and 1 deletions

View File

@@ -10290,5 +10290,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
LLPacketHandler handler = (LLPacketHandler) m_PacketHandler;
return handler.PacketQueue.GetStats();
}
public string XReport()
{
return "";
}
}
}