aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-30while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield1-1/+2
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.
2008-05-24* Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey1-12/+13
* Not yet reusing serialization module - this will happen in the future * No user functionality yet
2008-05-20Add copyright notices.Jeff Ames1-2/+29
Fix spelling typo (Thanks ChrisDown for pointing this out)
2008-05-02* Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby1-21/+12
are in.
2008-05-01* Rolled back a few changes.Adam Frisby1-2/+2
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-2/+2
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+1
with namespaces.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-179/+179
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-66/+71
2008-04-30* And moreAdam Frisby1-0/+175