| Commit message (Collapse) | Author | Files | Lines |
|
Add enclosing " to urls
|
|
accidentally.
The asset data plugin now implements IXAssetData rather than IAssetData so the ordinary AssetService should no longer pick it up.
This replaces the changes in 92b1ade. There is no longer any need to adjust your StandaloneCommon.ini/Robust.ini/Robust.HG.ini files.
This may explain very recent issues in the last few weeks where textures have been disappearing or turning white (as they were going to different places).
Unfortunately, you will need to rollback to an earlier database backup or reupload the textures.
|
|
People using standalone in master, please update your StandaloneCommon.ini according to this change.
People using robust in master, please update your Robust.HG.ini.example[.HG].ini according to this change.
|
|
The V3 webapps need SSO capability and use OpenID. We need to send both our OpenID server url and a token for the user in the login response.
|
|
|
|
Robust.ini.example to 8002
|
|
This is necessary to see map tiles on v2/v3 viewers and appears to work fine
|
|
These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default)
These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey
|
|
AuthenticationService.
This is switched on by setting AllowSetPassword = true in the [AuthenticationService] section of Robust.ini or Robust.HG.ini
Default is false as before.
|
|
[UserAccountService].
As before, default is false to not allow these calls.
|
|
UserAccountService
Default is false, as before.
Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces.
Only Ruths can be created at present.
Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service.
|
|
clothes necessary to display a viewer 2 avatar, as implemented in c4efb97d
This is controlled by the CreateDefaultAvatarEntries switch in the [UserAccountService] section of config-include/Stnadalone.ini
This is left as false in grid mode
|
|
tabs to spaces
|
|
currency name shown in the viewer.
|
|
|
|
variables added in order for this to work. See .ini.example changes
|
|
[FreeswitchService] must be reachable by viewers
|
|
Adding ssl support for "Out of Band" applications such as the remote
admin module or Robust services
|
|
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
|
|
This is to facilitate running Freeswitch in a separate ROBUST shell, as on grid setups there can be quite a lot of traffic flowing between FreeSWITCH and ROBUST. However, running in a spearate shell is not mandatory.
|
|
used in OpenSim.ini.example
Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers.
|
|
to config parameters. Clean up some log messages.
|
|
|
|
|
|
|
|
|
|
WARNING!!! This changes a default. The old default is to allow multiple
presences, the new default disables this. As the feature currently has no users,
this should not present any difficulty and will alleviate the presence
issues somewhat.
|
|
|
|
|
|
|
|
functional changes.
|
|
about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
|
|
|
|
|
|
asset deletion in robust handler.
|
|
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
BTW, the Meshing files want to be committed too -- EOFs.
|
|
missing configuration.
* Made previous Robust config changes consistent in Robust.HG.ini.example
|
|
This requires a special XMLRPC call, which has to supply the credentials of
a god user (User level >= 200). Disabled by default. Also Adds a configuration
option to set the initial permitted login level.
|
|
there for now, in case bugs pop up with XInventory.
|
|
|
|
* Moved GridInfoService config to OpenSim.Server.ini
|
|
* Added friends configs to grid .inis
|
|
|
|
|
|
* Fixed configuration issue for HGInventoryServerInConnector
* Corrected typos in debug messages
|
|
* Added different ports (8002 and 8003) to the many services in OpenSim.Server.ini.example
* Added a separate OpenSim.Server.HG.ini.example to make it easier to run
|
|
|
|
lots of other obsolete configs.
|
|
|
|
|