X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a03d6c7774071be6d38ad741b13f970d5fda4dc7..c82735893e91d97cbb512a1a0ed68d320aa24ca7:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index ad01b44..3d5c5fc 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,6 +1,23 @@ /*********************************************************************** X3 ChangeLog +2005-05-04 Alex Schumann + + * 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 * 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