Author: Andres Miller <a1kmm@mware.virtualave.net>
[ircu2.10.12-pk.git] / ChangeLog
index cc43a8c0f5d1795f6380aa59a85667ea3cb26f41..eb38813b9c7a7bee884c1f9ab9fd037b611c8b44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
+2002-04-02 Andrew Miller <a1kmm@mware.virtualave.net>
+       * ircd/ircd_parser.y: Added ircd parser, lexer, to replace the
+          old configuration file format.
+       * ircd/ircd_lexer.l
+       * ircd/s_conf.c
+       * doc/example.conf
+
+2002-03-23 Bert Faes <bert.faes@pandora.be>
+
+       * s_misc.c made /trace reply always show the username
+       
+2002-03-28  Kevin L Mitchell  <klmitch@mit.edu>
+
+       * configure.in: use AC_CHECK_FUNCS to define HAVE_* macros; test
+       for setrlimit, getrusage, and times
+
+       * configure: rerun auto-conf
+
+       * config.h.in: rerun autoheader
+
 2002-03-27  Kevin L Mitchell  <klmitch@mit.edu>
 
+       * ircd/m_burst.c (ms_burst): use MODEBUF_DEST_NOKEY to suppress
+       sending of the key to the channel
+
+       * ircd/channel.c (modebuf_flush_int): when processing keys, only
+       include the actual key in the mode sent to the channel if
+       MODEBUF_DEST_NOKEY is not set
+
+       * include/channel.h: needed more bits for MODEBUF_DEST_*,
+       especially when adding MODEBUF_DEST_NOKEY to force keys in the
+       BURST to be reported as "*" to the channel
+
        * ircd/m_oper.c (m_oper): clear the new oper's sendq so it gets
        inherited from the class associated with the O-line