Add missing }; in example Kill block (spotted by `Beee).
[ircu2.10.12-pk.git] / ChangeLog
index 71a6d739d492d1e83d4052f7c95090e042f3b79d..8fcb69a5ddf1ce1e60f09d756cbaa1c886ac529e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2005-04-22  Michael Poole <mdpoole@troilus.org>
+
+       * RELEASE.NOTES: Silence exceptions use ~, not -.  Oops!
+
+       * doc/example.conf: Fix typo in example Kill block.
+
+       * ircd/channel.c (mode_parse_ban): Use correct test for flag_p.
+
+       * ircd/m_silence.c (apply_silence): Make mask pretty so that later
+       processing does not convert * to @ (and match no one).
+
+2005-04-21  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/m_userip.c (userip_formatter): /userip should *never*
+       report the user's real IP unless its answering the user
+       him/herself
+
+       * ircd/m_userhost.c (userhost_formatter): /userhost should *never*
+       report the user's real host unless its answering the user
+       him/herself
+
 2005-04-20  Michael Poole <mdpoole@troilus.org>
 
        * ircd/ircd.c (parse_command_line): Update usage text.