aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers/BaseHttpServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-151-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.
* updated Build/project files to include the new projects and new files.MW2007-05-151-4/+4
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Only 193 warnings to go!Adam Frisby2007-05-121-3/+4
|
* Fixed weird XML/HTTP bugsgareth2007-04-131-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
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-6/+30
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-0/+224