aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-6/+6
| | | | | | These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
* 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