]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
Minor typo in previous commit where returning 0 when it should have been 1 from opser...
[irc/evilnet/x3.git] / ChangeLog
index 4eb0be6461b5a971ad5046992599b59375821e2b..6f0ff8d261072570bd42e25ed743616aac119c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,239 @@
 /***********************************************************************
 X3 ChangeLog
 
-2009-11-24  Henrik Stuart <evilnet@hstuart.dk>
+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.
+
+2009-12-09  Henrik Stuart  <evilnet@hstuart.dk>
+
+       src/mod-python.c: add support for log_register_type.
+
+2009-12-09  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       src/nickserv.c: Shuffle the auto oper functions around to fix a
+       desync issue.
+
+       src/proto-p10.c: Ignore PRIV_NONE within the first 5 seconds of
+       a client's connection. Temp fix for now.
+
+2009-12-06  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Removed seemingly unnecessary "cannot invite"
+       warning from chan_opt_automode.
+
+2009-12-02  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added merging SSL fingerprint lists during
+       account merging.
+
+2009-12-01  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.c: Added ADDALERT reactions noticeuser and msguser
+       to go with trace reactions notice and privmsg.
+
+2009-11-29  Matthew Beeching  <jobe@mdbnmet.co.uk>
+
+       * src/nickserv.c: Rewrote parts of loc_auth() to get it working
+       the same as cmd_auth() with regards to SSL fingerprint support.
+
+2009-11-29  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/nickserv.c: Small tweak.
+
+2009-11-29  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
+
+2009-11-29  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+       * src/nickserv.c: Added SSL fingerprint support to LOC.
+
+       * src/nickserv.h: Added sslfp to loc_auth.
+
+       * src/proto-p10.c: Added support for the new S loc auth type.
+
+2008-11-28  Matthew Beeching  <jobe@mdbnmet.co.uk>
+
+       * src/nickserv.help: Added help for ADDSSLFP, DELSSLFP, OADDSSLFP
+       and ODELSSLFP
+
+       * src/nickserv.c: Added support for SSL fingerprint authentication.
+
+       * src/nickserv.h: Added support for SSL fingerprint authentication.
+
+2009-11-28  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/mod-memoserv.c: Fix for bug where MemoServ is created as a
+       local bot but not registered as a service on first startup.
+
+2009-11-26  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Fixed a missing ',' in cmd_myaccess output.
+
+2009-11-26  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/common.h src/main-common.c: add extra parameter to reg_exit_func and
+       exit_func_t.
+
+       * src/proto-p10.c src/mod-qserver.c src/chanserv.c src/mod-snoop.c
+       src/hash.c src/helpfile.c src/gline.c src/global.c src/mod-helpserv.c
+       src/opserv.c src/timeq.c src/saxdb.c src/modcmd.c src/saxdb.h
+       src/mod-sockcheck.c src/shun.c src/mod-python.c src/spamserv.c
+       src/mail-common.c src/mod-memoserv.c src/mod-track.c src/log.c src/ioset.c
+       src/nickserv.c src/main.c src/sar.c: collateral evolution fixes due to
+       exit_func change.
+
+2009-11-26  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/proto-common.c: fix typo in malloc variable name.
+
+2009-11-26  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/modcmd.h src/modcmd.c: add extra parameter to reg_svccmd_unbind_func
+       and svccmd_unbind_func_t.
+
+       * src/chanserv.c: collateral evolution fixes due to svccmd_unbind_func
+       change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/proto.h src/proto-common.c: add extra parameter to
+       reg_mode_change_func and mode_change_func_t.
+
+       * src/chanserv.c: collateral evolution fixes due to mode_change_func
+       change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/nickserv.h src/nickserv.c: add extra parameter to reg_unreg_func and
+       unreg_func_t.
+
+       * src/chanserv.c src/mod-helpserv.c src/mod-memoserv.c: collateral
+       evolution fixes due to unreg_func change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/nickserv.h src/nickserv.c: add extra parameter to reg_auth_func and
+       auth_func_t.
+
+       * src/chanserv.c src/mod-snoop.c src/global.c src/mod-helpserv.c
+       src/opserv.c src/mod-memoserv.c src/mod-track.c: collateral evolution
+       fixes due to auth_func change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/nickserv.h src/proto-common.c: add extra parameter to
+       reg_user_mode_func and user_mode_func_t.
+
+       * src/mod-snoop.c src/mod-track.c: collateral evolution fixes due to
+       user_mode_func change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/nickserv.h src/proto-common.c: add extra parameter to
+       reg_channel_mode_func and channel_mode_func_t.
+
+       * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
+       fixes due to channel_mode_func change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/hash.c src/hash.h: add extra parameter to reg_kick_func and
+       kick_func_t.
+
+       * src/chanserv.c src/mod-snoop.c src/mod-track.c: collateral evolution
+       fixes due to kick_func change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
+
+       * src/hash.c src/hash.h: add extra parameter to reg_part_func,
+       unreg_part_func, and part_func_t.
+
+       * src/chanserv.c src/mod-snoop.c src/mod-helpserv.c src/spamserv.c
+       src/mod-track.c: collateral evolution fixes due to part_func change.
+
+2009-11-24  Henrik Stuart  <evilnet@hstuart.dk>
 
        * src/hash.c src/hash.h: add extra parameter to reg_del_channel_func and
        del_channel_func_t.