aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+3
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-06-04Remove the "Profile" config as it's covered by the replaceable interfaceMelanie1-8/+0
2012-03-01Send the right name and creation date on the BasicProfileModule.Diva Canto1-2/+11
2012-01-03Profile UpdatesBlueWall1-5/+7
Update basic profile to use the replaceable interface, making configuration less error-prone. Add support to query avatar's home user account and profile service for regions usng the updated OpenProfileModule with Hypergrid.
2011-07-16minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-06-01[Profiles] --> [Profile]Diva Canto1-2/+2
2011-05-27Added a BasicProfilemodule so that the profile-based actions (like give ↵Diva Canto1-65/+94
inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-1/+0
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-1/+2
properly
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+3
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-1/+1
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-1/+1
Signed-off-by: Melanie <melanie@t-data.com>
2009-08-17Fix argument index in log4net call. (fixes #4003)Jeff Ames1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Update svn properties.Jeff Ames1-137/+137
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva1-1/+1
are now in CoreModules/ServiceConnectorsIn, where they belong.
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-137/+137
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Update svn properties.Jeff Ames1-137/+137
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva1-112/+137
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-27Update svn properties.Jeff Ames1-85/+85
2009-05-25Fixed a typo.diva1-1/+1
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva1-0/+85
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.