diff options
author | Cinder | 2015-08-06 17:32:58 -0600 |
---|---|---|
committer | Oren Hurvitz | 2015-08-07 07:42:26 +0100 |
commit | f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a (patch) | |
tree | 6670d74528a7ad62753d695ee120a03aa1d1200f /bin | |
parent | BulletSim: clean up some code for axis locking. No functional change. (diff) | |
download | opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.zip opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.gz opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.bz2 opensim-SC-f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a.tar.xz |
max-agent-groups support
Robust now tells viewers what the maximum number of groups is. Viewers show this limit to the users, and enforce it.
The default is 42, which is what viewers had assumed was the maximum number before this update.
Signed-off-by: Oren Hurvitz <orenh@kitely.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2a05a56..36025d5 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -758,6 +758,9 @@ | |||
758 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | 758 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
759 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 759 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
760 | 760 | ||
761 | ;; Sets the maximum number of groups an agent may join | ||
762 | ; MaxAgentGroups = 42 | ||
763 | |||
761 | 764 | ||
762 | [UserProfilesService] | 765 | [UserProfilesService] |
763 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | 766 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index f61b213..284e969 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -507,6 +507,11 @@ | |||
507 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | 507 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
508 | 508 | ||
509 | 509 | ||
510 | [Groups] | ||
511 | ;; Sets the maximum number of groups an agent may join | ||
512 | ; MaxAgentGroups = 42 | ||
513 | |||
514 | |||
510 | [GridInfoService] | 515 | [GridInfoService] |
511 | ; These settings are used to return information on a get_grid_info call. | 516 | ; These settings are used to return information on a get_grid_info call. |
512 | ; Client launcher scripts and third-party clients make use of this to | 517 | ; Client launcher scripts and third-party clients make use of this to |