Add ChangeLog entry for last commit (oops!)
authorMichael Poole <mdpoole@troilus.org>
Tue, 28 Dec 2004 22:34:26 +0000 (22:34 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 28 Dec 2004 22:34:26 +0000 (22:34 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1288 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog

index c5053faa129a1eb8a587e00d4bb05fd557528b4e..7eb2781bdf8370a3f81830fe3b7b43871750d68e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-12-28  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/match.c: Remove obsolete #include <arpa/inet.h>.
+       (ipmask_parse_ipv4): We already parse the dotted quads from the
+       input string, so use them instead of inet_addr() to populate
+       out->s_addr.
+
+       * ircd/gline.c: Remove obsolete #includes <arpa/inet.h>, "sys.h".
+       (do_gline): Pass SHOW_IP instead of TRUE as argument to
+       get_client_name().
+
+       * ircd/ircd.c (try_connections): Revise to use fewer temporary
+       variables.
+
 2004-12-28  Michael Poole <mdpoole@troilus.org>
 
        * include/res.h: Implement irc_in_addr_* as macros.