aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/UserServer/LocalUserProfileManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added lbsa71's http server changes. MW2007-03-291-1/+1
| | | | | | So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-6/+8
| | | | | | | mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface
* * revert the revert - begin the beguinelbsa712007-03-271-7/+11
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-11/+7
|
* * Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa712007-03-271-7/+11
|
* brought zircon branch into trunkgareth2007-03-221-0/+76