aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid/HypergridServerConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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.