aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfileManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add back ParseXMLRPC() to UserProfileManager MW2007-03-311-0/+16
|
* * cleared some unused code awaylbsa712007-03-311-182/+0
|
* Fixed so Inventory structure is correct after a log out and re-login (in ↵MW2007-03-291-0/+2
| | | | Sandbox accounts)
* Added lbsa71's http server changes. MW2007-03-291-140/+329
| | | | | | 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)
* Fixed name quotes bugMW2007-03-281-2/+2
|
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-5/+7
| | | | | | | 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
* brought zircon branch into trunkgareth2007-03-221-0/+223