X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/c9bf23febfe7c108b9da7dd1937b586eace40812..d82cf2f04a924c6531bde34c6557038880da9c73:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0b83b60..19b2e81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,107 @@ /*********************************************************************** X3 ChangeLog +2006-12-12 Alex Schumann + + * configure.in: making google core lib optional + + * configure: regenerated + + * src/proto-p10.c: added support for sending nefarious marks + + * src/proto.h: prototype for irc_mark + + * src/opserv.help: documented new mark support. Also documented the + svsjoin and svspart commands as they were missing. + + * src/hash.h: added MARKLEN define + + * src/opserv.c: added mark command as well as mark support in trace + and addalert. + +2006-12-12 Neil Spierling + + * configure: Regenerated. + + * configure.in: Add support for google core dumper. Plus updated + tre to 0.7.5. + + * Makefile.in: Regenerated. + + * rx/Makefile.in: Regenerated. + + * src/config.h.in: Regenerated. + + * src/Makefile.in: Regenerated. + + * tools/core_install.sh: Just like tre_install.sh. This installs + the core dumper. + + * tools/coredumper.tar.gz: Google core dumper 0.2. + http://sourceforge.net/projects/goog-coredumper/ + + * tools/tre_install.sh: Updated version to 0.7.5 + + * tools/tre.tar.gz: Updated tre to 0.7.5. + +2006-12-10 Alex Schumann + + * src/opserv.c: fix debug message left at wrong level ("checking + reroute()") + +2006-12-09 Alex Schumann + + * src/opserv.c: bugfixes to autorouting timer code + improved stats routing to clean up & take an argument + + * src/opserv.h: bugfixes to autorouting timer code + + * src/opserv.help: document new stats routing syntax + + * src/timeq.c: added some usefull (commented out) debugging code for + figuring out timer problems. + + * src/timerq.h: added some usefull (commented out) debugging code for + figuring out timer problems. + + * src/proto-p10.c: cleanup/improve eob autorouting init + +2006-12-08 Alex Schumann + + * src/opserv.c: Moving some version reply housekeeping to proto-p10.c + + * src/proto-p10.c: moving version reply storage here, adding webTV + no_notice support (automatiaclly dont send notices if version reply + says its a webtv user since they cant SEE notices. (other clients to + add?)) note, this needs a version query alert to get the version from + them. + + * src/helpfile.c: honor the no_notices user bit + + * src/hash.h: add no_notices user bit + +2006-12-07 Alex Schumann + + * src/opserv.c: Add filter ability to stats alerts + fixup + + * src/opserv.help: document filter feature of stats alerts + fixup + +2006-12-02 Alex Schumann + + * src/chanserv.c: fix to levels command (- were missing) + + * src/tools.c: fix warning + + * src/common.h: fix warning + + * src/chanserv.help: update online help url, changed help general to + use new $! command char replacement code. + + * src/hash.c: fix warning when geoip is off + + * src/helpfile.c: add new '$!' code for chanserv's current trigger + char in help files + 2006-12-01 Alex Schumann * src/chanserv.c: Raisk pointed out that mdelop and friends dont work