aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications/LocalUserManagement/UserProfileManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-42/+0
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-19*Added some missing files from last commitmingchen1-0/+42
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications