Forward port account timestamp feature from 2.10.11.
[ircu2.10.12-pk.git] / ChangeLog
index 6086aed9e9f825c215d8dda9e7d28057b0d7b739..6e209def4bee96bfe139552f4cb2c17bd6d61bff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-05-14  Kevin L Mitchell  <klmitch@mit.edu>
+
+       * ircd/s_user.c: process account creation timestamp if present in
+       user mode portion of a N protocol message; add account creation
+       timestamp to outgoing N protocol messages if that timestamp is
+       non-zero
+
+       * ircd/m_account.c: process account creation timestamp if present
+       in AC protocol message
+
+       * include/struct.h: add account creation timestamp
+
 2004-05-16  Michael Poole <mdpoole@troilus.org>
 
        * doc/example.conf: Document operator privilege settings.