ngircd-tor/src
Alexander Barton 1dc93286a0 Save client IP address text for "WebIRC" users
This patch introduces a new field in the CLIENT structure, "ipa_text",
which points to an optional textual representation of the client IP
address (or NULL) which can be used to store the "real" IP address
information of a client using the "WEBIRC" protocol.

Without this patch, ngIRCd ignored the <ip-address> paramater ...

In addition, the functions Client_SetIPAText() and Client_IPAText()
have been introduced to set and get the textual representation of the
client IP address.

Client_IPAText() can be used even when no "IP address text" has been
set before, it then returns the real IP address of the connection.

Closes bug #159.
2013-08-26 22:54:00 +02:00
..
ipaddr Add some assert() calls to ng_ipaddr library 2013-08-21 00:23:47 +02:00
ngircd Save client IP address text for "WebIRC" users 2013-08-26 22:54:00 +02:00
portab private strndup() implementation in case libc does not provide it 2013-08-26 10:47:04 +01:00
testsuite IncludeDir: default to "$SYSCONFDIR/ngircd.conf.d" 2013-05-25 00:25:38 +02:00
tool Add a few casts, fix compiler warnings on NetBSD 5 2012-11-12 22:39:57 +01:00
.gitignore GIT: added src/src/config.h.in~ to ignore list. 2008-06-11 16:02:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00