]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
This makes channels more flexable as far as what modes are applied to what users...
[irc/evilnet/x3.git] / ChangeLog.X3
index 516974a3294c9dd365721658883b9267f9301ce4..e5d5136c187e92cc6a8671e755eee556571edd1d 100644 (file)
@@ -1,11 +1,68 @@
 /***********************************************************************
  X3 ChangeLog
 
+2005-08-12  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
+       of 'voice' setting. 
+
+       * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
+       of 'voice' setting.
+
+       * src/chanserv.help: Added help for automode.
+
+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. ++fix bug in patch
+
+2005-08-09  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
+
+2005-08-08  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Added banTimeout feature to .set
+
+       * src/chanserv.h: added banTimeout feature to .set
+
+       * src/recdb.c: Added some better error catching in database_get_data()
+
+        * src/proto-common.h: tabs
+
+       * x3.conf.example: added bantimeout to default set list, and ban
+       timeout frequency config setting.
+
+2005-08-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Changed kick protected message to one without %s or
+       $b because the kick function doesnt support replacements.
+
+       * src/tools.c: fixed spelling error in comment.
+
 2005-07-28  Alex Schumann  <rubin@afternet.org>
 
        * src/chanserv.c: fixed crash bug in 8ball (required params was off by
        one)
 
+       * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
+       whining.
+
 2005-07-26  Alex Schumann  <rubin@afternet.org>
 
        * x3.conf.example: Updated from live afternet file and improved help