[Opensim-users] Permissions and common sense]
Diva Canto
diva at metaverseink.com
Mon Feb 9 18:49:09 UTC 2009
cmickeyb at gmail.com wrote:
> How do I add a specific hypergrid user to the region ban / allow list?
>
> -mic
(Assuming the ban feature is working in general)
You can't do it via the viewer. At this point, you have to add them
directly to the database, the regionban table:
sqlite> .schema regionban
CREATE TABLE regionban(
regionUUID varchar (255),
bannedUUID varchar (255),
bannedIp varchar (255),
bannedIpHostMask varchar (255)
);
You can get their UUID from the OpenSim.log.
Which calls for an obvious utility to be written for region admins....
More information about the Opensim-users
mailing list