Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2008-05-20 | 1 | -1/+2 |
| | | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -1/+1 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -2/+2 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -31/+31 |
| | |||||
* | * Moved SendNameReply to ClientView | lbsa71 | 2007-07-13 | 1 | -1/+0 |
| | | | | | | * Removed unused LoginService * Minor renames on BinaryStreamHandler | ||||
* | More work on UserProfile and inventory cache (still currently not enabled). | MW | 2007-07-11 | 1 | -0/+1 |
| | | | | | Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims. | ||||
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -4/+0 |
| | | | | | * added some licensing info | ||||
* | * Started working on LlsdMethod for BaseHttpServer | lbsa71 | 2007-07-02 | 1 | -0/+35 |
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name. |