Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
index c9755737e69e32f1975ba0287238f57c57c3f2d1..2f8aa68e828d17bc3b3fb285392f6bed5f1622f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2005-04-21  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/m_userip.c (userip_formatter): /userip should *never*
+       report the user's real IP unless its answering the user
+       him/herself
+
+       * ircd/m_userhost.c (userhost_formatter): /userhost should *never*
+       report the user's real host unless its answering the user
+       him/herself
+
+2005-04-20  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd.c (parse_command_line): Update usage text.
+
+       * ircd/numnicks.c (base64toip): Use v4mapped address range instead
+       of v4compat address range, fixing IPv4-based /who.
+
 2005-04-19  Michael Poole <mdpoole@troilus.org>
 
        * configure.in: When --enable-profile, add -pg to LDFLAGS.