aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares2-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
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-2/+2
2009-07-15Test commit to see if commit is working for me, as another core developer is ↵MW1-1/+2
reporting problems.
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker12-0/+61
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2-5/+26
connector and the glue code.
2009-06-22Update svn properties.Jeff Ames2-251/+251
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva3-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.
2009-06-14Update svn properties.Jeff Ames2-283/+283
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva12-0/+3285
Region/CoreModules/ServiceConnectorsOut. No functional changes.