]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
Handle a bug in nef* with double +o modes on remote opers
[irc/evilnet/x3.git] / ChangeLog.X3
index a7b789014ecb700f0cfbb63e3ba293747284d7f0..27cce5c1fd696f6284e94de9d4c81c787e5fc5be 100644 (file)
@@ -1,6 +1,95 @@
 /***********************************************************************
  X3 ChangeLog
 
+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.
+
+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
+       and layout. Added vim directive to set syntax type.
+
+       * src/chanserv.c: ported x2's 8ball in, and improved it.
+
+       * src/math.c: Added osiris' hack to do_math for supporting
+       2(10)  and 2pi etc. Improved it to handle pi2 also.
+
+       * src/chanserv.help: updated 8ball help and added 'myaccess' to
+       information help index.
+
+2005-07-18  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: added +L awareness
+
+       * src/hash.h: added +L awareness
+
+       * src/chanserv.help: changed set ctcpreaction help
+
+2005-07-18  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/modcmd.h: Lets make some functions global.
+
+       * src/modcmd.c: Log hostmasks no matter what.
+
+       * src/log.c: Lookup commands if they are from OpServ in the log.
+       If they match channel specific commands like OP, DEOP, etc then
+       we will display them in a LAST command (assuming the person doing
+       the LAST is an oper). Normal clients wont see commands that have
+       been performed by OpServ.
+
+2005-07-15  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Changed around ctcpreaction setting so it:
+           a) doesnt crash.
+           b) doesnt kick userlist members ever
+           c) has only 1 setting needed to control it
+       * src/chanserv.h: removed some old oplevel stuff.
+
+2005-07-14  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
+       remove errors from log. Fixed problem with missing break; in
+       channel mode c parsing (reed).
+
+       * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
+
+       * src/log.c: Changed channel log target to send PRIVMSG instead of
+       NOTICE. (Ghozer)
+
 2005-05-07  Neil Spierling  <sirvulcan@gmail.com>
 
        * configure: Regenerated.