aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Common/Communications/GridInfoService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-28Trying to guestimate sensible default values for GridInfoService if noDr Scofield1-7/+37
[GridInfo] section is supplied by OpenSim.ini; also adding log warning if that is the case.
2008-07-28moving GridInfo application plugin into a common standalone/gridDr Scofield1-50/+53
service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer.
2008-07-25oops. forgot to add addin.xml for GridInfoPlugin. also, slightDr Scofield1-1/+2
reordering of plugin initialisation to ensure that it will return base information about grid, even if [GridInfo] config section is not there.
2008-07-25first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield1-0/+121
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.