]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog
tweaked the set output for the new except levels
[irc/evilnet/x3.git] / ChangeLog
index addbfa84ec225fbd4555459944e58486ad46cb25..6c2f094850f790474b68dbb6996a5817ba795903 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,140 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-12-26  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
+
+2006-12-26  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
+       Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
+       EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
+       the specified levels will be exempt. All levels default to
+       UL_OP (200) at first.
+
+       * src/spamserv.h: Added new except variables.
+
+       * src/spamserv.help: Added new sections for the new except SET
+       options, plus removed the level lines for now.
+
+2006-12-25  Neil Spierling  <sirvulcan@gmail.com>
+
+       * Merry Christmas! :)
+
+       * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
+       with setting exceptlevel.
+
+2006-12-24  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: fixed incorrect message when .dellamer is used on a
+       nickname.
+
+2006-12-25  Neil Spierling  <sirvulcan@gmail.com>
+
+       * Merry Christmas! :)
+
+       * This completes RFE 1577823.
+
+       * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
+       excepts all people who are opped etc. Only people above this level
+       will be immune now. Defaults to 300 for channels without the option
+
+       * src/spamserv.h: Added exceptlevel.
+
+       * src/spamserv.help: Added EXCEPTLEVEL.
+
+2006-12-25  Neil Spierling  <sirvulcan@gmail.com>
+
+       * Merry Christmas! :)
+
+       * src/spamserv.c: Added trusted accounts support (RFE 1577823).
+
+       * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
+       and LISTTRUST added.
+
+2006-12-20  Alex Schumann   <rubin@afternet.org>
+
+       * src/Makefile.in: undo temp fix
+
+       * src/opserv.c: perm fix to HAVE_TRACK define problems
+
+       * src/configure.in: perm fix to HAVE_TRACK define problems
+
+       * src/config.h.in: perm fix to HAVE_TRACK define problems
+
+2006-12-21  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/Makefile.in: Temp fix.
+
+2006-12-20  Alex Schumann   <rubin@afternet.org>
+
+       * src/proto-p10.c: added full mark support including as a trace
+       criteria.
+
+       * src/opserv.c:  added full mark support including as a trace
+       criteria.
+
+       * src/hash.h:  added full mark support including as a trace
+       criteria.
+
+       * src/opserv.help: documented the 'marked' criteria in trace.
+
+2006-12-20  Alex Schumann   <rubin@afternet.org>
+
+       * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
+       commands. (such as delpeon of a user with non-standard peon level)
+
+       * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
+       crash with service rename, and probably many other problems.
+
+       * src/mod-track.c: fixing memory problems, and the broken set command.
+       Track may be stable now, needs large scale testing.
+
+2006-12-20  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.help: Opps that will teach me for cut n pasting.
+       Adjusted duration line for CLVL help. Users are not removed after
+       the duration they are reverted back to their previous access
+       level.
+
+2006-12-19  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.c: check the ircd side ban list too
+
+       * src/opserv.c: Fixed a small bug, woops.
+
+2006-12-19  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.c: Added trace_check_bans, cut down version of
+       check_bans for checkrestrictions
+
+       * src/chanserv.h: Declare trace_check_bans.
+
+       * src/opserv.c: Added addalert/trace option checkrestrictions. When
+       using SVSJOIN as an action this option will check the ban lists, invite
+       keys and limits of the target channel and if any match or exist (invite
+       etc) then the SVSJOIN wont go through
+
+       * src/opserv.help: Added information about checkrestrictions.
+
+2006-12-19  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/chanserv.c: Timed CLVL's. This just works like my last commit.
+
+       * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
+       and lastlevel.
+
+       * src/chanserv.help: Added information about timed clvls.
+
+2006-12-18  Alex Schumann   <rubin@afternet.org>
+
+       * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
+       instead of notice, when you get new memos. Fixed a buffer overrun with
+       memo ids. 
+
+       * src/mod-memoserv.help: fix-up help for settings.
+
 2006-12-19  Neil Spierling  <sirvulcan@gmail.com>
 
        * src/chanserv.c: New feature, channel managers can now add people