X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b6599cc2977db6bff1613aac9533d7a7646be3dd..827ecd60750447e47f4ca84bad4018f94e2c4029:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 392ffe0..fd19b2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,22 @@ /*********************************************************************** X3 ChangeLog +2006-07-11 Alex Schumann + + * src/modcmd.c: if pubcmd is set higher than your level, only respond + with the denied msg if the command was actually found. this closes bug + number 1509382. + +2006-07-10 Alex Schumann + + * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a + non-logged-in user (null pointer) + +2006-07-09 Alex Schumann + + * src/nickserv.c: fixed bug where unignores were getting sent to the + user multiple times, instead of to each online nick once. + 2006-07-09 Alex Schumann * src/nickserv.c: Fixes for addignore/delignore corruption +missed a