X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ChangeLog;h=478d9e47443e7d2cc56c949b0ac0eb0239538039;hp=edc241637b025fccd20d656243e08abb680019a1;hb=29a8ddb8ef24a23c7aa8d31b90474a6ec536e4cc;hpb=8a0fce5ce44018405ec3aab7115f7b7028c90329 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