aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/CAPS/SimHttp.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added lbsa71's http server changes. MW2007-03-291-241/+0
| | | | | | 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)
* RIP OpenSimRoot. (removed)MW2007-03-281-4/+25
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * revert the revert - begin the beguinelbsa712007-03-271-18/+23
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-23/+18
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-271-18/+23
| | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
* Added REST-handler interface for the http server and changed the Admin Web ↵MW2007-03-271-147/+30
| | | | front end to one.
* preparing to add full clothes/body part support. MW2007-03-261-69/+74
| | | | | | | | 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.
* Added a very very very basic Web front end for admin use - ready to be used ↵MW2007-03-261-7/+159
| | | | in sandbox mode for adding new accounts.
* brought zircon branch into trunkgareth2007-03-221-0/+175