aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfileManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-16Let stuff be broken!Adam Frisby1-3/+3
2007-05-14set the default region x,y and sim port to 0 in UserProfileManager. ↵MW1-4/+4
XmlRpcLoginMethod() , these are then over written in CustomiseResponse().
2007-04-25Small clean up of files and directoriesMW1-7/+7
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth1-1/+4
be fixed soon) Fixed sandbox mode fully Scrapped former XML-RPC expect_user call for sim crossings Sim client thread can upgrade/downgrade between full and child agent dynamically
2007-04-14In the grid, there is life!gareth1-9/+12
OGS now functional again, can login! w00t
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-0/+16
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-2/+0
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11(no commit message)MW1-3/+5
2007-04-11Added POST handler for /sims/ in the grid servergareth1-4/+4
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
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