]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
Improved usability of the REGISTER command, in preperation to make it usable by users
[irc/evilnet/x3.git] / ChangeLog.X3
index 1c5df12c3c2280a49fd6f758cca46b6881890e9f..812a8b132e3c20c8d3a2260bdf342024a8edd4fe 100644 (file)
@@ -1,13 +1,47 @@
 /***********************************************************************
  X3 ChangeLog
 
+2005-05-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Improved usability of register command
+
+       * src/chanserv.help: Improved usability of register command
+
+2005-05-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Resync working now
+
+2005-05-27  Reed Loden  <reed@reedloden.com>
+
+       * src/chanserv.c: Fixed an incorrectly named message. Fixed some
+       grammar issues in the message send to pending users. Fixed a
+       problem with some of the resync code.
+
+2005-05-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: make pending add check if the person is already on
+       the userlist before re-adding them (thx exec & reed for noticing this)
+       Fix capitalisation of I in pending notice.
+
+2005-05-18  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
+       working, and pointed me to the opserv helpfiles command, which shows
+       what services search what help files.  This fixes the help command to
+       search that list as it should. Still need to modify the 'default'
+       helpfile search bindigs because I dont think chanserv should respond
+       to help from opserv's db, etc.  See opserv's 'helpfiles' command.
+
+       * src/modcmd.help: clarified 'helpfiles' help.
+
 2005-05-18  Alex Schumann  <rubin@afternet.org>
 
        * src/helpfile.c: make send_help() return true/false and not send
        errors so svccmd_send_help can 'take control' of things.
 
        * src/modcmd.c: Fixed up the help system (again) / find aliased
-       commands help if none exists.
+       commands help if none exists. / Display no help for that command on
+       commands (instead of topic)
 
        * src/modcmd.h: Fixed up the help system (again)