X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=45bdb19d5891283581a7399ff9a735a6da77dc95;hb=069994dd27f04b493855949e0d06fce06f210cfe;hp=1f51f03fe9d1e401e50bb06e16c8d6474138deba;hpb=c15b8a598d525cd9ff555a748c88ec1fe67d7b58;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 1f51f03..45bdb19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2010-03-08 Michael Poole + + * ircd/m_server.c (enum lh_type): New type. + (check_loop_and_lh): Use the enum instead of magic integers. + Make the error message a little clearer when neither "hub" nor + "maxhops" is specified for a server. Clean up the control flow + when we decide to reject the link. + +2010-03-08 Michael Poole + + * ircd/test/ircd_match_t.c (_SC_PAGE_SIZE): Default to + _SC_PAGESIZE if that is defined (as it is on some Unixes). + +2010-03-04 Kevin L. Mitchell + + * ircd/s_bsd.c: use feature_int() to get the integer value of the + feature...and don't try to set the TOS to its index! + +2010-02-02 Michael Poole + + * include/patchlevel.h (PATCHLEVEL): Bump to (u2.10.12.)13-rc2. + +2010-01-13 Michael Poole + + * ircd/m_burst.c (ms_burst): Do not clear keys or limit here -- + MODE_PARSE_WIPEOUT gets modebuf_flush() to do that for us. + +2010-01-06 Michael Poole + + * Makefile.in: Remove doc/Makefile from the build. + + * configure.in: Do not generate doc/Makefile. + + * configure: Regenerate. + + * doc/Makefile.in: Delete. + + * doc/irc.1: Delete. + + * doc/ircd.8: Delete. + + * libs: Delete. + 2010-01-06 Michael Poole * ircd/m_topic.c (ms_topic): When no topic timestamp is passed,