From: Alexander Ebert Date: Wed, 27 Jun 2012 15:58:52 +0000 (+0200) Subject: Added option to disable IP-Logging X-Git-Tag: 2.0.0_Beta_1~1043^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9e7766a40010644f728bff4f7d60a7674b1fb583;p=GitHub%2FWoltLab%2FWCF.git Added option to disable IP-Logging IP-Logging can now be disabled through an option, the only exception is the session system which still stores IP addresses for security reasons. Since they usually get erased within a few hours this should be fine. Additionally the blacklist now supports both IPv4 and IPv6 whereas all addresses are stored as IPv6 (faster checks on runtime), but IPv4 addresses will be still displayed as IPv4 (transparent conversion). --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index 00b1e2d44f..56e4ae08e9 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -123,6 +123,12 @@ 1 + +