[email protected] 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....
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users