aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Servers/BaseHttpServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-283/+0
2007-06-25Some Caps/LLSD cleaning up.MW1-1/+1
2007-06-25Forgot theseMW1-1/+1
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW1-1/+19
Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
2007-06-22Deleted some comments being wrote to consoleMW1-2/+1
2007-06-22Started work on CAPS support, now we have our first test capability, ↵MW1-2/+14
MapLayer requests are handled by CAPS.
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-3/+3
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby1-0/+27
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-3/+3
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+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.