]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
Added nick expiration support (disabled by default)
[irc/evilnet/x3.git] / ChangeLog
index 67234408e36b728e74ece0750ce746809e83edf2..87b828e72e53beef993016d952af0d98dd6af4de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,107 @@
 /***********************************************************************
 X3 ChangeLog
 
+2010-05-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added nick expiration support.
+
+       * src/nickserv.h: Added nick expiration support.
+
+       * x3.conf.example: Added nick expiration support.
+
+2010-05-06  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added SET action for SEARCH.
+
+       * src/nickserv.help: Added SET action for SEARCH.
+
+2010-05-06  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added NickServ search title criteria.
+
+       * src/nickserv.help: Added NickServ search title criteria.
+
+2010-04-29  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.c: Minor typo in previous commit where returning 0
+       when it should have been 1 from opserv_join_check().
+
+2010-04-29  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.c: Fix for possible bug in opserv_join_check().
+
+2010-04-23  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/log.c: Modified X3.last to only show host and ident to
+       opers.
+
+2010-03-15  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * ChangeLog: Abusing to figure out mercurial a bit.
+
+2010-03-13  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/hash.h: Changed HOSTLEN to match Nefarious.
+
+2010-03-03  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the
+       entire IPv6 IP after the :: was ommited.
+
+2010-02-27  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Added message handlers for ZLINE and REMOVE
+       to ignore both messages
+
+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.
+
+2009-12-12  Alex Schumann  <rubin@afternet.org>
+
+       src/x3ldap.c: Fix crash bug with ldap adding users. Deal with some warnings.
+
+       src/x3ldap.h: Deal with some warnings.
+
 2009-12-09  Henrik Stuart  <evilnet@hstuart.dk>
 
        src/mod-python.c: add support for module_register.