aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers/BaseHttpServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-256/+0
the Grid servers can be a separate solution to the region server.
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW1-82/+85
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
2007-05-15updated Build/project files to include the new projects and new files.MW1-4/+4
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-12Only 193 warnings to go!Adam Frisby1-3/+4
2007-04-13Fixed weird XML/HTTP bugsgareth1-1/+5
Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-6/+30
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-0/+0
2007-03-30Started to add a few features to the web front end that should be useful ↵MW1-5/+5
during debugging. First such feature is that you can see a list of any connected clients inventory.
2007-03-29* Now the rest handlers try to match path as close as possibly, so it's ↵lbsa711-4/+16
possible to add handlers for just a beginning of a path.
2007-03-29* RestMethod now uses same pattern as XmlRpcMethodlbsa711-18/+19
* Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay!
2007-03-29Added lbsa71's http server changes. MW1-0/+201
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-27* revert the revert - begin the beguinelbsa711-0/+10
2007-03-27* Reverting todays work. It was worth a try.lbsa711-10/+0
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-0/+10
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.