X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b5885247ec7c40fb834281bb979cc5d07629edb3..c82735893e91d97cbb512a1a0ed68d320aa24ca7:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index 92faaf1..3d5c5fc 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,11 +1,29 @@ /*********************************************************************** 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 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