X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a74c9eac40690a5b4d02e3a68ae405cfb8bb041e..5a6d6ae5ecb5189c7090378f14266477dd96e2c8:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index 8dddcca..d422d6e 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,10 +1,49 @@ /*********************************************************************** X3 ChangeLog +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 + +2005-11-08 Alex Schumann + + * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER + aliases properly. + + * src/modcmd.help: Added note about escaping spaces to modcmd help. + + * src/nickserv.help: Improved help files + + * src/chanserv.help: Improved help files + 2005-10-13 Alex Schumann * src/proto-p10.c: ignore remote /lusers +2005-09-13 Alex Schumann + + * src/global.c: Changed motd header style + + * src/nickserv.help: Improved directions for getting and using + accounts. + + * src/chanserv.help: Improved directions for getting and using + accounts. + 2005-08-13 Alex Schumann * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored