]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu.hs
Cabal
[Lucu.git] / Network / HTTP / Lucu.hs
index 4ab6bc65abd01f376a70f997705c9534db365e41..14d39543aca45b86f6796e940c1835f48652f65a 100644 (file)
 --
 --   [/Logging/] Lucu doesn't log any requests from any clients.
 --
---   [/Client Filtering/] Lucu always accept any clients. No IP filter
---   is implemented.
+--   [/Client Filtering/] Lucu always accepts any clients. No IP
+--   filter is implemented.
 --
---   [/SSL Support/] Lucu can handle HTTP only.
+--   [/SSL Support/] Lucu can handle only HTTP.
 --
 --   [/Bandwidth Limitting/] Lucu doesn't limit bandwidth it consumes.
 --
 --   [/Protection Against Wicked Clients/] Lucu is fragile against
---   wicked clients. No attacker should cause a buffer-overflow but
---   can possibly DoS it.
+--   wicked clients. No attacker should be able to cause a
+--   buffer-overflow but can possibly DoS it.
 --