Author: net <simms@LUCIDA.QC.CA>
[ircu2.10.12-pk.git] / ChangeLog
index 69883349f904962351451a6886ea00410a423ec7..94cc930efa95444e16c0e2e9033a6e518b43f2de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2000-10-30  net <simms@lucida.qc.ca>
+       
+       * ircd/gline.c: Fixed various bugs Isomer left behind.
+
+2000-10-26  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/m_join.c (m_join): reply on attempt to join a BADCHANed
+       channel is now ERR_BANNEDFROMCHAN instead of ERR_BADCHANNAME
+
+2000-10-24  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/channel.c: ok, now last mode rules; mode +ps will always
+       result in +s (and won't send a mode if the channel is already +s);
+       mode +sp will always result in +p; -n+n on a +n channel results in
+       no mode change; -n+n on a -n channel results in a +n mode change;
+       etc.
+
 2000-10-23  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/channel.c: add "add" and "del" elements to ParseState to