<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I wonder if a facility such as this could be added to the UGAIM as well
as standalone? Aside from preventing a user to log in to the grid
itself, it could as well serve as a centralized black-list for the
regions on that grid. Mainly I'm thinking that users entered into a
grid-ban table on the UGAIM would be ignored by UUID and IP not only by
all grid services but as well by the regions. When a region connects
to the grid it can fetch this list from the grid server and protect
itself by flat out ignoring all requests from that IP and UUID. If a
region bearing that IP were to try and connect itself to the grid, it
would be downright denied. <br>
<br>
Thanks, :)<br>
- Orion Pseudo / John Sheridan <br>
<br>
Diva Canto wrote:
<blockquote cite="mid:49907AA5.7010403@metaverseink.com" type="cite">
<pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:cmickeyb@gmail.com">cmickeyb@gmail.com</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">How do I add a specific hypergrid user to the region ban / allow list?
-mic
</pre>
</blockquote>
<pre wrap=""><!---->(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
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
</pre>
</blockquote>
<br>
</body>
</html>