X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7da677be440cde06640657bc86da5837fa2e74a0..8b56c5ca739697747d783c5bacb294c5fd570c42:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 18ff2c6..177155a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,141 @@ /*********************************************************************** X3 ChangeLog +2010-09-17 Matthew Beeching + + * 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 + + * 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 + + * 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 + + * src/proto-p10.c: Changed TOK_PRIVS to "PR" to match current ircu + distributions. + +2010-07-31 Matthew Beeching + + * src/proto-common.c: Added hg revision information to VERSION + reply to match version strings everywhere else. + +2010-07-30 Matthew Beeching + + * 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 + + * 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 + + * 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 + + * src/opserv.c: Added support to TRACE/ADDALERT CHECKRESTRICTIONS + criteria for channel mode +O and +r. + +2010-07-03 Matthew Beeching + + * src/chanserv.c: Removed extra 'is' from CSMSG_SMURF_TARGET. + +2010-06-06 Matthew Beeching + + * 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 + + * 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 + + * src/nickserv.c: Fix for NickServ NICKINFO using the wrong + lastseen timestamp. + +2010-05-13 Matthew Beeching + + * src/proto-p10.c: Fixed support for channel mode +a (Admins only). + +2010-05-12 Matthew Beeching + + * tools/db.php: Rewrote parser function as a class and faster + parsing. + +2010-05-11 Matthew Beeching + + * 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 + + * src/nickserv.c: Added SET action for SEARCH. + + * src/nickserv.help: Added SET action for SEARCH. + +2010-05-06 Matthew Beeching + + * src/nickserv.c: Added NickServ search title criteria. + + * src/nickserv.help: Added NickServ search title criteria. + +2010-04-29 Matthew Beeching + + * 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 + + * src/opserv.c: Fix for possible bug in opserv_join_check(). + +2010-04-23 Matthew Beeching + + * src/log.c: Modified X3.last to only show host and ident to + opers. + +2010-03-15 Matthew Beeching + + * ChangeLog: Abusing to figure out mercurial a bit. + +2010-03-13 Matthew Beeching + + * src/hash.h: Changed HOSTLEN to match Nefarious. + 2010-03-03 Matthew Beeching * src/proto-p10.c: Fixed bug in P10 B64 IPv6 parsing where the