Add show-addresses option, to optionally hide user's IP addresses
authorSebastian Blunt <sebastian@c4k3.net>
Wed, 16 Nov 2016 20:44:22 +0000 (21:44 +0100)
committerSebastian Blunt <sebastian@c4k3.net>
Wed, 16 Nov 2016 20:44:22 +0000 (21:44 +0100)
commita0a47e4deac74cae8426db35d19b6911ea3d8794
treea4c21e66f90849129c1f76f43f147769e2bd2b85
parent779660334a7291f4918e313a78ed48f4d3d6e0a5
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.
src/conf.c
src/conf.h
src/messagehandler.c
umurmur.conf.example