]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
adduser_pending feature added.
[irc/evilnet/x3.git] / ChangeLog.X3
index adbaf14dc53fde3ef25c1ab35bb5b9d678671f82..a8cab83b424bcc54557b1806689cfc17f167a5f9 100644 (file)
@@ -1,6 +1,82 @@
 /***********************************************************************
  X3 ChangeLog
 
+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.
+
+       * src/chanserv.h: adduser pending
+
+       * src/hash.c: adduser pending
+
+       * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
+
+       * src/nickserv.c: adduser pending cleanup and activation code
+
+       * src/proto-p10.c: adduser pending cleanup code 
+
+2005-05-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: changed uset noautoop to uset autoop (removed double
+       negitive). Added set voice to provide control over use of voice.
+       Implimented a basic chanserv db version control system for upgrading
+       seamlessly.
+
+       * src/chanserv.help: adjusted help to reflect voice and uset autoop
+       changes.
+
+       * src/hash.h: updated ssz comment from z to Z
+
+       * src/modcmd.help: rewrote BIND help
+
+       * src/proto-p10.c: Added Z (sslonly) support back in
+
+       * UPGRADE: created file to document upgrading procedures
+
+2005-04-23  Alex Schumann  <rubin@afternet.org>
+       * src/chanserv.c: removed settings: oplevel, halfoplevel, and
+       voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
+       topicmask to be an on or off setting, uninfluenced by enftopic. 
+       Added feature to use mask on /topic in addition to ,topic sets.
+       Removed special consideration for ircops in protect_user()
+
+       * src/chanserv.help: updated documentation to reflect the new and
+       much simpler topicmask feature, and removed op/voice levels.
+
+       * src/nickserv.c: added tailing 'end of' line for accountinfo
+       for non-opers too.
+
+       * src/modcmd.c: tweaked alias notification for help and breef help.
+
+2005-04-20  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-common.c: removing +d. needs to be a config option
+       or something.
+
+       * src/nickserv.help: modified main help reply of authserv
+
+       * src/nickserv.c: added title, epithet, and fakehost to oset listing
+
+       * src/modcmd.c: fixed up auto-help & alias command handling. Needs
+       totally redesigned though.
+
+2005-04-15  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
+       at the same time. The whole block needs to be if/else instead of
+       switch though, to be cleaner.
+
+       * src/nickserv.help: added fakehost and title options to  help oset.
+
+       * src/nickserv.c: removed 'style' setting. (was not being used in
+       code anyway)
+
+2005-04-04  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/proto-p10.c: Reinstated +d usermode.
+
 2005-03-30  Alex Schumann  <rubin@afternet.org>
 
        * src/chanserv.c: Fixed unban.