aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IUserService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-47/+47
2007-10-30* Optimized usingslbsa711-1/+0
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-48/+48
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-05* minor refactoringlbsa711-1/+1
* using base type IUserService
2007-10-05== The "right name and place" commit ==lbsa711-1/+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
2007-10-05* Moved IUserService to OpenSim.Framework.Interfaceslbsa711-2/+2
2007-10-05* Renamed IUserServices to IUserServicelbsa711-1/+1
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-0/+5
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague1-0/+1
where you could only login once with a given id in standalone mode.
2007-07-16changed to native line ending encodingSean Dague1-43/+43
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-4/+0
* added some licensing info
2007-06-28*User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen1-1/+4
*Added base support for setting up a master user