]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
Updated ChanServ.staff, ChanServ.ircops and ChanServ.helpers to hide users with user...
[irc/evilnet/x3.git] / ChangeLog
index f41fe8585de8719cbec73698c8a0fb9e847a167d..177155ad6e9cf28f0a58acc24e3e7c4b6f28f960 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,194 @@
 /***********************************************************************
 X3 ChangeLog
 
+2010-09-17  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Updated ChanServ.staff, ChanServ.ircops and
+       ChanServ.helpers to hide users with user mode +H (hide oper).
+
+2010-09-08  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Replaced some horrible code for formatting a
+       channel mode string and fix for a bug where chan mode +A was
+       being ignored.
+
+2010-08-29  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Changed wheel of misfortune nick change pseudo
+       user to use a hard coded host name to prevent accidentally giving
+       out a users real host.
+
+2010-08-19  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu
+       distributions.
+
+2010-07-31  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-common.c: Added hg revision information to VERSION
+       reply to match version strings everywhere else.
+
+2010-07-30  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/Makefile.in: Added version.c generation at compile time
+
+       * src/modcmd.c: Updated to use cvs_version from version.c
+
+       * src/version.c.SH: Added version.c.SH to generate version.c
+
+       * src/version.h: Added version.h
+
+2010-07-07  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/hash.h: Added support for user modes +D, +R, +W, +H, +L
+       and +q.
+
+       * src/opserv.c: Added support for user modes +D, +R, +W, +H, +L
+       and +q.
+
+       * src/proto-p10.c: Added support for user modes +D, +R, +W, +H,
+       +L and +q.
+
+2010-07-07  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/hash.h: Added support for user modes +z and +a and fixed
+       some comments.
+
+       * src/opserv.c: Added support for user modes +z and +a and
+       added support to TRACE/ADDALERT CHECKRESTRICTIONS criteria for
+       channel mode +a and +Z.
+
+       * src/proto-p10.c: Added support for user modes +z and +a.
+
+2010-07-07  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS
+       criteria for channel mode +O and +r.
+
+2010-07-03  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET.
+
+2010-06-06  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Fix for crash on BURST (B) message for a channel
+       with +L, at least one ban or except, and no users.
+
+2010-05-21  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/modcmd.c: Added support for fall back replacements in
+       command bindings. For example if you specify $1n instead of $1,
+       then the users nick will be used if param 1 is not supplied.
+
+2010-05-14  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/nickserv.c: Fix for NickServ NICKINFO using the wrong
+       lastseen timestamp.
+
+2010-05-13  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * src/proto-p10.c: Fixed support for channel mode +a (Admins only).
+
+2010-05-12  Matthew Beeching  <jobe@mdbnet.co.uk>
+
+       * tools/db.php: Rewrote parser function as a class and faster
+       parsing.
+
+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.