]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
changed addban to addlamer, added rebindall command
[irc/evilnet/x3.git] / ChangeLog.X3
index ad01b449e9f0231496645e0d803aa19819e4cfc2..3d5c5fc4a168f12ccc20d1813341b475b8f02944 100644 (file)
@@ -1,6 +1,23 @@
 /***********************************************************************
  X3 ChangeLog
 
+2005-05-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: added a 'rebindall' command to assist with
+       upgrades and changes which change command bindings.
+
+       * src/modcmd.help: modified help to reflect above
+
+       * src/opserv.help: modified help to reflect above
+
+       * src/chanserv.c: changed addban, addtimedban, delban, bans etc
+       to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
+       between channel bans (+b) and x3 remembered bans (lamers)
+
+       * src/chanserv.help: modified help to reflect above
+
+       * UPGRADE: added use of rebindall to upgrade instructions
+
 2005-05-04  Alex Schumann  <rubin@afternet.org>
 
        * src/chanserv.c: added an 'adduser pending' feature, where if
@@ -14,7 +31,9 @@
 
        * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
 
-       * src/nickserv.c: adduser pending cleanup and activation code
+       * src/nickserv.c: adduser pending cleanup and activation code,
+                         Arch sync (Avoid losing channel information when
+                         replacing an account using the mergedb command.)
 
        * src/proto-p10.c: adduser pending cleanup code