]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
Fixed a typo in ROUTING EXAMPLE
[irc/evilnet/x3.git] / ChangeLog
index e1a288459ad2e4099d57f097b03476bd1db9703b..bfbf5e57fd6cd06538138ba9a8ef3846cd1d9f45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,186 @@
 /***********************************************************************
 X3 ChangeLog
 
+2009-08-20  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.help: Fixed a typo in ROUTING EXAMPLE
+
+2009-08-17  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added NSMSG_RECLAIM_HOWTO describing how to
+       AUTH when warned that the nick being used is registered
+
+2009-08-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto.h: Added declaration fo irc_privmsg_user
+
+       * src/opserv.c: Added privmsg and notice trace actions
+
+       * src/opserv.help: Added privmsg and notice trace actions
+
+2009-08-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: ignore SPAMFILTER messages
+
+2009-08-11  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * Srvx sync. Author: Michael Poole.
+
+       * configure.in: (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value
+       (specifically, 1).
+       (HAVE_STRUCT_ADDRINFO): Likewise.
+
+       * src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because
+       that can make kevent() return -1/ENOENT.
+       (ioset_kevent_update): We need to try to EV_DELETE here instead.
+       (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR.
+
+       * src/Makefile.am (EXTRA_x3_SOURCES): Include mod-blacklist.c.
+
+       * src/sar.c (ipv4_pton): Set the sockaddr length field when it exists.
+       (ipv6_pton): Likewise.
+
+2009-08-11  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-common.c: Fix to allow trigger (in channel) commands
+       to work in unregistered channels
+
+2009-07-30  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/sar.c: Fix for typo in previous commit
+
+2009-07-30  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/sar.c: Commented out an warning message.
+
+2009-07-29  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Fix for minor auth bug
+
+2009-07-23  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.help: Minor spelling correction
+
+2009-07-18  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Fix for NickServ AUTH bug with only password
+       being supplied
+
+2009-07-16  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Added support for NickServ with LDAP enabled
+
+2009-07-15  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Crash fix with the spin command for hosts with
+       a long length.
+
+2009-07-05  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Fix for crash on ChanServ.UNSUSPEND
+
+2009-06-27  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/modcmd.c: Fix for bug #2813183
+
+2009-06-20  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Removed lastmod from gline and shun. (from the
+       srvx merge)
+
+       * src/gline.c: Removed lastmod from gline and shun. (from the srvx 
+       merge)
+
+       * src/gline.h: Removed lastmod from gline and shun. (from the srvx
+       merge)
+
+       * src/mod-blacklist.c: Removed lastmod from gline and shun. (from
+       the srvx merge)
+
+       * src/mod-sockcheck.c: Removed lastmod from gline and shun. (from
+       the srvx merge)
+
+       * src/opserv.c: Removed lastmod from gline and shun. (from the srvx 
+       erge)
+
+       * src/proto-p10.c: Removed lastmod from gline and shun. (from the srvx
+       merge)
+
+       * src/shun.c: Removed lastmod from gline and shun. (from the srvx merge)
+
+       * src/shun.h: Removed lastmod from gline and shun. (from the srvx merge)
+
+       * src/spamserv.c: Removed lastmod from gline and shun. (from the srvx
+       merge)
+
+2009-06-05  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/proto-p10.c: Bug fix for SF Bug #2801434.
+
+2009-06-02  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/hash.h: Updated client PRIVS.
+
+       * src/proto-p10.c: Updated client PRIVS.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Re done the extended channel ban code so that it works
+       like the ircd code.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Return -1 with invalid extended bans.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Tweak the ban functions to allow invalid bans to
+       be picked up.
+
+       * src/tools.c: Return -1 with invalid extended bans.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Updated user_matches_glob.
+
+       * src/common.h: Updated user_matches_glob.
+
+       * src/mod-memoserv.c: Updated user_matches_glob.
+
+       * src/nickserv.c: Updated user_matches_glob.
+
+       * src/opserv.c Updated user_matches_glob.
+
+       * src/tools.c: Added support for shared channel bans (j). As well as
+       quiet bans. Although these are handled ircd side.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Extended channel ban support. As well as text and
+       nick change bans, however these 2 are just ignored as they are
+       handled ircd side.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/tools.c: Extended account ban support.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Basic extended ban support.
+
+       * src/tools.c: Basic extended ban support.
+
+2009-06-01  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/chanserv.c: Fixed up SF bug #2799155.
+
+       * src/modcmd.c: Fixed up an issue where missing args was coming up
+       when it shouldnt.
+
+2009-05-31  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * GPL 3 and svn propset updates.
+
 2009-05-31  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
 
        * src/main.c: Added spamserv.h #include.