aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-04Moved DataSnapshot feature to OptionalModules too.Diva Canto1-490/+0
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-24/+0
2015-02-01Prevent null entries being treated as URI's when DataSnapshot service splits ...AliciaRaven1-1/+1
2015-01-07Added a different/better way of specifying data services in DataSnapshot -- u...Diva Canto1-1/+28
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-09-17 another close()UbitUmarov1-0/+4
2014-08-05Fixed premature closing of the connection in DataSnapshotManagerOren Hurvitz1-14/+14
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-16/+19
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-1/+1
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-02-28Bug fix in DataSnapshot, where a var was being used before being initialized.Diva Canto1-19/+15
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-1/+2
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-1/+1
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-1/+1
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-3/+10
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-11Prevent datasnapshot from crashing the simulatorMelanie1-10/+18
2012-11-11Prevent datasnapshot from crashing the simulatorMelanie1-10/+18
2012-11-10Cleaning up some confusion with Addin names introduced in a prior commit. Als...Diva Canto1-1/+1
2012-11-10One more module converted: DataSnapshot.Diva Canto1-71/+87
2012-03-13Datasnapshot: added "secret" to the registration/deregistration query so that...Diva Canto1-1/+8
2012-03-12DataSnapshot: renamed gridserverURL to gatekeeperURL, and normalimzed the cap...Diva Canto1-2/+2
2010-04-16minor: stop datasnapshot issuing a warning log message if it's disabledJustin Clark-Casey (justincc)1-3/+3
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...Diva Canto1-15/+3
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-33/+22
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-33/+22
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-22/+33
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-4/+4
2009-04-17* Some more work on refactoring configs;lbsa711-4/+4
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-6/+16
2009-02-12* optimized usings.lbsa711-11/+9
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-43/+28
2008-10-29* Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in...Justin Clarke Casey1-4/+4
2008-10-29* Stop the DataSnapShot module trying to call home on shutdown even if it isn...Justin Clarke Casey1-7/+3
2008-10-29Mantis #2489Melanie Thielker1-4/+11
2008-10-11Commit Diva's new patch for the DataSnapshot. Comment the defaultMelanie Thielker1-18/+32
2008-09-20Add <expire> tag to data snapshot to give the search server an ideaMelanie Thielker1-0/+6
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
2008-08-09* Resolve mantis 1911 without reintroducing warningsJustin Clarke Casey1-2/+1
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey1-4/+1
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-6/+7
2008-05-17Thank you kindly, KMeisthax for: Moving the PostInitialize() code to theCharles Krinke1-24/+24