Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -283/+0 | |
2007-06-25 | Some Caps/LLSD cleaning up. | MW | 1 | -1/+1 | |
2007-06-25 | Forgot these | MW | 1 | -1/+1 | |
2007-06-24 | Disabled the CheckSum Server as it seems that isn't used by viewer 1.18. | MW | 1 | -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-22 | Deleted some comments being wrote to console | MW | 1 | -2/+1 | |
2007-06-22 | Started work on CAPS support, now we have our first test capability, ↵ | MW | 1 | -2/+14 | |
MapLayer requests are handled by CAPS. | |||||
2007-06-20 | * Replaced old logging mechanism with new shiny logging mechanism | Adam Frisby | 1 | -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 OGS | mingchen | 1 | -0/+27 | |
2007-06-05 | * Added proper copyright notices to everything (2/3) | Adam Frisby | 1 | -0/+27 | |
2007-06-05 | * Removed MainConsole.Instance.WriteLine completely | Adam Frisby | 1 | -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-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-15 | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 1 | -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-15 | updated Build/project files to include the new projects and new files. | MW | 1 | -4/+4 | |
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). | |||||
2007-05-12 | Only 193 warnings to go! | Adam Frisby | 1 | -3/+4 | |
2007-04-13 | Fixed weird XML/HTTP bugs | gareth | 1 | -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 BaseHttpServer | lbsa71 | 1 | -6/+30 | |
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | |||||
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -0/+0 | |
2007-03-30 | Started to add a few features to the web front end that should be useful ↵ | MW | 1 | -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 ↵ | lbsa71 | 1 | -4/+16 | |
possible to add handlers for just a beginning of a path. | |||||
2007-03-29 | * RestMethod now uses same pattern as XmlRpcMethod | lbsa71 | 1 | -18/+19 | |
* Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay! | |||||
2007-03-29 | Added lbsa71's http server changes. | MW | 1 | -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 beguine | lbsa71 | 1 | -0/+10 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -10/+0 | |
2007-03-27 | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 1 | -0/+10 | |
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. |