Send "modifying global" messages to SNO_AUTO when appropriate.
[ircu2.10.12-pk.git] / ChangeLog
index ac780e3f8ceb85f9423f3d1cbeca6fa12fc727f7..ff001296c50f5d03e3768c2178eaaac84c609154 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2011-01-23  Michael Poole <mdpoole@troilus.org>
+
+       * 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 <mdpoole@troilus.org>
+
+       * 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 <mdpoole@troilus.org>
+
+       * 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 <klmitch@mit.edu>
+
+       * include/client.h: Fix minor issue in IsLocOp() test
+
+       * include/patchlevel.h (PATCHLEVEL): bump patchlevel to 14
+
+2011-05-15  Michael Poole  <mdpoole@troilus.org>
+
+       * 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  <klmitch@mit.edu>
+
+       * include/patchlevel.h (PATCHLEVEL): bump patchlevel from -rc2 to
+       actual 13
+
+       * ircd/ircd_features.c: bump MAXBANS from 45 to 50, and MAXSILES
+       from 15 to 25
+
+2010-03-28  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/gline.c: Replace CurrentTime with TStime(), and remove the
+       uses of TSoffset, so that all G-line-related times are assumed to
+       be in network time.
+
+       * ircd/m_gline.c: Likewise.
+
+2010-03-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_server.c (enum lh_type): New type.
+       (check_loop_and_lh): Use the enum instead of magic integers.
+       Make the error message a little clearer when neither "hub" nor
+       "maxhops" is specified for a server.  Clean up the control flow
+       when we decide to reject the link.
+
 2010-03-08  Michael Poole <mdpoole@troilus.org>
 
        * ircd/test/ircd_match_t.c (_SC_PAGE_SIZE): Default to