Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 2007-04-11 | 1 | -13/+13 |
| | | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | ||||
* | * The world can not contain ScriptFactories that creates unique instances of ↵ | lbsa71 | 2007-04-03 | 1 | -30/+2 |
| | | | | | | | | scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs | ||||
* | * Extended Script API with GetRandomAvatar | lbsa71 | 2007-04-03 | 1 | -7/+14 |
| | | | | | | | * The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar. | ||||
* | * Script prototype | lbsa71 | 2007-04-03 | 1 | -26/+72 |
| | |||||
* | Temporary fix for the object taking bug | MW | 2007-04-03 | 1 | -2/+2 |
| | |||||
* | Started to add a few features to the web front end that should be useful ↵ | MW | 2007-03-30 | 1 | -4/+43 |
| | | | | | | | during debugging. First such feature is that you can see a list of any connected clients inventory. | ||||
* | When you change the name of a inventory item, it should no longer revert ↵ | MW | 2007-03-29 | 1 | -1/+1 |
| | | | | after a logout / login | ||||
* | * Now the rest handlers try to match path as close as possibly, so it's ↵ | lbsa71 | 2007-03-29 | 1 | -7/+7 |
| | | | | possible to add handlers for just a beginning of a path. | ||||
* | * RestMethod now uses same pattern as XmlRpcMethod | lbsa71 | 2007-03-29 | 1 | -111/+110 |
| | | | | | | * Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay! | ||||
* | After hours of searching for a bug, it works - User accounts in sandbox ↵ | MW | 2007-03-28 | 1 | -3/+30 |
| | | | | | | | 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 | ||||
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 1 | -4/+7 |
| | |||||
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 1 | -7/+4 |
| | |||||
* | * Continued refactoring away OpenSimRoot - now it's down to the final 2. | lbsa71 | 2007-03-27 | 1 | -4/+7 |
| | |||||
* | Added REST-handler interface for the http server and changed the Admin Web ↵ | MW | 2007-03-27 | 1 | -0/+164 |
front end to one. |