From f218cbd29d259fc5a0f8e0a9246e5ac4530cf00a Mon Sep 17 00:00:00 2001 From: Cinder Date: Thu, 6 Aug 2015 17:32:58 -0600 Subject: 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 --- bin/Robust.HG.ini.example | 3 +++ bin/Robust.ini.example | 5 +++++ 2 files changed, 8 insertions(+) (limited to 'bin') 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 @@ ;; Can overwrite the default in [Hypergrid], but probably shouldn't ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" + ;; Sets the maximum number of groups an agent may join + ; MaxAgentGroups = 42 + [UserProfilesService] 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 @@ OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" +[Groups] + ;; Sets the maximum number of groups an agent may join + ; MaxAgentGroups = 42 + + [GridInfoService] ; These settings are used to return information on a get_grid_info call. ; Client launcher scripts and third-party clients make use of this to -- cgit v1.1