aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-30Make it clearer what the save_crashes setting in [Startup] actually does.Justin Clark-Casey (justincc)2-0/+6
2011-07-23Change default AllowScriptCrossings config setting to true.Justin Clark-Casey (justincc)2-5/+9
When this setting is false and other defaults haven't been changed, scripts entering the simulator from another sim are automatically restarted but their state is not preserved. When this setting is true, state that accompanies the script is reloaded (e.g. if a script had a variable i = 1 when leaving the source region, it will still have i = 1 on the destination region). This setting does not affect crossings when regions are run in the same simulator. In this case, state is already preserved.
2011-07-23Fixed serverside_object_permission default value conflictionMakopoppo1-2/+2
2011-07-23Remove manually permissions settings on all current library items so that ↵Justin Clark-Casey (justincc)12-538/+126
they use the defaults instead. Some items had completely wrong permissions - this is easier than correcting them all. The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library ↵Justin Clark-Casey (justincc)12-126/+538
item xml files - always use PermissionMask.All instead (which was the existing default)." There actually are uses for this. I will correct the perms instead since some entries appear to be wrong. This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
2011-07-23Don't load current/next/everyone/base permissions from the library item xml ↵Justin Clark-Casey (justincc)12-538/+126
files - always use PermissionMask.All instead (which was the existing default). Library items always need the same permissions, so it doesn't make sense to load them from the xml files. This just opens the door to permissions mistakes.
2011-07-21remove the windows debugging symbols for the long protobuf-netJustin Clark-Casey (justincc)1-0/+0
2011-07-21remove dead MXP default symbols. The MXP code is long, long gone.Justin Clark-Casey (justincc)1-0/+0
2011-07-21make [SMTP] default comment option match actual defaultJustin Clark-Casey (justincc)2-10/+10
2011-07-21minor: group all the map tile options togetherJustin Clark-Casey (justincc)2-15/+16
2011-07-21remove pointless quotes from GenerateMaptiles option in OpenSimDefaults.iniJustin Clark-Casey (justincc)1-1/+4
2011-07-21minor: remove the pointless quotes from the GenerateMaptiles optionJustin Clark-Casey (justincc)1-1/+1
2011-07-21make default TextureOnMapTile true for the older map imagerJustin Clark-Casey (justincc)2-3/+3
Don't know of a good reason not to do this, seems to work fine.
2011-07-12Add a warning to URI config in GridCommon.ini.example not to add a slash to ↵Justin Clark-Casey (justincc)1-18/+18
the end. Tidy up GridCommon.ini.example
2011-07-07Make MeshUploadFlagModule non-shared rather than shared (since each scene ↵Justin Clark-Casey (justincc)1-1/+0
needs its own cap)
2011-07-04Make it possible to disable the file part of the flotsam asset cacheJustin Clark-Casey (justincc)1-1/+4
This matches the ability to disable the memory part This is controlled through the FileCacheEnabled parameter in FlotsamCache.ini Default is true, so existing installations are not affected. Improved fcache command feedback when various caches are disabled. Re-enabled test for flotsam cache with file caching disabled.
2011-07-01Make default serverside_object_permissions = true since this better matches ↵Justin Clark-Casey (justincc)1-1/+1
user expectations. It also matches the default setting in the OpenSim.ini.example file
2011-06-30improve and tidy up some config file commentsJustin Clark-Casey (justincc)2-14/+20
2011-06-30minor: adjust some indentation and spacing in OpenSim.ini.example for ↵Justin Clark-Casey (justincc)1-19/+25
consistency
2011-06-28[PATCH] Changed Wind parameters default value in OpenSim.ini.exampleMakopoppo1-2/+2
according to implementation Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2011-06-25Remove the now unused [cms] section from OpenSimDefaults.iniJustin Clark-Casey (justincc)1-5/+0
2011-06-24Optionally, don't delete previously compiled scripts on startupOren Hurvitz1-0/+6
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit ↵Justin Clark-Casey (justincc)2-3/+4
rather than just saying "destination not found" Instead of performing the 4096 check when the region is linked (and subsequently removing the link), leave the link in place and perform the check in the entity transfer module This allows us to explicitly tell the hypergridder why the teleport failed (region out of range). It also allows people on regions that are within range (on a large source grid) to teleport. The Check4096 config parameter in the [GridService] section is replaced by a max_distance paramter in a new [EntityTransfer] section in OpenSimDefaults.ini Since the parameter is in OpenSimDefaults.ini no action needs to be taken unless you want to increase this limit. It could also be decreased. The check is being made in the base entity transfer module, since I believe the viewer problem occurs both on extremely large grids and while hypergridding.
2011-06-15Added missing config var for map image service.Diva Canto3-0/+9
2011-06-13Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on ↵Diva Canto1-4/+7
the contents of the response. Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap.
2011-06-13V2 map now working in grids too. WARNING: A few visible configuration ↵Diva Canto5-5/+29
variables added in order for this to work. See .ini.example changes
2011-06-13Added experimental new capability URL called MapImageService meant to work ↵Diva Canto1-0/+5
with Kokua viewer if devs are willing to do it.
2011-06-12Trailing / in MapTileURL must be there!Diva Canto1-1/+1
2011-06-12First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto3-2/+19
some issues with the zoom level -- TBD.
2011-06-11Align CenomeCache.ini.example values with CenomeCache defaults.Justin Clark-Casey (justincc)1-7/+8
2011-06-11Make it clear that WaitOnInprogressTimeout is currently a dead setting in ↵Justin Clark-Casey (justincc)1-0/+1
FlotsamCache.ini.example
2011-06-11Make the internal flotsam asset cache defaults match ↵Justin Clark-Casey (justincc)1-1/+1
config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present. For the most part, defaults are made to match those already in FlotsamCache.ini.example. The one exception is that the 48 hour file timeout from the code is used instead of the 0 hours that was in the example file. This can be tweaked if necessary. Most importantly, the default cache directory is now ./assetcache (as in FlotsamCache.ini.example) rather than ./FlotsamAssetCache (as was the internal code default). Therefore, if you were using flotasm without using the config file, then please rename your cache directory or start using the ini file and change the default there if you want to keep using your existing cache.
2011-06-10Added missing "Old Guids=true" to ConnectionStringMakopoppo1-2/+2
2011-06-07This fixes the crash reported in ↵Diva Canto1-0/+1
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
2011-06-06This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto1-4/+19
IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
2011-06-03.ini.example's updated for HG LandmarksDiva Canto2-1/+3
2011-06-02Move the "!!!Standalone Only!!!" [FreeswitchService] section from ↵Justin Clark-Casey (justincc)2-39/+37
OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.
2011-06-02minor: add ini.example doc to hint that the server address in ↵Justin Clark-Casey (justincc)3-1/+3
[FreeswitchService] must be reachable by viewers
2011-06-01[Profiles] --> [Profile]Diva Canto4-4/+4
2011-05-31update libomv libraries to 0.9.0Justin Clark-Casey (justincc)4-0/+0
this is a prerequisite to fixing llDialog issues for the latest Linden viewers, since they are now making use of a new OwnerData field in the ScriptDialog message
2011-05-30Adding MSSQL connectionString exampleMakopoppo2-0/+16
2011-05-30Removing mssql_connection.ini.example - mssql_connection.ini is no longer usedMakopoppo1-18/+0
2011-05-28Comment the alert_uri so it remains disabled until setBlueWall1-1/+1
2011-05-28Adding an event to signal that logins are enabledBlueWall1-0/+3
Added an event to signal the eabling of logins and added an alert to send to a configured service.
2011-05-28Add option to disable loginsBlueWall1-0/+1
This just covers script loading for now. More to come.
2011-05-27Fixed one comment in a config file.Diva Canto1-0/+1
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto4-2/+15
WARNING: additional configuration for HG inis -- see *Common.ini.example
2011-05-27Added a BasicProfilemodule so that the profile-based actions (like give ↵Diva Canto4-0/+11
inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
2011-05-26Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵Diva Canto2-2/+4
in Robust.HG.ini.example
2011-05-26Added missing configuration variables to Robust.HG.ini.exampleDiva Canto1-0/+2