aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/RegionProfileServiceProxy.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-1/+2
This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
2009-03-10* Refactored out Create() methods to ensure proper transformation between ↵lbsa711-14/+11
RegionProfileData and RegionInfo * Created ToRegionInfo method, still not using it pending peer review. * This is a preparatory commit for a subsequent login service refactoring.
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa711-1/+1
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)
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler ↵Jeff Ames1-1/+28
warnings. Fix some m_log declarations.
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-94/+94
2009-02-12* Some more CCClbsa711-7/+7
2009-02-12* Renamed RegionProfileService to RegionProfileServiceProxy to better ↵lbsa711-1/+1
reflect actual use. * Added IRegionProfileService
2009-02-12* Turned RegionProfileService non-staticlbsa711-4/+4
2009-02-12* Applied some CCC (Code Convention Conformance)lbsa711-17/+17
2009-02-12* Added RegionProfileService and moved RequestSimData to it.lbsa711-0/+94