From 00730c0f9cfb6cf85bb129eacd229d3b9c55ade1 Mon Sep 17 00:00:00 2001 From: Anders Bergh Date: Sat, 31 Jan 2015 17:12:24 +0100 Subject: relay: remove v4-mapped addresses in /help relay.network.allowed_ips v4-mapped addresses aren't used since commit 85339f6. --- src/plugins/relay/relay-config.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/plugins/relay/relay-config.c') diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 8f731d087..3f507dfd3 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -709,10 +709,8 @@ relay_config_init () "allowed_ips", "string", N_("POSIX extended regular expression with IPs allowed to use relay " "(case insensitive, use \"(?-i)\" at beginning to make it case " - "sensitive); if IPv6 is enabled and that connection is made using " - "IPv4, it will be IPv4-mapped IPv6 address (like: " - "\"::ffff:127.0.0.1\"), example: " - "\"^((::ffff:)?123.45.67.89|192.160.*)$\""), + "sensitive), example: " + "\"^(123.45.67.89|192.160.*)$\""), NULL, 0, 0, "", NULL, 0, NULL, NULL, &relay_config_change_network_allowed_ips, NULL, NULL, NULL); relay_config_network_bind_address = weechat_config_new_option ( -- cgit v1.2.3