aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid/HypergridServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-1/+1
| | | | Make all current modules support the configuration name option
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-8/+103
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* Fixed a bug with link-region.Diva Canto2009-09-261-8/+9
|
* Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto2009-09-241-1/+1
| | | | doesn't conflict with the existing one.
* Added hg console commands to the module.Diva Canto2009-09-221-0/+112
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.