X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/99061f2263e20bc8c2c41c529fb25bc45f80e5ae..64264243ac899669f55285e53a5ba511bbac9340:/sec.mlt diff --git a/sec.mlt b/sec.mlt index e6fe245..fd0c55e 100644 --- a/sec.mlt +++ b/sec.mlt @@ -2,7 +2,7 @@ val yourname = Init.getUserName (); val nodeNum = case $"node" of - "" => 2 + "" => 4 | node => Web.stoi node; val nodeName = Init.nodeName nodeNum; @@ -185,9 +185,9 @@ elseif $"mod" <> "" then Node: - Request: + Request: Message: @@ -201,10 +201,8 @@ elseif $"mod" <> "" then val oldStatus = #status req; val newStatus = Sec.Req.statusFromInt (Web.stoi ($"status")); Sec.Req.modify {req with node = nodeNum, data = $"req", msg = $"msg", status = newStatus}; - if oldStatus <> newStatus then - if not (Sec.Req.notifyMod {old = oldStatus, new = newStatus, changer = Init.getUserName(), req = id}) then - %>

Error sending e-mail notification

<% - end + if not (Sec.Req.notifyMod {old = oldStatus, new = newStatus, changer = Init.getUserName(), req = id}) then + %>

Error sending e-mail notification

<% end %>

Request modified

Back to: open requests, all requests @@ -340,11 +338,9 @@ end%>

Request a new firewall rule

-

This form isn't needed yet to allow you to use any port. However, if you request a rule here, you can be sure it will be added when we first implement firewalls on our new servers. Otherwise, your custom services may stop working.

- -

You can find a description of rule formats on our wiki. Enter here the rule you want, without the initial user portion.

+

You can find a description of rule formats on our wiki. Enter here the rule you want, without the initial user portion.

-

Please note that your firewall rule will be useless if you don't first request the corresponding socket privileges at the top of this page. Also, common ports like 80 (HTTP) are open to everyone with socket permissions. Verify that you can't access a port after socket permissions have been granted before requesting a special rule here.

+

When requesting a Server or ProxiedServer rule, use a port above 50000 (there is a list of allocated ports). We may grant Server requests for ports under 50000 if it can be justified, but never for a ProxiedServer.

We very rarely grant requests for Client rules that don't include remote host whitelists. For example, important security concerns make it a bad idea for us to give anybody blanket IRC permissions. Instead, request specific servers. We will refuse such requests that include networks that are popularly considered fronts for illegal activity.