]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
users: add SetClientIP function for irc::sockets::sockaddrs type.
authorWilliam Pitcock <nenolod@dereferenced.org>
Tue, 12 Jun 2012 03:06:36 +0000 (22:06 -0500)
committerSir Poggles <sir.pogsalot@gmail.com>
Wed, 13 Jun 2012 05:49:29 +0000 (22:49 -0700)
commitf0474272303ac9297f637ce956315518138bafff
tree8c79e5206ee53282b252ad876d66f4ab08fe49c5
parent5db5dd923c6dc3f4c24b592148060b258b295cde
users: add SetClientIP function for irc::sockets::sockaddrs type.

Code which touches client_sa should instead use this SetClientIP function so that hooks may
be called in the future.
include/users.h
src/users.cpp