Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ChangeLog
index fc00486cd9cb32940dd43af6a1240f53831feb24..8d20d5867f97bd09917d724712a09a656fd0dd3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2000-05-01  Perry Lorier <isomer@coders.net>
+       * ircd/m_invite.c: Fix for the rest of m_invite.c, and again.
+       * ircd/channels.c: My fix for the part problem.  Untested, probably
+               won't work.  Can't be much worse than the current problem.
+               it'll either work or core, take your pick.
+
+
 2000-04-30  Perry Lorier <isomer@coders.net>
        * config/config-sh.in: Fix for CONNEXIT
        * ircd/s_{user,misc}.c: Fix for CONNEXIT
+       * ircd/m_invite.c: Fix for incorrectly numnickified invite.
+                       (Kev: Want to come talk to me about this?)
 
 2000-04-30  Steven M. Doyle <steven@doyle.net>
        * ircd/ircd.c
@@ -8,6 +17,7 @@
          - rewrite of setuid/chroot code.
          - server will no longer run as root
          - -DPROFIL compile option removed
+         - Fixed IPcheck API calls
  
        * config/config-sh.in
          - Fixed up chroot compile options
        * ircd/ircd_signal.c
          - Removed -DPROFIL
 
+       * include/IPcheck.h
+         - Removed old API prototypes, added new ones
+       
+       * ircd/IPcheck.c
+         - Readability cleanups (well, I -think-...)
+         - Changed IPRegistryEntry.last_connect to a time_t.  The previously
+           used unsigned short was probably causing interesting things after
+           a client had been connected longer than about 65,535 seconds...
+         - Removed old API functions.
+
+       * ircd/whocmds.c
+         - Removed IPcheck.h include
+       
+       * Additionally modified IPcheck API calls in:
+         - ircd/m_nick.c
+         - ircd/m_auth.c
+         - ircd/s_bsd.c
+         - ircd/s_conf.c
+         - ircd/s_misc.c
+         - ircd/s_serv.c
+         - ircd/s_user.c
+       
+       
 2000-04-30  Perry Lorier <isomer@coders.net>
        * ircd/s_bsd.c: Sigh. :)
         * ircd/m_mode.c: fix for modeless channels by poptix.
 #
 # ChangeLog for ircu2.10.11
 #
-# $Id: ChangeLog,v 1.118 2000-04-30 10:22:14 isomer Exp $
+# $Id: ChangeLog,v 1.123 2000-05-01 11:23:56 isomer Exp $
 #
 # Insert new changes at beginning of the change list.
 #