]> jfr.im git - irc/blitzed-org/bopm.git/commit
src/irc.c:
authorandy <redacted>
Fri, 23 Aug 2002 04:17:31 +0000 (04:17 +0000)
committerandy <redacted>
Fri, 23 Aug 2002 04:17:31 +0000 (04:17 +0000)
commit3a533316b8a4df7408756d40333d9bb45351be99
tree7578fe2aa45cab16115db811dabe4b3930ad3fcc
parent81ef0b4defdbf6a8164af12c641b962f2232e39b
src/irc.c:
Upon connection to the IRC server, initialise our negative cache
(if negative caching is enabled).

When a user connection is detected, search for their IP in our
negative cache (if negative caching is enabled).  If it is present,
say so in the logfile and don't bother to scan them.

Note that negative caching is only implemented for IPv4 at the
moment -- shouldn't be hard to extend it to IPv6 though.
src/irc.c