aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-16/+16
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-16/+16
|
* == The "right name and place" commit ==lbsa712007-10-051-0/+1
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-051-1/+1
|
* * Renamed IUserServices to IUserServicelbsa712007-10-051-1/+1
|
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-0/+379
functionality * Working towards one shared set of services * Killed off two projects with very little functionality