Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaning up returned XML REST doclet (no more xsi, xsd) | Dr Scofield | 2008-05-29 | 5 | -4/+66 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 2 | -3/+3 |
| | |||||
* | cleaning up: coding style guidelines violation in RestPlugin.cs. | Dr Scofield | 2008-05-27 | 1 | -1/+2 |
| | | | | | | adding support for enabled = true|false for IRCBridgeModule | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 5 | -172/+167 |
| | |||||
* | here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵ | Dr Scofield | 2008-05-22 | 4 | -24/+172 |
| | | | | | | | | | | | | | (from awebb) i've added the OSHttpStatusCodes enumeration of HTTP status codes, have adapted BaseHttpServer to use those. then RestPlugin now has proper Failure handling returning proper HTTP status codes. Regions/POSTHandler is work-in-progress. | ||||
* | renaming GETRestRegionPlugin to GETHandler as that's what it really is. | Dr Scofield | 2008-05-21 | 1 | -0/+0 |
| | |||||
* | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2008-05-20 | 2 | -6/+62 |
| | | | | | | | | | | | 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 | ||||
* | i'm dropping VerifyGod() and adding IsGod(OSHttpRequest) instead, which ↵ | Dr Scofield | 2008-05-19 | 1 | -5/+11 |
| | | | | | | | | | | | actually now takes a look at the HTTP request header and retrieves x-opensim-godkey (if it exists) and compares that against the godkey from OpenSim.ini. also, this makes AddStreamHandler() virtual so that it can be overridden. | ||||
* | fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ↵ | Dr Scofield | 2008-05-19 | 4 | -80/+288 |
| | | | | adds error checking. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 3 | -22/+22 |
| | |||||
* | Damn, forgot to manually add these as I keep forgetting that | Sean Dague | 2008-05-15 | 3 | -0/+480 |
svn patches don't do adds. :( |