ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/conf.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/conf.c (file contents):
Revision 9249 by michael, Sat Feb 1 13:35:32 2020 UTC vs.
Revision 9332 by michael, Sat Apr 11 17:01:20 2020 UTC

# Line 316 | Line 316 | verify_access(struct Client *client)
316    }
317  
318    if (IsConfDoSpoofIp(conf))
319  {
320    if (IsConfSpoofNotice(conf))
321      sendto_realops_flags(UMODE_SERVNOTICE, L_ADMIN, SEND_NOTICE, "%s spoofing: %s as %s",
322                           client->name, client->host, conf->name);
323
319      strlcpy(client->host, conf->name, sizeof(client->host));
325  }
320  
321    return attach_iline(client, conf);
322   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines