]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
adding support for nefarious marks
[irc/evilnet/x3.git] / ChangeLog
index 825bf1b20faeb44d0a47d83af3d228b190569ba8..19b2e81022e06a4aa64e6b0c71fc87c13a8885dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,71 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-12-12  Alex Schumann   <rubin@afternet.org>
+
+       * configure.in: making google core lib optional
+
+       * configure: regenerated
+
+       * src/proto-p10.c: added support for sending nefarious marks
+
+       * src/proto.h: prototype for irc_mark
+
+       * src/opserv.help: documented new mark support. Also documented the
+       svsjoin and svspart commands as they were missing.
+
+       * src/hash.h: added MARKLEN define
+
+       * src/opserv.c: added mark command as well as mark support in trace
+       and addalert.
+       
+2006-12-12  Neil Spierling  <sirvulcan@gmail.com>
+
+       * configure: Regenerated.
+
+       * configure.in: Add support for google core dumper. Plus updated
+       tre to 0.7.5.
+
+       * Makefile.in: Regenerated.
+
+       * rx/Makefile.in: Regenerated.
+
+       * src/config.h.in: Regenerated.
+
+       * src/Makefile.in: Regenerated.
+
+       * tools/core_install.sh: Just like tre_install.sh. This installs
+       the core dumper.
+
+       * tools/coredumper.tar.gz: Google core dumper 0.2.
+       http://sourceforge.net/projects/goog-coredumper/
+
+       * tools/tre_install.sh: Updated version to 0.7.5
+
+       * tools/tre.tar.gz: Updated tre to 0.7.5.
+
+2006-12-10  Alex Schumann   <rubin@afternet.org>
+
+       * src/opserv.c: fix debug message left at wrong level ("checking
+       reroute()")
+
 2006-12-09  Alex Schumann   <rubin@afternet.org>
 
        * src/opserv.c: bugfixes to autorouting timer code
+       improved stats routing to clean up & take an argument
 
        * src/opserv.h: bugfixes to autorouting timer code
 
+       * src/opserv.help: document new stats routing syntax
+
        * src/timeq.c: added some usefull (commented out) debugging code for
        figuring out timer problems.
 
        * src/timerq.h: added some usefull (commented out) debugging code for
        figuring out timer problems.
 
+       * src/proto-p10.c: cleanup/improve eob autorouting init
+
 2006-12-08  Alex Schumann   <rubin@afternet.org>
 
        * src/opserv.c: Moving some version reply housekeeping to proto-p10.c