]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() without...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 6 Aug 2006 18:34:39 +0000 (18:34 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 6 Aug 2006 18:34:39 +0000 (18:34 +0000)
commit3e50e674c3aab0827e62d21e75b828bff0e88da7
tree53c5aae107954aa2342e77cd702debcc6c3d8424
parent662253ef6e58a555ce60d26339ab05bf52540677
Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() without CIDR against that portion. This allows for CIDR operhosts while still matching idents (AND CIDR CHANNEL BANS)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4739 e03df62e-2008-0410-955e-edbf42e46eb7
include/socket.h
src/cmd_oper.cpp
src/socket.cpp
src/wildcard.cpp