Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-26 | missing updated files | UbitUmarov | 1 | -1/+1 | |
2018-05-26 | add a check to data_exposure option of DataSnapshot module | UbitUmarov | 1 | -0/+8 | |
2018-01-25 | change DataSnapeShoot init again. May still fail on multi regions instances | UbitUmarov | 1 | -34/+32 | |
2018-01-22 | move datasnapshot notification to last, but still a issue with very fast ↵ | UbitUmarov | 1 | -13/+8 | |
service servers | |||||
2018-01-22 | Ooops | UbitUmarov | 1 | -27/+28 | |
2018-01-22 | move datasnapshot notification to when region is actually loaded | UbitUmarov | 1 | -13/+14 | |
2018-01-22 | change throtle datasnapshot get | UbitUmarov | 1 | -0/+1 | |
2018-01-22 | throtle datasnapshot gen | UbitUmarov | 1 | -1/+12 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -2/+2 | |
2015-09-04 | Moved DataSnapshot feature to OptionalModules too. | Diva Canto | 1 | -3/+0 | |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+0 | |
OpenSim.Framework. | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -24/+0 | |
2015-02-01 | Prevent null entries being treated as URI's when DataSnapshot service splits ↵ | AliciaRaven | 1 | -1/+1 | |
service string. The new config format for services to notify in the DataSnapshot module appends entries to the existing single string and always leaves a deliminator on the end of the string. This is causing it to split with a null string in the resulting array, which is treated as another service to notify and throws a URI format exception on start up. | |||||
2015-01-07 | Added a different/better way of specifying data services in DataSnapshot -- ↵ | Diva Canto | 1 | -1/+28 | |
using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically. | |||||
2014-12-30 | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 1 | -2/+2 | |
2014-12-30 | This cleans up versioning. Specifically: | Diva Canto | 1 | -2/+2 | |
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency. | |||||
2014-12-30 | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 1 | -1/+1 | |
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent | |||||
2014-12-29 | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵ | Diva Canto | 1 | -1/+1 | |
doesn't need to match the release version number, but I think it's a very good idea that they do. | |||||
2014-09-17 | another close() | UbitUmarov | 1 | -0/+4 | |
2014-08-05 | Fixed premature closing of the connection in DataSnapshotManager | Oren Hurvitz | 1 | -14/+14 | |
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -16/+19 | |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -1/+1 | |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | |||||
2013-02-28 | Bug fix in DataSnapshot, where a var was being used before being initialized. | Diva Canto | 1 | -19/+15 | |
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 1 | -1/+2 | |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 1 | -1/+1 | |
[Hypergrid] in *Common.ini.example. Backwards compatible for now. | |||||
2013-02-22 | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 1 | -1/+1 | |
one I added yesterday -- this is for helping move config vars out of [Startup] | |||||
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 1 | -3/+10 | |
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency. | |||||
2012-11-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 1 | -1/+1 | |
2012-11-12 | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 1 | -1/+1 | |
grepping for remaining uses | |||||
2012-11-11 | Prevent datasnapshot from crashing the simulator | Melanie | 1 | -10/+18 | |
2012-11-11 | Prevent datasnapshot from crashing the simulator | Melanie | 1 | -10/+18 | |
2012-11-10 | Cleaning up some confusion with Addin names introduced in a prior commit. ↵ | Diva Canto | 1 | -1/+1 | |
Also the Flotsam cache module was being given a different Addin name, I removed that. | |||||
2012-11-10 | One more module converted: DataSnapshot. | Diva Canto | 1 | -71/+87 | |
2012-03-13 | Datasnapshot: added "secret" to the registration/deregistration query so ↵ | Diva Canto | 1 | -1/+8 | |
that data providers can verify authenticity if they want. | |||||
2012-03-12 | DataSnapshot: renamed gridserverURL to gatekeeperURL, and normalimzed the ↵ | Diva Canto | 1 | -2/+2 | |
capitalization of 'name' to lower case, also in the same <grid> section. | |||||
2010-04-16 | minor: stop datasnapshot issuing a warning log message if it's disabled | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 1 | -15/+3 | |
lots of other obsolete configs. | |||||
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -33/+22 | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | |||||
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -33/+22 | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | |||||
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 1 | -22/+33 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 1 | -1/+1 | |
Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-04-17 | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 1 | -4/+4 | |
2009-04-17 | * Some more work on refactoring configs; | lbsa71 | 1 | -4/+4 | |
* Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | |||||
2009-03-11 | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 1 | -6/+16 | |
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before) | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -11/+9 | |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -2/+2 | |
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | |||||
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -43/+28 | |
Too many fixes to list. | |||||
2008-10-29 | * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 ↵ | Justin Clarke Casey | 1 | -4/+4 | |
instead * This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections) * If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list) |