Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | while investigating why IRCBridgeModule.Close() was having no effect, i | Dr Scofield | 2008-05-30 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | noticed that Scene.Close() will only call Close on non-shared region modules. i've now added code to SceneManager.Close() to collect all shared region module from each scene before calling Scene.Close() on it and then, once, all Scenes are closed, go through the list of collected shared region modules and close them as well. SceneManager.Close() is only called when we initiate a shutdown --- i've verified that a Scene restart does not trigger the shutdown of shared modules :-) also, this adds a couple of bug fixes to the IRCBridgeModule (which after all didn't take kindly to being closed) as well as a check to InterregionModule's Close() call. finally, this fixes the RestPlugin's XmlWriter so that it no longer includes the "xsd=..." and "xsi=..." junk. | ||||
* | cleaning up returned XML REST doclet (no more xsi, xsd) | Dr Scofield | 2008-05-29 | 1 | -0/+5 |
| | |||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -29/+28 |
| | |||||
* | here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵ | Dr Scofield | 2008-05-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | (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. | ||||
* | fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ↵ | Dr Scofield | 2008-05-19 | 1 | -65/+11 |
| | | | | adds error checking. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -8/+8 |
| | |||||
* | Damn, forgot to manually add these as I keep forgetting that | Sean Dague | 2008-05-15 | 1 | -0/+162 |
svn patches don't do adds. :( |