| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
user expectations.
It also matches the default setting in the OpenSim.ini.example file
|
| | |
|
| |
| |
| |
| | |
consistency
|
| |
| |
| |
| |
| |
| | |
according to implementation
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Linux. These are not yet hooked up.
I'm not sure which one you actually need, Robert, so please prune as appropriate. I haven't tested or hooked these up in any way yet.
|
|/ |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
variables added in order for this to work. See .ini.example changes
|
|
|
|
| |
with Kokua viewer if devs are willing to do it.
|
| |
|
|
|
|
| |
some issues with the zoom level -- TBD.
|
| |
|
|
|
|
| |
FlotsamCache.ini.example
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
|
|
|
|
| |
IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
|
|\ |
|
| |
| |
| |
| | |
OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.
|
| |\ |
|
| | |
| | |
| | |
| | | |
[FreeswitchService] must be reachable by viewers
|
| |/
|/| |
|
|/ |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Added an event to signal the eabling of logins and added an alert to send to a configured service.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
This just covers script loading for now. More to come.
|
|/ |
|
|
|
|
| |
WARNING: additional configuration for HG inis -- see *Common.ini.example
|
|
|
|
| |
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.
|
|
|
|
| |
in Robust.HG.ini.example
|
| |
|
|
|
|
| |
and (b) several config additions related to HG. See Robust.HG.ini.example, GridCommon.ini.example and/or StandaloneCommon.ini.example.
|
|
|
|
| |
looked back in source user's User Agent service.
|
|
|
|
| |
testing.
|
|
|
|
| |
window, but can't test because this mechanism doesn't seem to work without a profile service.
|
|
|
|
| |
friends in other grids.
|
|
|
|
| |
security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
|
|
|
|
| |
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
|
|
|
|
|
| |
It appears that if the viewer requests a folder containing links, we must also send the folders that contain the link targets first.
This was tested with Kokua 0.1.0 WIP though I predict it will also work with other viewer 2s
|