Avoid unwanted races for mode handling during burst processing.
[ircu2.10.12-pk.git] / ChangeLog
index 277698ba2170aa4b0d1309cb2a878d06bb823472..fbcc65089c2f9553626a5cbb082ba05360e28334 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-06-18  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/channel.c (modebuf_flush_int): Fix typo about changing
+       oplevels.  Send correct channel TS for modes to other servers.
+       (mode_parse): Accept timestamps on modes from users on other
+       servers.  If the received timestamp is too large, handle that.
+
+       * ircd/m_create.c (ms_create): Mention the CREATE-during-burst
+       case and handle it.
+
+       * ircd/m_mode.c (ms_mode): Put back HACK(3) when oplevels are off.
+
 2006-03-14  Wouter Coekarts <wouter@coekaerts.be>
 
        * ircd/s_err.c (RPL_STATSILINE): Add two %s to the first field.