X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=2096ac261e23b326aea479174356f75176e74f42;hb=129fc4f6d5f88a86544bf3ad1f9c3c312095ff98;hp=b70946a2ce2cf9a5e15ed4ee314f353f3ee34038;hpb=3499d06736c7afcfce2e161d242b854c1692c900;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index b70946a..2096ac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2006-12-31 Michael Poole + + * ircd/m_mode.c (ms_mode): Bounce modes from deopped members. + +2006-12-30 Michael Poole + + * ircd/ircd_string.c (ircd_strncpy): Make sure the output buffer + is terminated. We don't rely on the arguable strncpy semantics. + +2006-12-30 Michael Poole + + * include/struct.h (struct Server): Add asll_last field. + + * ircd/ircd.c (check_pings): Add check for asll_last. When a + server doesn't ping, use an old-style ping rather than AsLL ping. + + * ircd/m_pong.c (ms_pong): Use ClearPingSent() rather than + ClrFlag(). Set asll_last to current time. + (mr_pong): Use ClearPingSent() rather than ClrFlag(). + (m_pong): Likewise. + + * ircd/s_bsd.c (completed_connection): Likewise. + (read_packet): Likewise. Update cli_lasttime for servers in + addition to clients. + 2006-01-13 Michael Poole * ircd/m_burst.c (ms_burst): Properly handle member mode :ov.