X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=bc1c51214bed7008aad407f82618320b2455f703;hb=cb6fd4594d11e531fdb0f666b6651919d27e32ff;hp=736291ddacd5f8e42b079e78969377d4e1c34f37;hpb=500be22dee617f0d5d52dd2238348e7ad453ed43;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 736291d..bc1c512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2002-04-03 Alex Badea + + * include/s_user.h: added a sptr parameter to InfoFormatter + function type + + * ircd/m_who.c: don't match IPs for clients which have a hidden host, + except when the inquiring user is an oper + + * ircd/whocmds.c: show the fake IP from FEAT_HIDDEN_IP if the + target has a hidden host, but show real IP to opers + + * ircd/m_userip.c (userip_formatter): add sptr parameter; show the + fake IP from FEAT_HIDDEN_IP if the target has a hidden host, but + show real IP to opers + + * ircd/m_userhost.c (userhost_formatter): add (unused) sptr parameter + + * ircd/s_user.c (send_user_info): pass sptr to the formatting function + + * include/ircd_features.h: new feature FEAT_HIDDEN_IP (stores which + fake IP to show for clients with a hidden host) + + * ircd/ircd_features.c: new feature FEAT_HIDDEN_IP + + * doc/example.conf: default value for FEAT_HIDDEN_IP + + * doc/readme.features: documented FEAT_HIDDEN_IP + 2002-04-03 Andrew Miller * doc/example.conf: Cleaned up some comments that ended up in strange places due to problems in the merge process.