Commit Graph

13 Commits (30c5be370489f9620e0f199526c80f5c34f16faa)

Author SHA1 Message Date
lbsa71 30c5be3704 * Now the rest handlers try to match path as close as possibly, so it's possible to add handlers for just a beginning of a path. 2007-03-29 19:22:01 +00:00
lbsa71 514a323056 * RestMethod now uses same pattern as XmlRpcMethod
* Made /Admin use RestMethod
* HttpServer is now a mini-webapp-server yay!
2007-03-29 19:05:34 +00:00
MW 17b00785ee Added lbsa71's http server changes.
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-29 11:08:42 +00:00
MW 35fa85069e After hours of searching for a bug, it works - User accounts in sandbox 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-28 18:10:52 +00:00
MW 98d81485e7 RIP OpenSimRoot. (removed)
Merged most of the bug fixes etc in from LLdemo branch.
Added the textures from that branch.
2007-03-28 13:08:27 +00:00
lbsa71 f42d1fc825 * revert the revert - begin the beguine 2007-03-27 21:42:14 +00:00
lbsa71 7adbe756fb * Reverting todays work. It was worth a try. 2007-03-27 20:45:04 +00:00
lbsa71 ccfddd1775 * Continued refactoring away OpenSimRoot - now it's down to the final 2. 2007-03-27 19:12:55 +00:00
lbsa71 893a1824d0 * Introduced BaseHttpServer (doing nothing at the moment)
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-27 18:27:11 +00:00
MW 39c7fe5ec7 Added REST-handler interface for the http server and changed the Admin Web front end to one. 2007-03-27 09:35:03 +00:00
MW ff71d2d4cd preparing to add full clothes/body part support.
Currently you can:
now create new body parts and clothes. 
edit those clothes and wear them.
But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar.
2007-03-26 19:05:50 +00:00
MW 42ba071276 Added a very very very basic Web front end for admin use - ready to be used in sandbox mode for adding new accounts. 2007-03-26 16:51:50 +00:00
gareth 7daa3955bc brought zircon branch into trunk 2007-03-22 10:11:15 +00:00