]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
Oops, compile error. dont know how this got past me
[irc/evilnet/x3.git] / ChangeLog.X3
index ab8b00cc032d16648e1702bb762fdcb11edd8e1a..4d02af44a5874cb2f84c327f71c38005006d367b 100644 (file)
@@ -1,6 +1,182 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-03-20  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: core fix; check if theres a handle_info before looking
+       at style...
+
+       * src/helpfile.c: core fix; check if theres a handle_info before looking
+       at style...
+
+2006-03-17  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: more clean style changes
+
+2006-03-17  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
+       and dhp1080 made me do it)  Needs lots of work to remove ---- 
+       headers for 'clean' setting.
+
+       * src/helpfile.c: Added nickserv 'style' stetting back.
+
+       * src/nickserv.help: Added help for set style.
+
+       * src/mod-helpserv.c: make style affect table outputs.
+
+       * src/nickserv.c: Added nickserv 'style' setting back.
+
+       * src/nickserv.h: Added nickserve 'style' setting back.
+
+2006-03-17  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: Added conf setting for extended_accounts for
+       backward compatability with stock undernet ircd.
+
+       * x3.conf.example: Added conf setting for extended_accounts for
+           backward compatability with stock undernet ircd.
+
+2006-03-06  Alex Schumann  <rubin@afternet.org>
+       
+       * src/opserv.help: Added missing trace criteria to help, 
+       and fixed up a few other bits of help around that topic.
+
+2006-01-16  Alex Schumann  <rubin@afternet.org>
+
+       * src/tools.c: created an email valididty function
+
+       * src/nickserv.c: check valididty of email better
+
+       * src/sendmail.c: check validity of email better
+
+2006-01-06  Alex Schumann  <rubin@afternet.org>
+
+       * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
+       to a different bot, eg chanserv, and to reply from the correct nickname.
+       also a bunch of whitespace changes
+
+       * src/nickserv.c: begin work on making nickserv commands bind without
+       responding from the wrong nick. also a bunch of whitespace changes
+
+       * src/hash.h: whitespace
+
+    * src/opserv.help: improved QUERY helpfile. (though command itself still
+       has bugs)
+
+2005-12-14  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.help: added set bantimeout help
+
+2005-11-08  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
+       aliases properly.
+
+       * src/modcmd.help: Added note about escaping spaces to modcmd help.
+
+       * src/nickserv.help: Improved help files
+
+       * src/chanserv.help: Improved help files
+
+2005-10-13  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: ignore remote /lusers
+
+2005-09-13  Alex Schumann <rubin@afternet.org>
+
+       * src/global.c: Changed motd header style
+
+       * src/nickserv.help: Improved directions for getting and using
+       accounts.
+
+       * src/chanserv.help: Improved directions for getting and using
+       accounts.
+
+2005-08-13  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
+       some *@* protection.
+
+       * src/tools.c: added function to detect an overmask (too general)
+
+       * src/common.h: added function to detect an overmask (too general)
+
+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. ++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