aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserDataBaseService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First step in separating out the Userserver console command handling to a ↵MW2009-02-241-68/+0
| | | | | | | "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.
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-231-68/+68
|
* Part 1 of refactoring the userserver. Changed it so instead of subclassing ↵MW2009-02-221-0/+68
the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.