aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Grid (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-18Go Home works. With security!!Diva Canto1-128/+0
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-10/+4
yet.
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-0/+123
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-09-29Minor bug fixes.Diva Canto1-0/+3
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-14/+15
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-2/+3
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto1-1/+1
commands work.
2009-09-22Added hg console commands to the module.Diva Canto1-0/+129
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.