Fix SF#1701346 by taking weibe's suggestion action (making SETTIME consistent with...
[ircu2.10.12-pk.git] / ChangeLog
index f823fb14c64a91ef38c21c0b976da8a53f057242..5cecbbff2aa1fb895c93f20cb3340c71fb365149 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-05-20  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/parse.c (msgtab): Make SETTIME consistent with other
+       oper commands, in using m_not_oper for non-opered clients.
+
+2007-05-20  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd_parser.y (pseudoblock): Forbid pseudo commands that
+       are not all alphabetic characters.
+
+2007-05-20  Michael Poole <mdpoole@troilus.org>
+
+       * configure.in (maxcon): Check that maximum connections is
+       sufficiently large to avoid underflow in MAXCLIENTS.
+       
 2007-05-20  Michael Poole <mdpoole@troilus.org>
 
        * include/supported.h (FEATURES2): Remove extra space.