From: Sebastian Blunt Date: Wed, 16 Nov 2016 20:44:22 +0000 (+0100) Subject: Add show-addresses option, to optionally hide user's IP addresses X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=a0a47e4deac74cae8426db35d19b6911ea3d8794;hp=a0a47e4deac74cae8426db35d19b6911ea3d8794;p=umurmur.git Add show-addresses option, to optionally hide user's IP addresses Currently IP addresses of every connected user are visible to everybody through the user information dialog. This adds an option of whether or not to show them, if set to true (default) then everything will be as before, whereas with false they will not be shown to anybody. IP addresses will still be logged in log messages and so forth. Fixes #81. ---