aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ipv6_address_in_comments.mdwn
diff options
context:
space:
mode:
authorhttp://openid.ppke.hu/cstamas <http://openid.ppke.hu/cstamas@web>2012-06-16 20:14:19 -0400
committeradmin <admin@branchable.com>2012-06-16 20:14:19 -0400
commit96f10735b71f70671b1aeda5ff655c5de21e0444 (patch)
tree7730bd1fb81151964b1d2d1b47ee1e57c4d6fd07 /doc/bugs/ipv6_address_in_comments.mdwn
parent2981cfba403b4bf1f534ba32c4d7e08ce7450ea2 (diff)
downloadikiwiki-96f10735b71f70671b1aeda5ff655c5de21e0444.tar
ikiwiki-96f10735b71f70671b1aeda5ff655c5de21e0444.tar.gz
add
Diffstat (limited to 'doc/bugs/ipv6_address_in_comments.mdwn')
-rw-r--r--doc/bugs/ipv6_address_in_comments.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/ipv6_address_in_comments.mdwn b/doc/bugs/ipv6_address_in_comments.mdwn
new file mode 100644
index 000000000..b03f90f99
--- /dev/null
+++ b/doc/bugs/ipv6_address_in_comments.mdwn
@@ -0,0 +1,15 @@
+If I make a comment from an ipv4 address
+I see the commenter's ipv4 address logged in the comment file.
+
+If I make a comment from an ipv6 address
+I see nothing.
+
+There is a sanity check in /usr/share/perl5/IkiWiki/Plugin/comments.pm
+line 447 (according to today's version) there is an ipv4 specific regexp.
+
+I removed the regexp and used the value without this added check and it fixed
+the problem for me. Not sure if this is the best solution.
+
+[[patch]]
+
+[[!tag ipv6]]