From: Michael Poole Date: Mon, 23 Jan 2012 12:43:29 +0000 (-0500) Subject: Add missing ChangeLog entries for last two commits. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=29a8ddb8ef24a23c7aa8d31b90474a6ec536e4cc Add missing ChangeLog entries for last two commits. --- diff --git a/ChangeLog b/ChangeLog index edc2416..478d9e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2011-01-19 Michael Poole + + * doc/readme.iauth: Document the new 'd' IAuth command. + + * ircd/s_auth.c (AuthRequestFlag): Add "soft done" flag. + (auth_ping_timeout): Do not impose Authorization Timeout on + clients with the "soft done" flag set. + (iauth_cmd_soft_done): New IAuth command handler. + (iauth_parse): Call it. + +2011-01-19 Michael Poole + + * ircd/s_auth.c (start_auth): Call start_dns_query() and + start_auth_query() after start_iauth_query() rather than + before. + 2011-08-17 Kevin L. Mitchell * include/client.h: Fix minor issue in IsLocOp() test