]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
changed addban to addlamer, added rebindall command
[irc/evilnet/x3.git] / ChangeLog.X3
index 92faaf18581d572d7606f0854302317cf88a81ce..3d5c5fc4a168f12ccc20d1813341b475b8f02944 100644 (file)
@@ -1,11 +1,29 @@
 /***********************************************************************
  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
        someone isn't authed x3 will ask them to /auth or register, and then
        automatically finish adding them to the channel when they do.
+       Fixed email bug with adduser pending
 
        * src/chanserv.h: adduser pending
 
@@ -13,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