aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams2015-04-142-2/+2
| | | | | This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations.
* Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵Robert Adams2015-04-142-88/+69
| | | | | | | | | | where they were moved. At the moment, ossl settings are in the XEngine section although they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini Update osslEnable.ini with more decriptive comments and set some functions to be more restrictive -- especially the functions that allow scripts to do things to other avatars and prims.
* Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵Robert Adams2015-04-121-0/+4
| | | | | | forces animations on avatars without requesting user permission.
* Move osslEnable.ini file from bin/ to bin/config-include.Robert Adams2015-04-122-186/+203
| | | | | | | Per comments, putting new configuration files in bin/ is not preferred. Add comments and instructions to heading of osslEnable.ini. Add a commented out include of osslEnable.ini to OpenSim.ini.example. Fix line endings of osslEnable.ini to be Unix style.
* Add the missing commas to parcel parameter setting in osslEnable.iniRobert Adams2015-04-121-2/+2
|
* Add 'osslEnable.ini' file which enables a restricted set of ossl functions.Robert Adams2015-04-111-0/+186
| | | | | | An 'include' in OpenSim.ini would enable the ossl functions but, for the moment, the functions are still disabled by default and this file is an example of what could be done.
* For the public-facing Hypergrid asset and inventory services, override a ↵Justin Clark-Casey (justincc)2015-03-131-0/+12
| | | | | | | | | general AuthType setting with None in Robust.HG.ini.example This is necessary because both asset and inventory reuse generic connectors that will otherwise set up authentication configured in the [Network] section. This allows one to set up authentication for private services whilst still being able to use asset and inventory on foreign grids. The setting is AuthType = None in both [HGAssetService] and [HGInventoryService] Private grid asset and inventory services will still set up the authentication as configured.
* Add rough and ready element explanation in a comment at the top of inventory ↵Justin Clark-Casey (justincc)2015-03-1111-0/+131
| | | | library items xml
* Add required wearable flags values to inventory body parts and clothing ↵Justin Clark-Casey (justincc)2015-03-112-0/+11
| | | | example xml
* minor: Remove unnecessary quoting in Regions.ini.exampleJustin Clark-Casey (justincc)2015-03-111-6/+6
|
* minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more ↵Justin Clark-Casey (justincc)2015-03-111-1/+1
| | | | normal 0.0.0.0
* Make private services forbid llHTTPRequest() calls by rejecting those that ↵Justin Clark-Casey (justincc)2015-03-042-0/+14
| | | | | | have the X-SecondLife-Shard header. If you need to enable this, set AllowHttpRequestIn = true in [Network] for all private services or individual [*Service] sections.
* Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵Justin Clark-Casey (justincc)2015-03-043-0/+46
| | | | | | | | script functions. This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN. By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini
* BulletSim: update the OSX BulletSim binary to the latest sources inRobert Adams2015-02-211-0/+0
| | | | opensim-libs.
* minor: Add explanation that [Startup] CombineContiguousRegions should be ↵Justin Clark-Casey (justincc)2015-02-191-1/+2
| | | | false for varregions.
* BulletSim: bring the BulletSim dll's and so's up to date withRobert Adams2015-02-134-0/+0
| | | | the sources in the 'libs' source repository. No functional changes.
* BulletSim: update DLLs, SOs, and dylib with latest versions.Robert Adams2015-01-255-0/+0
| | | | The dylib update is a new version that doesn't leak memory.
* Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)2015-01-2112-216/+216
| | | | example files with spaces
* Also deleted the option of setting Cap_WebFetchInventoryDescendents from ↵Diva Canto2015-01-141-4/+0
| | | | OpenSim.ini.example
* Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto2015-01-092-1/+2
| | | | names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
* Fix name of EstateDataRemoteConnector in the comment.Diva Canto2015-01-071-1/+1
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-071-0/+11
|\
| * BulletSim: tweek step parameters and logic to make walking up stepsRobert Adams2015-01-071-0/+11
| | | | | | | | | | | | | | closer to SL. This change should address small floor edges acting like walls, approaching a step at any angle (other than walking backwards) will allow walking up, and reducing the avatar pop-up when going up stairs.
* | Added a different/better way of specifying data services in DataSnapshot -- ↵Diva Canto2015-01-072-4/+6
|/ | | | using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-068-10/+29
| | | | | | allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
* Fix typo in OpenSim.ini.exampleBlueWall2015-01-041-1/+1
|
* BulletSim: update BulletSim DLLs and SOs to remove chatty debug log messages.Robert Adams2015-01-044-0/+0
|
* Removing the Wifi config example from Robust.HG.ini.example, because it is ↵Diva Canto2015-01-041-3/+0
| | | | not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin.
* Make bin/mautil.exe executable when checked out.Robert Adams2015-01-031-0/+0
|
* Changed the dll name that comes in Robust.HG.ini.example for Wifi.Diva Canto2015-01-021-1/+2
|
* Amend to previous commits -- also needed for bug fixes: the mono addins dlls.Diva Canto2015-01-023-0/+0
|
* Slight change in the way region module addins handle their configuration. ↵Diva Canto2015-01-022-3/+10
| | | | Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins.
* Another minor improvement to mautil related to ↵Diva Canto2015-01-021-0/+0
| | | | https://github.com/mono/mono-addins/issues/22. And since these commits show up in that issue report, I thought I'd say 'hi' to the zealous Xamarin developer who seems to be eager to get pull requests. Not yet, my friend, not until I fix all the bugs that stand in my way, now that I'm using mautil :-)
* Switched mautil.exe with another that has a bug fix for this bug report: ↵Diva Canto2015-01-021-0/+0
| | | | https://github.com/mono/mono-addins/issues/22
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-12-301-0/+0
|\
| * compile Prebuild.exe with mono 3.2.8 targeting .NET framework 3.5dahlia2014-12-301-0/+0
| |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-12-301-0/+7
|\ \ | |/
| * Merge branch 'mb-throttle-test'Mic Bowman2014-12-301-0/+7
| |\ | | | | | | | | | Merge in the new throttle code.
| | * Enable runtime configuration of the minimum rate for adaptiveMic Bowman2014-12-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | throttles. Setting adaptive_throttle_min_bps will change the minimum rate that the adapative throttles will drop to in case of network packet loss. The current rate default rate is 256kbps. The viewer can throttle rates under that amount, but the dynamic adaptation will not.
* | | Add support for expansion of key values in nini config files.Diva Canto2014-12-302-1/+12
|/ / | | | | | | Add loading of 3rd-party addin inis automatically.
* | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-20/+0
| | | | | | | | | | | | | | 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
* | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵Diva Canto2014-12-291-1/+1
| | | | | | | | doesn't need to match the release version number, but I think it's a very good idea that they do.
* | Updated Mono.Addins to version 1.2 ↵Diva Canto2014-12-297-0/+7260
|/ | | | (https://github.com/mono/mono-addins/releases/tag/mono-addins-1.2). Also included mautil.exe, the command line application for managing mono addins.
* Updated libomv to grab the latest bug fixes in Collada uploadDiva Canto2014-12-251-0/+0
|
* Restore OpenMetaverse.dll to the one compiled under Windows again from ↵Justin Clark-Casey (justincc)2014-12-101-0/+0
| | | | | | commit 2660619. Somehow it got replaced again in the ghosts merge with the one built under Linux. No other dlls are affected
* minor: Add doc about [InventoryService] AllowDelete setting to robust ini ↵Justin Clark-Casey (justincc)2014-12-042-0/+8
| | | | example files.
* Reintroduce general xengine extra debugging log level. This can be ↵Justin Clark-Casey (justincc)2014-12-031-5/+0
| | | | | | | controlled at runtime with the command "debug xengine log <level>", as with similar commands. If log level is 1 then every script load is logged. This means the <logger name="OpenSim.Region.ScriptEngine.XEngine"> section in OpenSim.exe.config is no longer needed to avoid log spam on regions with many scripts and can be removed.
* Fix typo in iniBlueWall2014-12-011-1/+1
|
* BulletSim: update BulletSim DLLs and SOs.Robert Adams2014-11-304-0/+0
| | | | Hopefully fix problem of multiple physical meshes crashing Windows simulators.
* A little more cleaning of config files.BlueWall2014-11-301-3/+3
|