X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7b0150f8ee4d699706369f3f1d1304bcd20e7f06..9e5e441d12a3222fe47a95a714dc2013f89da37f:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 3233103..6c2f094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,96 @@ /*********************************************************************** X3 ChangeLog -2006-12-18 Alex Schumann +2006-12-26 Neil Spierling + + * src/spamserv.c: Tweaked the SET output for the EXCEPT levels. + +2006-12-26 Neil Spierling + + * 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 + + * Merry Christmas! :) + + * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug + with setting exceptlevel. + +2006-12-24 Alex Schumann + + * src/chanserv.c: fixed incorrect message when .dellamer is used on a + nickname. + +2006-12-25 Neil Spierling + + * 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 + + * 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 + + * 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 + + * src/Makefile.in: Temp fix. + +2006-12-20 Alex Schumann + + * 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 * 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 * src/chanserv.help: Opps that will teach me for cut n pasting.