aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Profile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+3
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+3
|
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
|
* Remove the "Profile" config as it's covered by the replaceable interfaceMelanie2012-06-041-8/+0
|
* Send the right name and creation date on the BasicProfileModule.Diva Canto2012-03-011-2/+11
|
* Profile UpdatesBlueWall2012-01-031-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.
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-07-161-1/+1
|
* [Profiles] --> [Profile]Diva Canto2011-06-011-2/+2
|
* Added a BasicProfilemodule so that the profile-based actions (like give ↵Diva Canto2011-05-271-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.