aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵Diva Canto2010-01-101-774/+0
| | | | contributed to these!
* A few more guards along the path to user server.Diva Canto2009-12-111-3/+6
|
* Formatting cleanup.Jeff Ames2009-10-011-3/+3
|
* Guarding the unpacking of the email field introduced by Robsmart. Most ↵Diva Canto2009-09-121-1/+2
| | | | profiles don't have it. This may fix mantis #4134.
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-101-0/+1
| | | | always grant access to an avatar entering the region if requested.
* uh-hum. It might help if I remembered to save the file.Diva Canto2009-09-051-1/+1
|
* Fixed some long-standing issues with appearance in HG1.Diva Canto2009-09-041-3/+7
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Commented a log message related to users not found, because it floods the ↵diva2009-05-261-4/+4
| | | | log when the sims have prims from foreign users.
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-231-0/+5
| | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-221-0/+760
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims