aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-2/+2
|
* Test commit to see if commit is working for me, as another core developer is ↵MW2009-07-151-1/+2
| | | | reporting problems.
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-1012-0/+61
| | | | | | the ball rolling on replacable modules. No user functionality yet
* 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
* Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2009-06-222-5/+26
| | | | | | connector and the glue code.
* Update svn properties.Jeff Ames2009-06-222-251/+251
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-143-1/+252
| | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
* Update svn properties.Jeff Ames2009-06-142-283/+283
|
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-1412-0/+3285
Region/CoreModules/ServiceConnectorsOut. No functional changes.