aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/GridInfoService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-7/+7
|
* this fixes the crash reported by mantis #2046: user server crashing ifDr Scofield2008-08-281-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...
* bug fixes:Dr Scofield2008-08-221-35/+31
| | | | | | | | - GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
* * Move GridInfoService into Framework.Communications and eliminate ↵Justin Clarke Casey2008-08-161-0/+155
Common.Communications for now (since this was the only class in that project)