X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ad115a74b03f9651613d5bf9cef53179d848e41f..206e819e4f18bdee55fa20fc2f9d9761b78ec23e:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index 2e88567..4d02af4 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,6 +1,69 @@ /*********************************************************************** X3 ChangeLog +2006-03-20 Alex Schumann + + * src/chanserv.c: core fix; check if theres a handle_info before looking + at style... + + * src/helpfile.c: core fix; check if theres a handle_info before looking + at style... + +2006-03-17 Alex Schumann + + * src/chanserv.c: more clean style changes + +2006-03-17 Alex Schumann + + * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg + and dhp1080 made me do it) Needs lots of work to remove ---- + headers for 'clean' setting. + + * src/helpfile.c: Added nickserv 'style' stetting back. + + * src/nickserv.help: Added help for set style. + + * src/mod-helpserv.c: make style affect table outputs. + + * src/nickserv.c: Added nickserv 'style' setting back. + + * src/nickserv.h: Added nickserve 'style' setting back. + +2006-03-17 Alex Schumann + + * src/proto-p10.c: Added conf setting for extended_accounts for + backward compatability with stock undernet ircd. + + * x3.conf.example: Added conf setting for extended_accounts for + backward compatability with stock undernet ircd. + +2006-03-06 Alex Schumann + + * src/opserv.help: Added missing trace criteria to help, + and fixed up a few other bits of help around that topic. + +2006-01-16 Alex Schumann + + * src/tools.c: created an email valididty function + + * src/nickserv.c: check valididty of email better + + * src/sendmail.c: check validity of email better + +2006-01-06 Alex Schumann + + * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased + to a different bot, eg chanserv, and to reply from the correct nickname. + also a bunch of whitespace changes + + * src/nickserv.c: begin work on making nickserv commands bind without + responding from the wrong nick. also a bunch of whitespace changes + + * src/hash.h: whitespace + + * src/opserv.help: improved QUERY helpfile. (though command itself still + has bugs) + 2005-12-14 Alex Schumann * src/chanserv.help: added set bantimeout help