aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridDBService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa711-1/+1
use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually)
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur1-284/+284
2009-02-24Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW1-284/+284
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-284/+284
2009-02-21More Grid server refactoringMW1-1/+1
2009-02-21Some more refactoring of GridServer.MW1-22/+3
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW1-0/+303
Currently they aren't plugin modules as the support for dynamically loading them isn't complete.