]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
http://sourceforge.net/tracker/index.php?func=detail&aid=1174897&group_id=4905&atid...
[irc/evilnet/x3.git] / ChangeLog.X3
index 27cce5c1fd696f6284e94de9d4c81c787e5fc5be..e75775a016eaa6b5d5aaa6a305366c08e9f583e5 100644 (file)
@@ -1,10 +1,48 @@
 /***********************************************************************
  X3 ChangeLog
 
+2005-08-12  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Modified resync to work accourding to automode
+       setting, and fixed a buffer overflow problem.
+
+       * src/chanserv.help: updated set automode and rsync help.
+
+       * src/nickserv.h: Added an autohide setting to nickserv/authserv that
+       sets +x on AUTH.
+
+       * src/nickserv.c: Added an autohide setting to nickserv/authserv that
+       sets +x on AUTH.
+
+2005-08-12  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
+       of 'voice' setting.  + Rewording setting help
+
+       * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
+       of 'voice' setting.
+
+       * src/chanserv.help: Added help for automode. + Rewording setting help
+
+2005-08-11  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
+
+       * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
+
+       * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
+
+       * src/nickserv.c: Added option to have authserv oper/admin people with
+       opserv access. (Life4Christ)
+
+       * src/opserv.c: Added admin_level config option
+       
+       * src/opserv.h: Added admin_level config option
+
 2005-08-11  Alex Schumann  <rubin@afternet.org>
 
        * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
-       command) when nef* bug sends the +o twice.
+       command) when nef* bug sends the +o twice. ++fix bug in patch
 
 2005-08-09  Alex Schumann  <rubin@afternet.org>