X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=604aacdadd645411a1f496a563807acf2199bb8a;hb=0c7218df03ccb43d5e594e69eb03c250330283b5;hp=3faf098da32d6f0ac4b27694294882fcd1efd6c8;hpb=6ba5b58dba674deb24a3b49a988dc0db94cc4e71;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 3faf098..604aacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2010-07-05 Kevin L. Mitchell + + * include/patchlevel.h (PATCHLEVEL): bump patchlevel from -rc2 to + actual 13 + + * ircd/ircd_features.c: bump MAXBANS from 45 to 50, and MAXSILES + from 15 to 25 + +2010-03-28 Michael Poole + + * ircd/gline.c: Replace CurrentTime with TStime(), and remove the + uses of TSoffset, so that all G-line-related times are assumed to + be in network time. + + * ircd/m_gline.c: Likewise. + +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.