X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=0f9331d15077a64da450091f1f8bbe27b98d6900;hb=39423ad1e0a874890f1567531bdcc568b1ec326e;hp=b371124b14fd226eb298ea557ea34d90fc86c978;hpb=73f188b44cf98613181c07b86514bc7bf684e303;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index b371124..0f9331d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,71 @@ +2001-05-07 Kevin L. Mitchell + + * ircd/m_settime.c: include ircd_snprintf.h + + * ircd/ircd_relay.c: stomp a couple of gcc warnings suggesting + parens around a construct that had both || and && + + * ircd/chkconf.c: #include "config.h" to get some important + definitions + + * ircd/Makefile.in: revamp ircd makefile for new build system + + * doc/Makefile.in: revamp doc makefile for new build system + + * config/*: Removed old build system files + + * stamp-h.in: a stamp file + + * install-sh: install-sh for new build system + + * configure.in: configure.in for new build system + + * configure: configure script for new build system (built by + autoconf) + + * config.sub: config.sub for new build system + + * config.h.in: config.h.in for new build system (built by + autoheader) + + * config.guess: config.guess for new build system + + * aclocal.m4: aclocal.m4 for new build system (built by aclocal + 1.4) + + * acinclude.m4: aclocal.m4 macros for new build system + + * acconfig.h: config.h skeleton for new build system + + * Makefile.in: modify for new build system + +2001-05-01 Kevin L. Mitchell + + * ircd/s_err.c: get rid of the last vestiges of TIME_T_FMT + + * ircd/m_settime.c: get rid of the last vestiges of TIME_T_FMT + + * ircd/m_server.c: get rid of the last vestiges of TIME_T_FMT + +2001-05-01 Perry Lorier + * doc/iauth.doc: Protocol for iauth server. (from hybrid). + * doc/linux-poll.patch: Patch to make Linux under 2.2 not deadlock + when you have far far too many sockets in use. + * {include,ircd}/iauth.c: A start on iauth support. + +2001-05-01 Perry Lorier + * ircd/s_err.c: Suggested wording change. + * ircd/s_user.c: Users aren't target limited against +k users. + * ircd/chkconf.c: Made it compile again, who knows if it works, but + now I can at least make install + * various: Cleanups on m_*.c files. + + 2001-04-23 Kevin L. Mitchell + * ircd/s_misc.c (exit_client): make netsplit server notice say the + right thing + * ircd/m_links.c (m_links_redirect): forward-port RPL_ENDOFLINKS change to make Khaled happy...