1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 07:03:13 +02:00

rephrase...

- CGI:IRC + IPv6: Fixed cgiirc block hostname never matching ipv4 cgiirc
  gateway properly (..again..), this was previously reported by pv2b.
This commit is contained in:
Bram Matthys
2007-09-19 08:47:59 +00:00
parent 9e3ae2b758
commit 75bf27a52b
+2 -2
View File
@@ -1545,8 +1545,8 @@
- Fixed oper block bug where ip masks in oper::from::userhost did not always
work succesfully (ex: 192.168.* worked, but 192.168.*.* didn't). Issue was
introduced in 3.2.7, reported by tabrisnet (#0003494).
- CGI:IRC + IPv6: Fixed cgiirc block hostname never matching ipv4 gateway
properly (..again..), this was previously reported by pv2b.
- CGI:IRC + IPv6: Fixed cgiirc block hostname never matching ipv4 cgiirc
gateway properly (..again..), this was previously reported by pv2b.
- CGI:IRC + IPv6: Fixed issue where all cgiirc ipv4 clients were rejected with
the message 'Invalid IP address', reported by stskeeps (#0003311), nate
(#0003533) and others.