X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ddcb3eb33cff6b3a4ca2123cc311753fa8b3a63d..e03ec3dc088f3f6757529de70b2532d64cf89ebc:/ChangeLog diff --git a/ChangeLog b/ChangeLog index c472131..0d057c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,135 @@ /*********************************************************************** X3 ChangeLog +2008-03-26 Neil Spierling + + * src/chanserv.c: Added lamepart function so that spin can be used + on Nefarious 1.1. + +2008-03-26 Neil Spierling + + * src/chanserv.c: Added the wheel of misfortune. This will only + work with Nefarious 1.2.0. You can upgrade X3 now even if you are + running 1.1. Also fixed up some roulette/shoot bugs. + + * src/hash.h: Function to change nicknames in X3 when using SVSNICK. + + * src/hash.c: Function to change nicknames in X3 when using SVSNICK. + +2008-03-27 Neil Spierling + + * src/chanserv.c: Added roulette command. + + * src/chanserv.h: Added roulette command. + + * src/mod-memoserv.c: Added email sending functionality when + new memos are sent. + +2008-03-24 Alex Schumann + + * src/nickserv.c: fix 1 param auth for ldap libs available but not + enabled, case. Thanks jobe. + +2008-03-11 Alex Schumann + + * src/opserv.c: Add svsnick command + + * src/opserv.help: add help for svsnick and improve menu a bit + + * src/nickserv.c: re-enable 1 param auth if not using ldap. + +2008-03-02 Alex Schumann + + * src/spamserv.c: Possible fix for sf bug 1905760 (spamserv + kill/reconnect segfault) + +2007-07-31 Alex Schumann + + * src/proto-p10.c: ignore ALIST messages + +2007-05-08 Alex Schumann + + * src/nickserv.c: fix authentication bug with ldap by temporarily + removing account-less authentication. + + * src/nickserv.help: fix help file to reflect change + +2007-05-08 Neil Spierling + + * src/mod-webtv.c: Allow opers to override required_mark. Also added + SJOIN (undocumented) so opers can join IRC into channels where its + needed as WebTV can only message clients in channels they are in. + +2007-06-08 Neil Spierling + + * src/mod-webtv.c: Added JOIN and PART. + + * src/mod-webtv.help: Added JOIN and PART. + +2007-05-08 Neil Spierling + + * src/mod-webtv.c: Added NICK and WHOIS commands. As well as 2 x3.conf + config options, required_mark and valid_marks. + + * src/mod-webtv.help: Added INDEX, NICK, and WHOIS. + +2007-05-08 Neil Spierling + + * configure: Run autogen.sh. + + * configure.in: Tweaks for google core dumper 1.1. + + * x3.conf.example: Basic webtv module section. + + * src/config.h.in: Run autogen.sh. + + * src/Makefile.am: Run autogen.sh. + + * src/Makefile.in: Run autogen.sh. + + * src/mod-webtv.c: Basic module for now. (Does nothing so dont + bother compiling in). + + * src/mod-webtv.help: Empty help file for webtv module. + + * tools/core_install.sh: Update google core dumper to 1.1. + + * tools/coredumper.tar.gz: Update google core dumper to 1.1. + +2007-05-06 Neil Spierling + + * src/proto-p10.c: Quick fix (as its 12:11am and i have work at 8:30am). + This will stop the "Unable to find user irc.servername.com whose mark + is changing." messages. When a user reconnects and an existing exempt + is on the network for the user, their lastseen time is sent out to + all the servers. This quick fix moves the user checking part to + the relevant part of the function that actually uses users. + +2007-05-04 Alex Schumann + + * src/chanserv.c: fixed problem with giveownership logs where the + previous owners handle could reference a free'd string. + +2007-04-24 Alex Schumann + + * src/nickserv.c: add missing ifdef for inldap search. + +2007-04-22 Alex Schumann + + * src/nickserv.c: change authserv search accountmask to just account. + added inldap search criteria. added add2ldap search target. + + * src/nickserv.help: added help for ldap searching. + only add2ldap if + all the info is there. + + * src/x3ldap.c: clean up of some error messages/handling. + add a byte + to password malloc to maybe solve a core problem? + fix an error + checking option. + +2007-04-21 Alex Schumann + * src/nickserv.c: remove some un-needed errors with duplicate + add/deletes in ldap + 2007-04-21 Alex Schumann * src/nickserv.c: fix bug with register_user from loc causing core