aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Profile (unfollow)
Commit message (Collapse)AuthorFilesLines
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-0/+173
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.