]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix for bug #349: NOTE there is important caveat about this in the example config...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 15 Jul 2007 13:18:28 +0000 (13:18 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 15 Jul 2007 13:18:28 +0000 (13:18 +0000)
commit42105f07dd1ac0e04e28077754b6245a80d55597
tree49497f924d9719e61fec6ec6d5b745e406df08ff
parent4b5ae9645faa1d43f6c85fd68ca6ed2b3cf948a8
Fix for bug #349: NOTE there is important caveat about this in the example config, MAKE SURE TO READ IT.
When you connect a cgi:irc client two different connect classes are checked at two different times (first the one
that the website they are cgi'ing from, then later one for the user's real ip). READ THIS AND UNDERSTAND IT!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7440 e03df62e-2008-0410-955e-edbf42e46eb7
docs/inspircd.conf.example
include/users.h
src/modules/m_cgiirc.cpp
src/users.cpp