aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfileManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small clean up of files and directoriesMW2007-04-251-7/+7
|
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-171-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
* In the grid, there is life!gareth2007-04-141-9/+12
| | | | | | OGS now functional again, can login! w00t
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-0/+16
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-2/+0
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* (no commit message)MW2007-04-111-3/+5
|
* Added POST handler for /sims/ in the grid servergareth2007-04-111-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
* 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