X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=ff001296c50f5d03e3768c2178eaaac84c609154;hb=27bbf399c2c4e7e5f3ae281a786b95cb9b1aa678;hp=604aacdadd645411a1f496a563807acf2199bb8a;hpb=0c7218df03ccb43d5e594e69eb03c250330283b5;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 604aacd..ff00129 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2011-01-23 Michael Poole + + * ircd/gline.c (gline_modify): Notify opers using SNO_AUTO rather + than SNO_GLINE if a G-line had, and still has, an AUTO prefix. + +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 + + * include/patchlevel.h (PATCHLEVEL): bump patchlevel to 14 + +2011-05-15 Michael Poole + + * ircd/s_auth.c (iauth_cmd_done_account): Do not copy the + account's creation timestamp into the account name. + 2010-07-05 Kevin L. Mitchell * include/patchlevel.h (PATCHLEVEL): bump patchlevel from -rc2 to