Author: Unknown
[ircu2.10.12-pk.git] / ChangeLog
index 3f156caafc3999e914de1e86f24618975a6886d4..50bdb4764c69a1b6040e7411a0d300172b488a02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-07-05 Andrew Miller <a1kmm@mware.virtualave.net>
+       * ircd/packet.c(connect_dopacket): Pass the job on to server_dopacket
+       when they become a server.
+       * ircd/s_bsd.c(read_packet): Check they are now a server *after* the
+       packet is sent.
+       * ircd/class.c(make_class): Fixed an assert to be more useful.
+       
+2002-07-05 Andrew Miller <a1kmm@mware.virtualave.net>
+       * ircd/packet.c
+       * ircd/packet.h: (connect_dopacket): Made a dopacket function for
+       connecting links which sends the messages through the correct message
+       handler.
+       * ircd/s_bsd.c(read_packet): Put packets through the correct handler
+       for connecting links. Properly handle unknown links becoming
+       connecting or servers.
+
 2002-07-01 Andrew Miller <a1kmm@mware.virtualave.net>
        * include/ircd_alloc.h (MyFree): Accept NULL pointers to do nothing
        with, this is used quite a lot.