Obfuscate IP numbers in the logfiles

Currently in the log files the IP address and access time of any user accessing the wiki is saved. Note this applies not only to those editing in the wiki—where logging is quite sensible–, but also to all those only visiting the wiki–where logging the IP is without any use. It might be, however, desired to save the IP addresses of visitors for, say, 24 hours, in order to have a prove in case of network abuse (think DOS attacks).

Make an option to:

  1. switch off logging the IP addresses in the access log (not: edit log), or to
  2. make the IP addresses in the access log (not: edit log) anonymous, e.g. by saving only the fist 3 triples (i.e. 192.168.178.XXX instead of 192.168.178.100), or to

  3. automatically make the IP addresses in the access log (not: edit log) anonymous after a given time (e.g. 24 hrs), or to
  4. automatically delete the IP addresses in the access log (not: edit log) after a given time (e.g. 24 hrs),

where b) could be the default.

-- MartinBayer 2007-10-13 12:20:05

Not time based, but if you need IP addr privacy, this is implemented by http://hg.moinmo.in/moin/1.8/rev/ea2aa935fbde


CategoryFeatureImplemented

MoinMoin: FeatureRequests/MorePrivacyInLogFiles (last edited 2009-01-22 10:48:13 by ThomasWaldmann)