]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
Fix for a minor documentation error where $S was used instead of $N
[irc/evilnet/x3.git] / ChangeLog
index 78a3286e97437597a9e57f1c70e04f848afbdb35..917fc2fd9451ff70db549ec4112eb0b419aa45b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,45 @@
 /***********************************************************************
 X3 ChangeLog
 
+2010-02-05  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.help: Fix for a minor documentation error where $S
+       was used instead of $N.
+
+2010-01-14  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added support for LDAP auth registering initial
+       nick when nick registration is enabled.
+
+2010-01-09  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * Srvx sync. Author: Michael Poole.
+
+       * src/ioset.c (ioset_listen): Linux -- reasonably -- requires that
+       SO_REUSEADDR be set on a socket before binding it to an in-use socket.
+       So do that.
+
+       * src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
+       with C99's strict(er) aliasing rules.  Allocate off the stack or
+       heap, as appropriate.  Add new function sar_free_nameserver() to
+       clean up the heap-allocated data.
+
+2010-01-07  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: 8ball will now accept "what colour".
+
+2009-12-18  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * x3.conf.example: Added type 8 for Nefarious 1.3.0.
+
+       * src/proto-p10.c: Only use the old cloak.c code if type 7 is given.
+       If type 8 is given then the cloaked hosts are picked up during burst
+       (+cC)
+
+2009-12-17  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/log.c: Revert message type to 5.
+
 2009-12-17  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
 
        * src/mod-track.c: Fixed a crash with net rider kicks.