aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/GridInfoService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-12* optimized usings.lbsa711-1/+0
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-7/+7
2008-08-28this fixes the crash reported by mantis #2046: user server crashing ifDr Scofield1-6/+21
no OpenSim.ini file found by GridInfoService. GridInfoService now will just issue a warning that GridInfo will NOT be available to your users if no OpenSim.ini file is available. due to the static nature of UserConfig (configuration options hardcoded) i don't think it's currently an option to move GridInfo into user_server.xml but if anyone wants to look into this i'd be delighted...
2008-08-22bug fixes:Dr Scofield1-35/+31
- GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
2008-08-16* Move GridInfoService into Framework.Communications and eliminate ↵Justin Clarke Casey1-1/+1
Common.Communications for now (since this was the only class in that project)
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.