Make some ChanServ ban checks see through hidden hosts.
authorMichael Poole <mdpoole@troilus.org>
Tue, 2 May 2006 02:46:39 +0000 (02:46 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 2 May 2006 02:46:39 +0000 (02:46 +0000)
commitdaa9b806d09b9e99ab0fa66a0dcabc6d1cab41d5
tree8856fee7a8e5b9bf84f8ef838a7540337e684095
parentbcd38117e36e4e89fee595306d53cb5dab0fe18c
Make some ChanServ ban checks see through hidden hosts.

src/chanserv.c (handle_join): Make this function see through hidden
    hosts when matching users against bans.  Add comment before the
    non-burst section; remove a redundant burst check there.
  (handle_auth): See through hidden hosts when checking against active
    bans.  Inactive ban check keeps MATCH_VISIBLE since bans on the true
    hostname should have already been applied.
  (handle_nick_change): Same as handle_auth.
git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-14
ChangeLog
src/chanserv.c