Fix client password checks when iauth is disabled.
[ircu2.10.12-pk.git] / ChangeLog
index 02ff6c2c495a4b73cf649c4e14e9b0552616a3e8..fc55856c0f5e9a9ca0f6eded760d22ae1b6c79a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-06  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (AuthRequestFlag): Add AR_PASSWORD_CHECKED.
+       (check_auth_finished): Move password check out of iauth-only part
+       and use AR_PASSWORD_CHECKED to make sure we only check it once.
+
 2006-04-28  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (AuthRequest): Clarify comment on 'timeout' field.