aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Interregion (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-18/+4
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-261-5/+16
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-8/+28
| | | | minimally. A few bugs to catch now.
* Replace the Replaceable modules nameMelanie2009-08-102-2/+2
|
* * Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares2009-07-232-49/+92
| | | | | | | | | | | | | module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493
* Test commit to see if commit is working for me, as another core developer is ↵MW2009-07-151-1/+2
| | | | reporting problems.
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-2/+2
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-142-0/+1097
Region/CoreModules/ServiceConnectorsOut. No functional changes.