X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d82cf2f04a924c6531bde34c6557038880da9c73..d3919a0d6b2ae08f833027595d647d44085c2353:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 19b2e81..623a77b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,124 @@ /*********************************************************************** X3 ChangeLog +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. + 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 + + * src/chanserv.c: check the ircd side ban list too + + * src/opserv.c: Fixed a small bug, woops. + +2006-12-19 Neil Spierling + + * 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 + + * 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 + + * 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 + + * src/chanserv.c: New feature, channel managers can now add people + with a duration. After the duration expires the person will be + automatically removed and deoped. + + * src/chanserv.h: Added expiry. + + * src/chanserv.help: Added information about timed accesses. + + * src/modcmd.c: Tweaked addop, addhop etc so a duration can be + specified. + +2006-12-18 Neil Spierling + + * src/proto-p10.c: Reverted one of my line changes. + +2006-12-17 Neil Spierling + + * src/opserv.c: Fixed up a couple of $b errors. + +2006-12-17 Neil Spierling + + * src/chanserv.c: Woops forgot to init the channel mode change. + + * src/chanserv.h: Tweak to check_bans. + + * src/proto-p10.c: Add some sanity checks plus moved the +x to + after the CMD_FAKEHOST otherwise if the person auths then gets + marked they will cause 2 Registered quits on the IRCd. Only one + will happen now. + +2006-12-17 Neil Spierling + + * src/chanserv.c: Added function check_bans to check bans in a + specific channel when needed (see below). + + * src/chanserv.h: check_bans deceleration. + + * src/proto-p10.c: First of all we dont need a handle_info when + checking for IsHiddenHost, the IRCd takes care of this. Made it + so we copy the fakehost into user->fakehost so X3 can check + IsFakeHost properly. Lastly after we set a fakehost in irc_mark + we need to recheck the users bans just in case a person has + lamer'ed the marked hostname. + 2006-12-12 Alex Schumann * configure.in: making google core lib optional