X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ChangeLog;h=d74896cc54bd8961848c904ca884e8df8621ed76;hp=ec137672d9f7482555adfc6b8acff8277f2ed2eb;hb=7013ebce8f2bc856983cc97a188376b72e7cd89c;hpb=b41bd506a1da169102d71d8170e753b94377b82c diff --git a/ChangeLog b/ChangeLog index ec13767..d74896c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-02-08 Michael Poole + + * include/numeric.h (ERR_INVALIDKEY): Define new numeric. + + * ircd/s_err.c (ERR_INVALIDKEY): Give it a text string. + + * ircd/channel.c (is_clean_key): Rename from clean_key(), and make + this function responsible for sending error messages to the client + when necessary. + (mode_parse_key): Update to match the new is_clean_key() behavior. + (mode_parse_upass): Likewise. + (mode_parse_apass): Likewise. + + * tests/channel-keys.cmd: New file for regression testing. + 2009-02-08 Michael Poole * include/gline.h (gline_forward_deactivation): Undeclare.