aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfileManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-31Add back ParseXMLRPC() to UserProfileManager MW1-0/+16
2007-03-31* cleared some unused code awaylbsa711-182/+0
2007-03-29Fixed so Inventory structure is correct after a log out and re-login (in ↵MW1-0/+2
Sandbox accounts)
2007-03-29Added lbsa71's http server changes. MW1-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)
2007-03-28Fixed name quotes bugMW1-2/+2
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-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
2007-03-22brought zircon branch into trunkgareth1-0/+223