Add a parameter to IPcheck_connect_fail() to support IAuth IP spoofing.
authorMichael Poole <mdpoole@troilus.org>
Tue, 6 Nov 2012 02:48:21 +0000 (21:48 -0500)
committerMichael Poole <mdpoole@troilus.org>
Tue, 6 Nov 2012 02:48:21 +0000 (21:48 -0500)
commit894ccd3b8d5acb0067562d26bf72228d3e617203
treefac3a890cd6c594637fc2e1edf3a1e31a41adf5a
parent2cf13869e6194d21a1f245aa251b33cb03b77bb6
Add a parameter to IPcheck_connect_fail() to support IAuth IP spoofing.

Before, the "connected" count for the client's true IP address would be
incremented but never decremented.  This matches them up properly.
ChangeLog
include/IPcheck.h
ircd/IPcheck.c
ircd/m_nick.c
ircd/s_auth.c