aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules/UserLoginService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa712009-02-261-2/+2
| | | | | | | | | | 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)
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-241-600/+600
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-241-0/+600
"module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.