]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
tired, see changelog lol
[irc/evilnet/x3.git] / ChangeLog
index ecf8e0a8800e31640dfe054aaefffd4876dfd7f9..5914b9754e442339a7706e3ba760eabc7f807081 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,166 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-10-10  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/spamserv.c: Ignore those with access (if the options are
+       disabled- scanchanops, scanhalfops, scanvoiced.
+
+2006-10-08  Alex Schumann   <rubin@afternet.org>
+
+       * src/chanserv.c: undid 9/16/06 change of 5 second delay before
+       autojoin. Not really a great solution. Instead, move auth_handler
+       funcs to be called after stamping etc. thx to Buttaknife for this
+       solution.
+
+       * src/nickserv.c: move auth_func calls to after stamping, and
+       commented up the cmd_auth source to make it more managable.
+
+2006-10-04  Alex Schumann   <rubin@afternet.org>
+
+       * src/chanserv.c: remove redundant 'none' from empty llists
+
+2006-10-04  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
+       over with odelcookie now.
+
+2006-10-04  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
+       in a channel and a user auths in the channel, the user will not
+       receive autoop etc if they have it enabled in uset.
+
+2006-10-03  Alex Schumann  <rubin@afternet.org>
+
+       * src/opserv.c: Check for connect timer entries before adding new
+       ones, hopefully will fix bug 1570408 (pLaYa, let us know)
+
+2006-09-25  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
+       by him.
+
+2006-09-16  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
+       happening before autohide. Let me know if its still happening before
+       autohide.
+
+       * src/chanserv.help: Updated the AUTOJOIN bit.
+
+2006-09-13  Alex Schumann   <rubin@afternet.org>
+
+       * src/chanserv.help: improved the help listing for the info command,
+       and information help category.
+
+2006-09-10  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/mod-memoserv.c: Fixed crash bug.
+
+       * src/spamserv.c: Ignore opers.
+
+2006-08-28  Neil Spierling  <sirvulcan@gmail.com>
+
+       * README: tweaks.
+
+2006-08-27  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.help: Tweaked a , to .
+
+2006-08-27  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/opserv.help: Removed privs menu so we can release a tarball.
+
+2006-08-25  Alex Schumann   <rubin@afternet.org>
+
+       * src/chanserv.c: fix uset reply for halfops
+
+       * src/nickserv.help: document the 'b' account flag
+
+2006-08-26  Neil Spierling  <sirvulcan@gmail.com>
+
+       * x3.conf.example: Added hidden host style option and key options
+       for style 2.
+
+       * src/hosthiding.h: Remove KEY #defines.
+
+       * src/hosthiding.c: Set the keys only once using the conf values.
+
+       * src/nickserv.c: Generate hidden hosts off crypt hosts instead
+       of standard hidden hosts if style is 2.
+
+       * src/proto-common.c: Generate hidden hosts off crypt hosts instead
+       of standard hidden hosts if style is 2.
+
+       * src/proto-p10.c: Set crypt host to the crypt IP if there is no
+       hostname (unresolved). This is how Nefarious works.
+
+       * src/tools.c: Generate hidden hosts off crypt hosts instead
+       of standard hidden hosts if style is 2.
+
+2006-08-24  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
+
+       * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
+
+       * src/proto.h: irc_svsjoin decelerations.
+
+       * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
+       for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
+       an SJ it will be handled properly as a JOIN. Did the same for
+       SVSPART.
+
+2006-08-24  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/spamserv.c: Fixed the +k issue with spamserv.
+
+2006-08-24  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/opserv.c: Added PRIVSET Command.
+
+       * src/opserv.help: Added PRIVSET Command. Plus contents for the
+       privs section.
+
+       * src/proto.h: irc_privs deceleration.
+
+       * src/proto-p10.c: Fixed a compile issue plus added functions for
+       setting and checking privs.
+
+2006-08-23  Neil Spierling  <sirvulcan@gmail.com>
+
+       * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
+
+       * src/hash.h: Priv declerations.
+
+       * src/opserv.c: Show privs in WHOIS output.
+
+       * src/proto.h: client_report_privs decleration.
+
+       * src/proto-p10.c: Handle PRIV only for type 6 servers.
+
+2006-08-19  Alex Schumann  <rubin@afternet.org>
+
+       * src/authserv.c: document the oset flag +b in help (hide from staff
+       command.)
+
+2006-08-19  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: added reply command, which responds similar to calc,
+       but with any message. (for use with bindings)
+
+       * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
+       are replaced with the target command's calling user's account, nick,
+       and numnick respectively. This and the above allows things like:
+       BIND x3 account x3.reply your account is $a   or
+       BIND x3 kickme  x3.kick $n $1-
+       more to come, maybe, later.
+
+2006-08-01  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: Added OSI certification message to VERSION command
+
 2006-08-09  Neil Spierling  <sirvulcan@gmail.com>
 
        * x3.conf.example: Redid part of the geoip summary.