aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid/HypergridServerConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-3/+3
These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
2010-01-17These 2 were moved to corresponding Hypergrid folders. The server connector ↵Diva Canto1-208/+0
was renamed to Gatekeeper, because it will have all the handlers for the gatekeeper.
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
Make all current modules support the configuration name option
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
Make all current modules support the configuration name option
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-8/+103
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto1-8/+9
2009-09-24Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto1-1/+1
doesn't conflict with the existing one.
2009-09-22Added hg console commands to the module.Diva Canto1-39/+57
Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
2009-06-22Update svn properties.Jeff Ames1-94/+94
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-0/+94
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.